|
|
9 years ago | |
|---|---|---|
| .. | ||
| src | 9 years ago | |
| .coveralls.yml | 9 years ago | |
| CHANGELOG.md | 9 years ago | |
| CONTRIBUTING.md | 9 years ago | |
| LICENSE.md | 9 years ago | |
| README.md | 9 years ago | |
| composer.json | 9 years ago | |
| phpcs.xml | 9 years ago | |
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.
Documentation is in the doc tree, and can be compiled using bookdown:
$ bookdown doc/bookdown.json
$ php -S 0.0.0.0:8080 -t doc/html/ # then browse to http://localhost:8080/
Bookdown
You can install bookdown globally using
composer global require bookdown/bookdown. If you do this, make sure that$HOME/.composer/vendor/binis on your$PATH.