appserver-io-psr / http-message
PSR package containing some interface for HTTP messaging while PSR-7 is in proposal state
Installs: 18 613
Dependents: 5
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 4
Open Issues: 0
Requires
- php: >=5.4.0
Requires (Dev)
- appserver-io/build: ~1.0
README
#PSR, for HTTP Message (based on PSR-7)
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": { "appserver-io-psr/http-message": "dev-master" }, }
to your composer.json
and invoke composer update
in your project.
External Links
- Documentation at appserver.io