|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| guzzle/plugin-mock | 0.90 | guzzle/plugin-mock provides a mock plugin for Guzzle, letting you queue predefined responses and simulate HTTP requests during testing. Useful for isolating API clients, reproducing edge cases, and running fast, reliable unit tests without real network calls. | 3 | 3 | 0 | 874 | 0 | 0.0 | 32.3 | — | — | |
| guzzle/http | 0.90 | Legacy Guzzle HTTP component providing request/response objects, message abstractions, and client utilities for making HTTP calls in PHP. Useful for older Guzzle integrations and compatibility layers; for new projects, prefer modern guzzlehttp/guzzle versions. | 32 | 42 | 9 | 51K | 0 | 0.5 | 44.1 | — | — | |
| guzzle/common | 0.88 | 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. | 16 | 14 | 2 | 49K | 0 | 0.1 | 47.8 | — | — | |
| guzzle/parser | 0.88 | guzzle/parser provides lightweight message parsing utilities for Guzzle, helping you parse HTTP request/response messages, headers, and related components. Useful when working with raw HTTP strings or building tooling around Guzzle’s message format. | 21 | 18 | 2 | 51K | 0 | 0.2 | 46.4 | — | — | |
| php-http/plugins | 0.88 | Deprecated plugin collection for HTTPlug (php-http/plugins). Since v1.1 most plugins moved to php-http/client-common; logger, cache, and stopwatch live in separate packages. Use this package only for legacy compatibility. | 12 | 10 | 6 | 235 | 0 | 0.8 | 17.7 | MIT | 10 years ago | |
| guzzle/plugin-log | 0.88 | Adds logging to Guzzle HTTP requests and responses via a plugin/listener. Capture and format request/response headers, bodies, and timing to help debug API calls, trace issues, and record activity to PSR-3 logs or custom handlers. | 2 | 2 | 1 | 552 | 0 | 0.0 | 31.3 | — | — | |
| graham-campbell/guzzle-factory | 0.87 | Simple factory for creating Guzzle HTTP clients with sensible defaults. One-liner client creation via GuzzleFactory::make(), with optional config like base_uri. Supports PHP 7.4–8.5 and integrates cleanly in modern PHP/Laravel apps. | 92 | 93 | 4 | 217K | 0 | 27.9 | 53.9 | MIT | 1 month ago | |
| guzzle/inflection | 0.87 | guzzle/inflection is a tiny PHP inflection utility for converting words between singular and plural forms and applying basic naming transformations. Useful in frameworks and code generators where consistent human-readable naming is needed without heavy dependencies. | 3 | 4 | 0 | 81 | 0 | 0.0 | 18.3 | — | — | |
| guzzlehttp/command | 0.86 | Build higher-level web service clients on top of Guzzle by modeling operations as Commands and responses as Results. Includes a generic ServiceClient plus command middleware to map commands to PSR-7 requests and responses to structured results. | 116 | 119 | 21 | 175K | 0 | 25.3 | 52.0 | MIT | 1 week ago | |
| chaplean/rest-client-bundle | 0.86 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| ddeboer/guzzle-bundle | 0.86 | — | 63 | 64 | 26 | 0 | 6 | 1.5 | 1.9 | — | — | |
| brunopicci/call-rest-api | 0.86 | — | 0 | 0 | 0 | 14 | 0 | 0.0 | 16.2 | MIT | — | |
| bywulf/guzzle-bundle | 0.85 | — | 0 | 0 | 2 | 32 | 0 | 1.0 | 21.0 | — | 4 years ago | |
| rtheunissen/guzzle-log-middleware | 0.85 | Lightweight Guzzle middleware for logging HTTP requests and responses. Capture method, URL, headers, body, status and timing, and route logs through PSR-3/Monolog with configurable formats, levels, and filtering—ideal for debugging and auditing API traffic. | 82 | 85 | 17 | 26K | 1 | 1.0 | 34.5 | — | — | |
| csa/guzzle-bundle | 0.85 | — | 250 | 259 | 73 | 43K | 16 | 4.9 | 25.1 | — | 10 years ago | |
| ricardofiorani/guzzle-psr18-adapter | 0.85 | Tiny adapter that lets you use Guzzle as a PSR-18 HTTP client. Bridges PSR-7 requests/responses and promises to the PSR-18 ClientInterface, easing migration to standards-based HTTP without rewriting existing Guzzle integrations. | 14 | 14 | 3 | 2K | 0 | 2.1 | 29.7 | MIT | 4 years ago | |
| eightpoints/guzzle-bundle | 0.85 | — | 445 | 458 | 71 | 144K | 14 | 36.7 | 45.2 | MIT | 3 weeks ago | |
| misd/guzzle-bundle | 0.85 | Symfony2 bundle integrating Guzzle 3 for easy HTTP requests and reusable web service clients. Optional integration with JMSSerializerBundle for object (de)serialization plus a SensioFrameworkExtraBundle param converter for streamlined controllers. | 101 | 105 | 53 | 886 | 13 | 7.8 | 20.6 | — | 11 years ago | |
| alextartan/guzzle-psr18-adapter | 0.85 | PSR-18 HTTP client adapter for Guzzle. Wraps Guzzle to provide a PSR-18 ClientInterface, letting you send PSR-7 requests and receive PSR-7 responses with standard client/network/request exceptions. Requires PHP 7.2+. | 2 | 3 | 0 | 4K | 0 | 2.8 | 43.8 | Apache-2.0 | 5 years ago | |
| php-http/guzzle6-adapter | 0.85 | PSR-7/PSR-18 compatible adapter that lets you use Guzzle 6 as an HTTPlug HTTP client. Provides a bridge for sending requests through Guzzle while working with php-http contracts, useful for libraries that depend on standardized HTTP interfaces. | 1,348 | 1,383 | 54 | 311K | 2 | 5.6 | 23.0 | MIT | 5 years ago |
How can I help you explore Laravel packages today?