rstgroup / zf1-psr-7-bridge
Zend Framework 1 到 PSR-7 适配器
1.1.0
2018-03-29 13:53 UTC
Requires
- php: >=5.3
- asika/http: ^1.0
- psr/http-message: ^1.0
- ralouphie/getallheaders: ^2.0
Requires (Dev)
- phpunit/phpunit: ^4.8.36
- zendframework/zendframework1: ^1.12
This package is auto-updated.
Last update: 2024-08-29 05:07:50 UTC
README
灵感来源于 Symfony 的 PSR-7 适配器 和 Zend 的 HTTP 到 PSR-7 适配器。将 Zend Framework 1 的 Zend_Controller_Request_Http
和 Zend_Controller_Response_Http
转换为 PSR-7。