| Recommend this page to a friend! | 
| Info | Documentation | Reputation | Support forum | Blog | Links | 
| Ratings | Unique User Downloads | Download Rankings | ||||
| Not yet rated by the users | Total: 92 This week: 1 | All time:  9,923 This week: 42 | ||||
| Version | License | PHP version | Categories | |||
| php-file-explorer 1.0 | The PHP License | 5 | PHP 5, Files and Folders, Searching | 
| Description | Author  | |
This package can find files that match the given criteria in a folder.  | 
Code extracted from bmitch/churn-php
$fileFinder = new FileFinder(
    fileExtensions: ['php'], 
    filesToIgnore: [], 
    basePath: __DIR__,
);
$files = $fileFinder->getFiles(paths: [
   __DIR__,
]);
foreach ($files as $file) {
   $file->getFullPath();
   $file->getDisplayPath();
}
make test
make coverage
| File | Role | Description | ||
|---|---|---|---|---|
| Data | Auxiliary data | |||
| Data | Auxiliary data | |||
| Data | Auxiliary data | |||
| Doc. | Documentation | |||
| / | src | 
| File | Role | Description | 
|---|---|---|
|    | 
Class | Class source | 
|    | 
Class | Class source | 
|    | 
Class | Class source | 
| / | tests | / | Unit | 
| File | Role | Description | ||
|---|---|---|---|---|
|    | 
Class | Class source | ||
|    | 
Class | Class source | ||
|    | 
Class | Class source | ||
| / | tests | / | Unit | / | Assets | 
| / | tests | / | Unit | / | Assets2 | 
| File | Role | Description | ||
|---|---|---|---|---|
|    | 
Class | Class source | ||
|    | 
Class | Class source | ||
| / | tests | / | Unit | / | Assets2 | / | DeepAssets | 
| File | Role | Description | 
|---|---|---|
|    | 
Class | Class source | 
|    | 
Class | Class source | 
|    | 
Class | Class source | 
| The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. | 
| Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
| 100% | 
  | 
  | 
| Applications that use this package | 
 If you know an application of this package, send a message to the author to add a link here.