opis/http
This package is abandoned and no longer maintained.
No replacement package was suggested.
Http abstraction
Maintainers
3.0.2
2019-10-24 19:45 UTC
Requires
- php: ^7.1
- opis/stream: ^1.0
Requires (Dev)
- phpunit/phpunit: ^7.0
Suggests
None
Provides
None
Conflicts
None
Replaces
None
Apache-2.0 2c84576319f4c3356252042f2087c7806ea848c0
- Sorin Sarca <sarca_sorin.woop@hotmail.com>
- Marius Sarca <marius.sarca.woop@gmail.com>
README
👁 Build Status
👁 Latest Stable Version
👁 Latest Unstable Version
👁 License
HTTP abstraction layer
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.
Documentation
The full documentation for this library can be found here.
License
Opis Http is licensed under the Apache License, Version 2.0.
Requirements
- PHP ^7.1
- Opis Stream
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"
}
}
