kusabi / http
Just another request library
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/kusabi/http
Requires
- php: >=7.2
- psr/http-client: ^1.0
- psr/http-factory: ^1.0
Requires (Dev)
Suggests
- ext-curl: Required for CURL handler support
- ext-intl: Required for Internationalized Domain Name (IDN) support
- psr/log: Required for using the Log middleware
Provides
This package is auto-updated.
Last update: 2025-09-26 23:46:21 UTC
README
Yet another request library, built for PHP
Compatibility and dependencies
This library is compatible with PHP version 7.2
, 7.3
, 7.4
and 8.0
.
This library depends on psr/http-client
to implement a PSR-18 client
Installation
Installation is simple using composer.
composer require kusabi/http
Or simply add it to your composer.json
file
{ "require": { "kusabi/http": "^1.0" } }