vinogradsoft / files-driver
Local file system driver for the vinogradsoft/scanner library. Allows you to traverse directories in the local file system.
Requires
- php: >=8.0
- vinogradsoft/io-contract: ^1.0
- vinogradsoft/scanner: ^2.0
Requires (Dev)
- overtrue/phplint: ^2.0
- phpunit/phpunit: ^9.6
This package is auto-updated.
Last update: 2025-05-15 23:08:50 UTC
README
Files-driver
Local file system driver for the Scanner library. Allows you to traverse directories in the local file system.
How to use?
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!
Install
To install with composer:
composer require vinogradsoft/files-driver "^2.0"
Testing
php composer tests
Contributing
Please see CONTRIBUTING for details.
License
The MIT License (MIT). Please see License File for more information.