opis/stream

This package is abandoned and no longer maintained. No replacement package was suggested.

Stream abstraction

1.2.0 2019-12-06 23:07 UTC

This package is auto-updated.

Last update: 2021-01-06 11:44:46 UTC


README

Build Status Latest Stable Version Latest Unstable Version License

Stream abstraction

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