2017 © Pedro Peláez
 

library php-file-system

image

ganbarodigital/php-file-system

  • Friday, January 15, 2016
  • by stuartherbert
  • Repository
  • 1 Watchers
  • 0 Stars
  • 130 Installations
  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

PHP File System

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., (*1)

Installation

Add this to your composer.json file:, (*2)

{% highlight json %} { "require": { "ganbarodigital/php-file-system": "^1.0" } } {% endhighlight %}, (*3)

and then run composer update., (*4)

The Versions