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
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: 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
.