easy-http / contracts
HTTP client adapter contracts for PHP applications
Installs: 100
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/easy-http/contracts
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
π Seamlessly switch between different HTTP clients using standardized adapter contracts
HTTP Client Adapter Contracts
HTTP client adapter contracts for PHP applications. These contracts provide a standardized interface for working with different HTTP clients like Guzzle, Symfony, and others. By implementing these contracts, you can easily switch between different HTTP client implementations while maintaining a consistent API in your application.
π Check out the Documentation to learn how to use any adapter that implements these contracts.