elstc / http-client-compat
Common interface for HTTP clients
Installs: 2 388
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 18
pkg:composer/elstc/http-client-compat
Requires
- php: >=5.3
- psr/http-message: ^1.0
Replaces
- psr/http-client: ^1.0
README
This repository is a PSR-18 compatible interface for PHP5.3. If you are using PHP7 or higher, you should to use the parent repository.
HTTP Client
This repository holds all the common code related to PSR-18 (HTTP Client).
Note that this is not a HTTP Client implementation of its own. It is merely abstractions that describe the components of a HTTP Client.
The installable package and implementations are listed on Packagist.