Registry / utility / nette-finder

nette-finder

JSON →
library3.0.0phppackagistunverified

Find files and directories with an intuitive API.

composer require nette/finder
INSTALL
IMPORT
SIG · NETTE-FINDER
N
nette-finder
utilityphpv3.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Finder
use Nette\Utils\Finder;

Find all PHP files in the current directory.

use Nette\Utils\Finder; foreach (Finder::findFiles('*.php')->from('.') as $file) { echo $file->getFilename() . "\n"; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.0.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
nette-finder — pip install nette-finder · libregistry