承接 phapi/http 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

Build status Code Climate Test Coverage

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:

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

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-04-09