easy-http / layer-contracts
Http layer contracts for PHP clients
Installs: 4 287
Dependents: 3
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: ^7.4|^8.0
- ext-json: *
Requires (Dev)
- fakerphp/faker: ^1.19
- phpunit/phpunit: ^9.4
- squizlabs/php_codesniffer: ^3.5
README
π Consistent interface for http clients
π Change easily from one client to another using http layer contracts
Layer Contracts
HTTP layer contracts for PHP clients. These contracts standardize the way you consume HTTP clients like Guzzle, Symfony, and others with a consistent interface. No matter what client you are using, the methods you have to execute to do the job are the same for all!!.
π Check out the Documentation to learn how to use any layer that implements these contracts.