opis / filesystem
This package is abandoned and no longer maintained.
No replacement package was suggested.
Filesystem abstraction
dev-master / 1.0.x-dev
2020-11-17 05:16 UTC
Requires
- php: ^7.1
- ext-fileinfo: *
- ext-json: *
- opis/stream: ^1.1
Requires (Dev)
- phpunit/phpunit: ^7.0
This package is auto-updated.
Last update: 2021-01-06 11:43:50 UTC
README
Opis Filesystem is a filesystem abstraction library.
WIP
License
Opis Filesystem is licensed under the Apache License, Version 2.0.
Requirements
- PHP ^7.1
Installation
Opis Filesystem is available on Packagist and it can be installed from a command line interface by using Composer.
composer require opis/filesystem
Or you could directly reference it into your composer.json
file as a dependency
{ "require": { "opis/filesystem": "1.0.x-dev" } }