mangirdas/advanced-fs

Advanced file-system operations. For those who want a native php implementation of `rm -rf`, etc.

v1.0.2 2016-12-31 09:53 UTC

This package is not auto-updated.

Last update: 2024-04-08 11:52:14 UTC


README

SensioLabsInsight

Advanced file-system operations. For those who want a native php implementation of rm -rf, etc.

Usage

Add the following to your composer.json file

"require": {
  "mangirdas/file-system": "*"
},
...

Run tests

vendor/bin/phpunit --bootstrap tests/bootstrap.php tests

(works only on Linux)