deepfreeze / zend-diactoros
为PHP 5.3.8-5.3.x提供的Zend Diactoros。有关PHP 5.4+的支持,请参阅zendframework/zend-diactoros。
1.1.3
2015-08-27 08:20 UTC
Requires
- php: ~5.3.8
- psr/http-message: ~1.0
Requires (Dev)
- phpunit/phpunit: ~4.6
- squizlabs/php_codesniffer: ^2.3.1
Provides
- psr/http-message-implementation: ~1.0.0
This package is not auto-updated.
Last update: 2024-09-18 19:01:55 UTC
README
Diactoros(发音:/dɪʌktɒrɒs/):赫尔墨斯的别称,意为“使者”。
本包取代并替代了phly/http。
zend-diactoros
是一个PHP包,包含接受的PSR-7 HTTP消息接口的实现,以及类似于node的http.Server的“服务器”实现。
- 在https://github.com/zendframework/zend-diactoros/issues上提交问题
- 向https://github.com/zendframework/zend-diactoros/pulls提交补丁
文档
$ bookdown doc/bookdown.json $ php -S 0.0.0.0:8080 -t doc/html/ # then browse to http://localhost:8080/
Bookdown
您可以使用
composer global require bookdown/bookdown
全局安装bookdown。如果您这样做,请确保$HOME/.composer/vendor/bin
位于您的$PATH
中。