amphp / http
Basic HTTP primitives which can be shared by servers and clients.
Fund package maintenance!
amphp
Installs: 749 052
Dependents: 17
Suggesters: 0
Security: 1
Stars: 47
Watchers: 5
Forks: 4
Open Issues: 3
Requires
- php: >=7.1
- amphp/hpack: ^3
Requires (Dev)
- amphp/php-cs-fixer-config: dev-master
- phpunit/phpunit: ^7 || ^6.5
This package is auto-updated.
Last update: 2021-02-28 18:14:09 UTC
README
Basic HTTP primitives which can be shared by servers and clients.
Installation
This package can be installed as a Composer dependency.
composer require amphp/http
Documentation
Documentation can be found on amphp.org/http as well as in the ./docs
directory.
Versioning
amphp/http
follows the semver semantic versioning specification like all other amphp
packages.
Note: BC breaks that are strictly required for RFC compliance are not considered BC breaks. These include cases like wrong quote handling for cookies, where the RFC isn't too clear.
A lax parser will however not be changed unless it is necessary for security reasons.
Requirements
- PHP 7.1+
Security
If you discover any security related issues, please email contact@amphp.org
instead of using the issue tracker.
License
The MIT License (MIT). Please see LICENSE
for more information.