Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 516 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 516 Bytes

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)