easy-http/contracts

HTTP client adapter contracts for PHP applications

v2.0.0 2025-06-15 04:36 UTC

This package is auto-updated.

Last update: 2025-06-15 04:42:40 UTC


README

Build Status Bugs Bugs

PHP Versions Supported

πŸ”– Consistent interface for HTTP clients

πŸš€ Seamlessly switch between different HTTP clients using standardized adapter contracts

HTTP Client Adapter Contracts

Bugs Bugs Bugs

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.