phputil / http
HTTP related classes
1.5
2017-04-12 23:52 UTC
Requires
- php: >=5.2.0
README
This library provides:
- Common HTTP charsets.
- HTTP response headers, including common non-standard headers.
- HTTP status codes and status texts.
- Common MIME types.
- Common encoding/compression formats.
We recommend you using it with the PSR-7.
This project uses semantic versioning. See our releases.
Classes:
- phputil\Charset
- phputil\Mime
- phputil\Encoding
- phputil\HttpResponseHeader
- phputil\HttpStatus
- phputil\HttpStatusText
Installation
composer require phputil/http