socialconnect / http-client
PSR-18 HTTP Client on top of Guzzle PSR7
Installs: 235 409
Dependents: 5
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 6
Open Issues: 1
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: 2024-10-08 19:03:13 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.