luongtran / zend-diactoros
PSR HTTP Message implementations
1.0.0
2024-08-19 04:09 UTC
Requires
- php: ^5.4 || ^7.0
- psr/http-message: ~0.9
Requires (Dev)
- ext-dom: *
- ext-libxml: *
- phpunit/phpunit: ^4.6 || ^5.5
- zendframework/zend-coding-standard: ~1.0.0
Provides
This package is not auto-updated.
Last update: 2024-10-29 03:40:15 UTC
README
Diactoros (pronunciation:
/dɪʌktɒrɒs/
): an epithet for Hermes, meaning literally, "the messenger."
This package supercedes and replaces phly/http.
zend-diactoros
is a PHP package containing implementations of the accepted PSR-7 HTTP message interfaces, as well as a "server" implementation similar to node's http.Server.
- File issues at https://github.com/zendframework/zend-diactoros/issues
- Issue patches to https://github.com/zendframework/zend-diactoros/pulls
Documentation
Documentation is available at:
Source files for documentation are in the doc/ tree.