php-http / guzzle5-adapter
Guzzle 5 HTTP Adapter
Installs: 971 704
Dependents: 12
Suggesters: 11
Security: 0
Stars: 10
Watchers: 7
Forks: 8
Open Issues: 0
Requires
- php: ^7.0
- guzzlehttp/guzzle: ^5.1
- php-http/discovery: ^1.0
- php-http/httplug: ^2.0
Requires (Dev)
- ext-curl: *
- guzzlehttp/ringphp: ^1.1
- php-http/client-integration-tests: ^2.0
- phpunit/phpunit: ^6.0 || ^7.0
Provides
README
Guzzle 5 HTTP Adapter.
Deprecated
This adapter only implements the PHP-HTTP synchronous interface. This interface has been superseded by PSR-18.
Guzzle 5 is very old and not maintained anymore. We recommend to upgrade to Guzzle version 7 which implements PSR-18 natively.
Install
Via Composer
$ composer require php-http/guzzle5-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.
License
The MIT License (MIT). Please see License File for more information.