library http-message
基于 PSR7 实现的 HTTP 消息组件
grendizer/http-message
基于 PSR7 实现的 HTTP 消息组件
- Monday, April 4, 2016
- by grendizer
- Repository
- 1 Watchers
- 0 Stars
- 9 Installations
- PHP
- 1 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
HttpMessage (based on PSR-7)
Introduction
PSR package containing some interface for HTTP messaging while PSR-7 is in proposal state., (*1)
More information under:, (*2)
Installation
If you want to use the library with your application you can install it by adding, (*3)
{
"require": {
"grendizer/http-message": "dev-master"
},
}
to your composer.json
and invoke composer update
in your project., (*4)