Opis Stream is licensed under the Apache License, Version 2.0.
- PHP ^7.1
Opis Stream is available on Packagist and it can be installed from a command line interface by using Composer.
composer require opis/stream
Or you could directly reference it into your composer.json
file as a dependency
{
"require": {
"opis/stream": "^1.0"
}
}