kusabi / http
Just another request library
0.0.1
2021-06-26 14:12 UTC
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: 2026-02-27 00:38:02 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"
}
}