CARVIEW |
phpunit / php-file-iterator
FilterIterator implementation that filters files based on a list of suffixes.
Fund package maintenance!
sebastianbergmann
Liberapay
Thanks Dev
Tidelift
Installs: 814 594 592
Dependents: 71
Suggesters: 0
Security: 0
Stars: 7 487
Watchers: 9
Forks: 46
Open Issues: 0
pkg:composer/phpunit/php-file-iterator
Requires
- php: >=8.3
Requires (Dev)
- phpunit/phpunit: ^12.0
Suggests
None
Provides
None
Conflicts
None
Replaces
None
BSD-3-Clause 961bc913d42fe24a257bfff826a5068079ac7782
- Sebastian Bergmann <sebastian.woop@phpunit.de>
- dev-main / 6.0.x-dev
- 6.0.0
- 5.1.x-dev
- 5.1.0
- 5.0.1
- 5.0.0
- 4.1.x-dev
- 4.1.0
- 4.0.2
- 4.0.1
- 4.0.0
- 3.0.x-dev
- 3.0.6
- 3.0.5
- 3.0.4
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 2.0.x-dev
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.4.x-dev
- 1.4.5
- 1.4.4
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.4
- 1.3.3
- 1.3.2
This package is auto-updated.
Last update: 2025-09-26 11:54:42 UTC
README
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