root f5385eda57 初次提交 пре 3 година
..
.github f5385eda57 初次提交 пре 3 година
src f5385eda57 初次提交 пре 3 година
tests f5385eda57 初次提交 пре 3 година
.gitattributes f5385eda57 初次提交 пре 3 година
.gitignore f5385eda57 初次提交 пре 3 година
.php_cs.dist f5385eda57 初次提交 пре 3 година
.travis.yml f5385eda57 初次提交 пре 3 година
ChangeLog.md f5385eda57 初次提交 пре 3 година
LICENSE f5385eda57 初次提交 пре 3 година
README.md f5385eda57 初次提交 пре 3 година
composer.json f5385eda57 初次提交 пре 3 година
phpunit.xml f5385eda57 初次提交 пре 3 година

README.md

Build Status

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