alextartan/guzzle-psr18-adapter
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+.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| guzzle/http | 0.88 | 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 | 53K | 0 | 0.5 | 44.1 | — | — | |
| chaplean/rest-client-bundle | 0.88 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| dormilich/http-client | 0.87 | Lightweight PHP HTTP client wrapper focused on simple requests and responses, with a clean API for common HTTP methods and header/body handling. Useful as a minimal dependency for sending HTTP calls without a full-featured framework. | 1 | 1 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| guzzle/parser | 0.87 | 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 | — | — | |
| ddeboer/guzzle-bundle | 0.87 | — | 63 | 64 | 26 | 0 | 6 | 1.5 | 1.9 | — | — | |
| 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 | 94 | 4 | 229K | 0 | 26.0 | 53.7 | MIT | 2 months ago | |
| guzzle/guzzle | 0.87 | Guzzle 3.x is a PHP HTTP client and web service framework with a cURL-like API, persistent connections, pooling, parallel requests, service descriptions, and a Symfony2 event/plugin system. End-of-life; use Guzzle 5+ for maintenance. | 152 | 222 | 90 | 280K | 0 | 2.0 | 31.8 | MIT | — | |
| guzzle/common | 0.87 | 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 | — | — | |
| misd/guzzle-bundle | 0.87 | 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. | 100 | 105 | 53 | 886 | 13 | 7.8 | 20.6 | — | 11 years ago | |
| guzzlehttp/command | 0.87 | 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 | 26.0 | 51.6 | MIT | 2 weeks ago | |
| egeloen/http-adapter | 0.87 | Deprecated HTTP client abstraction for PHP 5.4.8+ that issues requests via multiple adapters (cURL, Guzzle, Buzz, Zend, etc.) and follows PSR-7 message standards. Bugfixes only; new features moved to php-http. | 157 | 158 | 17 | 13K | 0 | 1.3 | 27.4 | MIT | — | |
| guzzlehttp/guzzle-services | 0.86 | Guzzle Services adds a command layer on top of Guzzle using service descriptions to define operations, serialize requests, and parse responses into convenient model structures. Build typed clients from descriptions, call operations as methods, and get structured results. | 255 | 257 | 80 | 170K | 0 | 31.9 | 45.8 | MIT | 2 weeks ago | |
| asanak/laravel-web-call-client | 0.86 | Laravel package for Asanak WebCall REST API: upload voice files, place voice or OTP calls, check call status, and get credit. Configure via .env, auto-registers service provider/facade, and optionally logs requests/responses to Laravel logs. | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| widop/http-adapter | 0.86 | Widop HTTP Adapter provides a simple abstraction layer for making HTTP requests in PHP, letting you swap underlying clients (like cURL or other libraries) without changing your code. Useful for libraries and apps that need a lightweight, interchangeable HTTP client. | 21 | 21 | 8 | 1K | 2 | 0.8 | 23.1 | MIT | — | |
| widop/http-adapter-bundle | 0.86 | — | 8 | 8 | 13 | 525 | 1 | 0.9 | 24.4 | MIT | — | |
| csa/guzzle-bundle | 0.86 | — | 250 | 259 | 72 | 41K | 16 | 4.8 | 24.9 | — | 10 years ago | |
| rtheunissen/guzzle-log-middleware | 0.86 | 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 | — | — | |
| guzzle/log | 0.86 | — | 3 | 5 | 0 | 1K | 0 | 0.0 | 35.5 | — | — | |
| jord-jd/psr-18-guzzle-adapter | 0.86 | Simple PSR-18 adapter for the Guzzle HTTP client, letting you use Guzzle wherever a PSR-18 (ClientInterface) implementation is required. Lightweight, focused package for bridging PSR-compliant libraries with Guzzle. | 9 | 9 | 7 | 1K | 0 | 21.9 | 34.2 | LGPL-3.0 | 2 weeks ago | |
| guzzle/plugin-log | 0.85 | 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 | 193 | 0 | 0.0 | 25.1 | — | — |
How can I help you explore Laravel packages today?