tschope / guzzle7-adapter
Guzzle 7 HTTP Adapter
v1.0
2020-09-16 12:15 UTC
Requires
- php: ^7.2
- guzzlehttp/guzzle: ^7.0
- php-http/httplug: ^2.0
- psr/http-client: ^1.0
Requires (Dev)
- ext-curl: *
- php-http/client-integration-tests: ^2.0
- phpunit/phpunit: ^9
Provides
This package is not auto-updated.
Last update: 2024-10-25 06:37:58 UTC
README
Guzzle 6 HTTP Adapter.
Install
Via Composer
$ composer require php-http/guzzle6-adapter
Documentation
Please see the official documentation.
Testing
First launch the http server:
$ ./vendor/bin/http_test_server > /dev/null 2>&1 &
Then the test suite:
$ composer test
Contributing
Please see our contributing guide.
Security
If you discover any security related issues, please contact us at security@php-http.org.
Credits
Thanks to David de Boer for implementing this adapter.
License
The MIT License (MIT). Please see License File for more information.