kusabi/http

Just another request library

0.0.1 2021-06-26 14:12 UTC

This package is auto-updated.

Last update: 2024-04-26 20:54:05 UTC


README

Tests codecov Licence Badge Release Badge Tag Badge Issues Badge Code Size

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"
    }
}