php-http/guzzle6-adapter
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.
Guzzle 6 HTTP Adapter.
Guzzle 6 is not maintained anymore. We recommend to upgrade to Guzzle version 7 which implements PSR-18 natively and does not need an adapter.
If you need the HttpAsyncClient, use guzzle7-adapter with Guzzle 7 instead of this repository.
Via Composer
$ composer require php-http/guzzle6-adapter
Please see the official documentation.
First launch the http server:
$ ./vendor/bin/http_test_server > /dev/null 2>&1 &
Then the test suite:
$ composer test
Please see our contributing guide.
If you discover any security related issues, please contact us at [email protected].
Thanks to David de Boer for implementing this adapter.
The MIT License (MIT). Please see License File for more information.
How can I help you explore Laravel packages today?