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

This package is auto-updated.

Last update: 2021-01-06 11:43:50 UTC


README

Build Status Latest Stable Version Latest Unstable Version License

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