Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

php-http/guzzle5-adapter

Repository files navigation

Guzzle 5 HTTP Adapter

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 [email protected].

License

The MIT License (MIT). Please see License File for more information.