Skip to content
This repository has been archived by the owner on Jan 6, 2021. It is now read-only.

opis/stream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Opis Stream

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