🔖 Consistent interface for HTTP clients
🚀 Seamlessly switch between different HTTP clients using standardized 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.