php-http/guzzle5-adapter

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

Guzzle 5 HTTP Adapter

Package info

github.com/php-http/guzzle5-adapter

Homepage

pkg:composer/php-http/guzzle5-adapter

Statistics

Installs: 1โ€‰031โ€‰854

Dependents: 11

Suggesters: 11

Stars: 10

Open Issues: 0

2.0.0 2019-02-05 12:28 UTC

Requires

Requires (Dev)

Suggests

None

Conflicts

None

Replaces

None

MIT cce48360b1f8a3467bd94e853e6107aa4532008e

  • Eric GELOEN <geloen.eric.woop@gmail.com>
  • Mรกrk Sรกgi-Kazรกr <mark.sagikazar.woop@gmail.com>

httpGuzzle

This package is auto-updated.

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


README

๐Ÿ‘ Latest Version
๐Ÿ‘ Software License
๐Ÿ‘ Build Status
๐Ÿ‘ Code Coverage
๐Ÿ‘ Quality Score
๐Ÿ‘ Total Downloads

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.