phpunit/php-file-iterator
phpunit/php-file-iterator provides a simple file iterator for PHP projects, helping tools like PHPUnit discover and filter files in directories. Installable via Composer for runtime or dev use, it supports efficient traversal and selection of files for testing workflows.
Architecture fit: This package is a low-level utility designed for PHPUnit's internal testing needs. While it could technically filter files in Laravel projects, Symfony Finder is the standard for file operations in Laravel's ecosystem. Its primary use case is test
How can I help you explore Laravel packages today?