socialconnect / http-client
PSR-18 HTTP Client on top of Guzzle PSR7
1.0.0
2019-07-23 18:13 UTC
Requires
- php: >=7.1
- ext-curl: *
- ext-json: *
- guzzlehttp/psr7: ^1.6
- psr/http-client: ^1.0
- psr/http-factory: ^1.0
- psr/simple-cache: ^1.0
Requires (Dev)
- phpstan/phpstan-shim: ^0.11.12
- phpunit/phpunit: ^6.5
- symfony/http-foundation: ^3.4
This package is auto-updated.
Last update: 2026-03-08 22:02:23 UTC
README
socialconnect/http-client is a package that provide PHP HTTP client with PSR-18 compatibility, that makes it easy
to send HTTP requests and trivial to integrate with web services.
Documentation
composer require socialconnect/http-client:^1.0
License
This project is open-sourced software licensed under the MIT License.
See the LICENSE file for more information.