/advanced-fs

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

Primary LanguagePHP

file-system

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)