Opis HTTP is a library that provides an object-oriented representation for HTTP requests and responses. The library was designed to be small, efficient, and easy to work with.
The full documentation for this library can be found here.
Opis Http is licensed under the Apache License, Version 2.0.
- PHP ^7.1
- Opis Stream
Opis Http is available on Packagist and it can be installed from a command line interface by using Composer.
composer require opis/http
Or you could directly reference it into your composer.json
file as a dependency
{
"require": {
"opis/http": "^3.0"
}
}