ganbarodigital/php-file-system

0.4.0 2016-01-15 19:45 UTC

This package is not auto-updated.

Last update: 2024-04-23 01:19:31 UTC


README

Introduction

The PHP File System library provides a set of useful and robust filesystem abstractions that you can quickly drop into your own project to save you time and effort.

Installation

Add this to your composer.json file:

{% highlight json %} { "require": { "ganbarodigital/php-file-system": "^1.0" } } {% endhighlight %}

and then run composer update.