Getting Started

This project standardizes the way you consume HTTP clients like Guzzle, Symfony, and others providing the same contracts for all implementations.

When you use an implementation based on these contracts you can easily change from one client to another that uses the same contracts. No matter which specific client implementation or "layer" you're using (Guzzle, Symfony, ...), the methods to do requests and get responses are the same!.