php-http/buzz-adapter

This package is abandoned and no longer maintained. The author suggests using the kriswallsmith/buzz package instead.

Buzz HTTP Adapter

Package info

github.com/php-http/buzz-adapter

Homepage

pkg:composer/php-http/buzz-adapter

Statistics

Installs: 151 838

Dependents: 2

Suggesters: 2

Stars: 3

Open Issues: 1

1.0.0 2017-08-23 20:41 UTC

Requires

Requires (Dev)

Suggests

None

Conflicts

None

Replaces

None

MIT 051879dd941621907472b2f65ab3e2cd21aa35d2

  • Tobias Nyholm <tobias.nyholm.woop@gmail.com>

httpbuzz

This package is auto-updated.

Last update: 2024-01-06 16:06:35 UTC


README

👁 Latest Version
👁 Software License
👁 Build Status
👁 Code Coverage
👁 Quality Score
👁 Total Downloads

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.