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
Requires
- php: ^7.1
Requires (Dev)
- ext-fileinfo: *
- phpunit/phpunit: ^7.0
This package is auto-updated.
Last update: 2021-01-06 11:44:46 UTC
README
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" } }