Skip to content

FilterIterator implementation that filters files based on a list of suffixes, prefixes, and other exclusion criteria.

License

Notifications You must be signed in to change notification settings

sebastianbergmann/php-file-iterator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

385bd32 · Mar 17, 2025
Jan 15, 2025
Mar 17, 2025
Mar 10, 2024
Mar 17, 2025
Nov 18, 2024
Mar 17, 2025
Jun 24, 2024
Aug 31, 2023
Nov 18, 2024
Feb 7, 2025
Jan 1, 2025
Jul 15, 2024
Mar 25, 2023
Mar 17, 2025
Feb 7, 2025
Mar 17, 2025
Jan 18, 2025

Repository files navigation

Latest Stable Version CI Status Type Coverage codecov

php-file-iterator

Installation

You can add this library as a local, per-project dependency to your project using Composer:

composer require phpunit/php-file-iterator

If you only need this library during development, for instance to run your project's test suite, then you should add it as a development-time dependency:

composer require --dev phpunit/php-file-iterator