grendizer / http-message
基于 PSR7 实现的 HTTP 消息组件
dev-master
2016-04-04 19:12 UTC
Requires
- php: >=5.3
This package is not auto-updated.
Last update: 2026-03-21 02:19:51 UTC
README
Introduction
PSR package containing some interface for HTTP messaging while PSR-7 is in proposal state.
More information under:
Installation
If you want to use the library with your application you can install it by adding
{
"require": {
"grendizer/http-message": "dev-master"
},
}
to your composer.json and invoke composer update in your project.