php-http / utils
HTTP Client utilities for HTTPlug
Installs: 3 442
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 6
Forks: 4
Open Issues: 2
Requires
- php: >=5.4
- php-http/httplug: 1.0.0-beta
- php-http/message-factory: ^1.0.1
Requires (Dev)
- guzzlehttp/psr7: ^1.0
- henrikbjorn/phpspec-code-coverage: ^1.0
- phpspec/phpspec: ^2.4
- zendframework/zend-diactoros: ^1.0
Suggests
- guzzlehttp/psr7: Used with Guzzle PSR-7 Factories
- zendframework/zend-diactoros: Used with Diactoros Factories
This package is not auto-updated.
Last update: 2019-12-29 11:00:26 UTC
README
Moved to php-http/client-common
HTTP Client utilities
HTTP Client utilities.
Install
Via Composer
$ composer require php-http/utils
Contents
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.
Documentation
Please see the official documentation.
Testing
$ composer test
Contributing
Please see CONTRIBUTING and CONDUCT for details.
Security
If you discover any security related issues, please contact us at security@httplug.io or security@php-http.org.
License
The MIT License (MIT). Please see License File for more information.