easy-http/contracts

HTTP client adapter contracts for PHP applications

Maintainers

Package info

github.com/easy-http/contracts

pkg:composer/easy-http/contracts

Statistics

Installs: 347

Dependents: 2

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-02-15 06:20:01 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.