guzzle/common
guzzle/common provides the shared utility layer used by Guzzle: collections, event dispatching, caching helpers, and other common abstractions that power Guzzle HTTP clients and related packages. Useful when maintaining legacy Guzzle 3-based code.
For Executives: "This package lets us standardize API communications across our PHP services using Guzzle—a battle-tested, industry-leading HTTP client. It saves dev time, reduces errors, and future-proofs our integrations. For example, it handles retries, timeouts, and middleware consistently, cutting support costs. We’re not reinventing the wheel; we’re leveraging a tool used by companies like Facebook and Amazon."
For Engineering: *"Guzzle/Common gives us:
RetryMiddleware, CacheMiddleware).HttpClient facade).For Developers:
*"Need to make HTTP requests? Stop writing raw curl or file_get_contents. This package gives you:
$client = new Guzzle\Http\Client();
$response = $client->get('https://api.example.com/data')->send();
```"*
How can I help you explore Laravel packages today?