php-http / buzz-adapter
Buzz HTTP Adapter
Installs: 121 747
Dependents: 2
Suggesters: 2
Security: 0
Stars: 3
Watchers: 5
Forks: 4
Open Issues: 1
Requires
- php: ^5.5 || ^7.0
- kriswallsmith/buzz: ^0.15.1
- php-http/discovery: ^1.0
- php-http/httplug: ^1.0
Requires (Dev)
- ext-curl: *
- php-http/client-common: ^1.0
- php-http/client-integration-tests: ^0.6
Provides
This package is auto-updated.
Last update: 2024-01-06 16:06:35 UTC
README
Buzz HTTP Adapter.
Deprecation notice: This package is deprecated with the release of kriswallsmith/Buzz
1.0. Please use the Buzz client directly. See https://github.com/kriswallsmith/Buzz.
Install
Via Composer
$ composer require php-http/buzz-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.