Skip to content

kusabi/http

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTTP Library

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