php-http/guzzle6-adapter

This package is abandoned and no longer maintained. The author suggests using the guzzlehttp/guzzle or php-http/guzzle7-adapter package instead.

Guzzle 6 HTTP Adapter

Installs: 76 900 021

Dependents: 1 072

Suggesters: 72

Security: 0

Stars: 1 377

Watchers: 15

Forks: 50

Open Issues: 2

v2.0.2 2021-03-02 10:52 UTC

This package is auto-updated.

Last update: 2024-01-06 16:05:42 UTC


README

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

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.

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.