Local file system driver for the Scanner library. Allows you to traverse directories in the local file system.
Read the manual for using the Scanner library. Files-driver is used in a
similar way to the driver for traversing arrays (Vinograd\Scanner\ArrayDriver
).
You can also look at the documentation for the libraries that use the driver.
- File-search - a library that allows you to search for the necessary files and do something with them;
- Reflection - a library that creates an object model of the specified directory and allows you to manipulate it: copy, modify files, delete, move and create new ones.
⭐️ Please leave a star if you find the project useful!
To install with composer:
composer require vinogradsoft/files-driver "^2.0"
php composer tests
Please see CONTRIBUTING for details.
The MIT License (MIT). Please see License File for more information.