Opis Filesystem is a filesystem abstraction library.
WIP
Opis Filesystem is licensed under the Apache License, Version 2.0.
- PHP ^7.1
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"
}
}