opis/filesystem

This package is abandoned and no longer maintained. No replacement package was suggested.

Filesystem abstraction

Package info

github.com/opis/filesystem

Homepage

pkg:composer/opis/filesystem

Statistics

Installs: 75

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

dev-master / 1.0.x-dev 2020-11-17 05:16 UTC

Requires

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Apache-2.0 07e37a86a240514f0e415236e0a2ec8234d375ef

  • Marius Sarca <marius.sarca.woop@gmail.com>
  • Sorin Sarca <sarca_sorin.woop@hotmail.com>

filesystemstorage

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