Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
src | 2017-07-31 | ||
composer.json | 2017-07-31 | 878 Bytes | |
README.md | 2017-07-31 | 412 Bytes | |
ChangeLog.md | 2017-07-31 | 302 Bytes | |
LICENSE | 2017-07-31 | 1.5 kB | |
Totals: 5 Items | 3.1 kB | 0 |
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