cjrasmussen / filesystem
Simple functions for interacting with the file system
1.1.0
2025-03-19 22:36 UTC
Requires
- php: >=7.4
- cjrasmussen/string: ^2.0
README
Simple functions for interacting with the file system.
Usage
use cjrasmussen\FileSystem\FileSystem; $indexFiles = Filesystem::scanDirRecursive('/var/www/html/', 'index.html');
Installation
Simply add a dependency on cjrasmussen/filesystem to your composer.json file if you use Composer to manage the dependencies of your project:
composer require cjrasmussen/filesystem
Although it's recommended to use Composer, you can actually include the file(s) any way you want.
License
FileSystem is MIT licensed.