#PSR, for HTTP Message (based on PSR-7)
PSR package containing some interface for HTTP messaging while PSR-7 is in proposal state.
More information under:
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.
- Documentation at appserver.io