cjrasmussen/filesystem

Simple functions for interacting with the file system

1.1.0 2025-03-19 22:36 UTC

This package is auto-updated.

Last update: 2025-03-19 22:37:22 UTC


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.