ganbarodigital/php-file-system

Installs: 193

Dependents: 3

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/ganbarodigital/php-file-system

0.4.0 2016-01-15 19:45 UTC

This package is not auto-updated.

Last update: 2025-09-23 08:44:10 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.