elstc / http-client-compat
Common interface for HTTP clients
1.0.0
2020-02-10 02:37 UTC
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.