opis / stream
Stream abstraction
Installs: 555
Dependents: 2
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/opis/stream
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" } }