luongtran/llaminas-diactoros
最新稳定版本:1.0.1
Composer 安装命令:
composer require luongtran/llaminas-diactoros
包简介
PSR HTTP Message implementations
README 文档
README
Diactoros (pronunciation:
/dɪʌktɒrɒs/): an epithet for Hermes, meaning literally, "the messenger."
This package supercedes and replaces phly/http.
laminas-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/laminas/laminas-diactoros/issues
- Issue patches to https://github.com/laminas/laminas-diactoros/pulls
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/binis on your$PATH; on *nix-like systems, you can do this by adding the following line to your.bashrc(or preferred shell RC file):export PATH="$HOME/.composer/vendor/bin:$PATH"
统计信息
- 总下载量: 17
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2024-08-09