Opis HTTP

Installation, licensing and requirements

This library is abandoned. Please consider using a different library.

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.

License

Opis HTTP is licensed under Apache License, Version 2.0.

Requirements

  • PHP ^7.1

Installation

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