This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
drupalcampbristol/web/vendor/zendframework/zend-diactoros
2017-02-13 15:31:17 +00:00
..
src Move into nested docroot 2017-02-13 15:31:17 +00:00
.coveralls.yml Move into nested docroot 2017-02-13 15:31:17 +00:00
CHANGELOG.md Move into nested docroot 2017-02-13 15:31:17 +00:00
composer.json Move into nested docroot 2017-02-13 15:31:17 +00:00
CONTRIBUTING.md Move into nested docroot 2017-02-13 15:31:17 +00:00
LICENSE.md Move into nested docroot 2017-02-13 15:31:17 +00:00
phpcs.xml Move into nested docroot 2017-02-13 15:31:17 +00:00
README.md Move into nested docroot 2017-02-13 15:31:17 +00:00

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.