/files-driver

:open_file_folder: Local file system driver for the vinogradsoft/scanner library. Allows you to traverse directories in the local file system.

Primary LanguagePHPMIT LicenseMIT

codecov

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.