Opis Stream

Installation, licensing and requirements

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

Opis Stream is a library that helps you work with streams.

License

Opis Stream is licensed under the Apache License, Version 2.0.

Requirements

  • PHP ^7.1

Installation

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