Moved to php-http/client-common
HTTP Client utilities.
Via Composer
$ composer require php-http/utils
The utilities are useful classes for users of HTTPlug and the php-http/message-factory
library.
HttpMethodsClient
- Client decorator that provides convenience methods for HTTP requests without the need of acquiring a PSR-7 RequestInterface;BatchClient
- Client decorator to send a list of requests in one call;- Factory implementations for Guzzle6 and Diactoros.
Please see the official documentation.
$ composer test
Please see CONTRIBUTING and CONDUCT for details.
If you discover any security related issues, please contact us at [email protected] or [email protected].
The MIT License (MIT). Please see License File for more information.