ganbarodigital / php-file-system
0.4.0
2016-01-15 19:45 UTC
Requires
- php: >= 5.5
- ganbarodigital/php-data-containers: ^2.0
- ganbarodigital/php-defensive: ^1.0.1
- ganbarodigital/php-exceptions: ^1.1
- ganbarodigital/php-reflection: ^2.8
Requires (Dev)
- phpunit/phpunit: ^4.6
This package is not auto-updated.
Last update: 2024-11-05 03:56:16 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
.