Bachir Soussi Chiadmi 58f46e4e8f caore d8 files 10 роки тому
..
src 58f46e4e8f caore d8 files 10 роки тому
.coveralls.yml 58f46e4e8f caore d8 files 10 роки тому
CHANGELOG.md 58f46e4e8f caore d8 files 10 роки тому
CONTRIBUTING.md 58f46e4e8f caore d8 files 10 роки тому
LICENSE.md 58f46e4e8f caore d8 files 10 роки тому
README.md 58f46e4e8f caore d8 files 10 роки тому
composer.json 58f46e4e8f caore d8 files 10 роки тому
phpcs.xml 58f46e4e8f caore d8 files 10 роки тому

README.md

zend-diactoros

Master: Build status Coverage Status Develop: Build status Coverage Status

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

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/bin is on your $PATH.