phapi/http
最新稳定版本:1.0.0
Composer 安装命令:
composer require phapi/http
包简介
Phapi HTTP Message is an implementation of PSR-7 used by the Phapi framework
关键字:
README 文档
README
HTTP Message is an implementation of PSR-7 with some additional complementary methods to simplify the usage of the request and response objects.
This package extends zendframework/zend-diactoros.
Installation
The package is installed by default by the Phapi framework. Installing the package to use is separately can be done by using composer:
$ composer require phapi/http:1.*
Usage
Phapi is PSR-7 compliant but does not implement the interfaces itself, instead Phapi depends on the zend-diactoros implementation. See the PSR-7 interfaces for more information about how to use them:
- Psr\Http\Message\ServerRequestInterface
- Psr\Http\Message\ResponseInterface
- Psr\Http\Message\UriInterface
- Psr\Http\Message\StreamInterface
- Psr\Http\Message\UploadedFileInterface
Extended methods
Body
Use the withUnserializedBody(array $data) method on the response object to add or modify the body. The serializer middleware will then serialize the body and set the serialized string as the response body.
License
Phapi HTTP Message is licensed under the MIT License - see the license.md file for details
Contribute
Contribution, bug fixes etc are always welcome.
统计信息
- 总下载量: 1.92k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 3
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-04-09