PHPackages                             appzz/finder - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [File &amp; Storage](/categories/file-storage)
4. /
5. appzz/finder

ActiveLibrary[File &amp; Storage](/categories/file-storage)

appzz/finder
============

Find files,sort,filter uses iterators

2.0.5(3y ago)041MITPHPPHP &gt;=5.3.3

Since Jul 31Pushed 3y ago1 watchersCompare

[ Source](https://github.com/a-pp-zz/finder)[ Packagist](https://packagist.org/packages/appzz/finder)[ Docs](https://github.com/a-pp-zz/finder)[ RSS](/packages/appzz-finder/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (1)Versions (6)Used By (0)

README
======

[](#readme)

### Find files via RecursiveIteratorIterator

[](#find-files-via-recursiveiteratoriterator)

- Search files, filter by types, sort items, ignore (or not) hidden files

### Usage

[](#usage)

```
$finder = Finder::factory('path/to/dir')
			->types', ['mp4', 'mov']
			->exclude ('(foo|bar)')
			->exclude_paths('path')
			->hidden(FALSE)
			->find()
			->sort('size', TRUE); //name, date, type

$files = get_files(['mtime', 'size', 'owner', 'perms']);

var_dump($files);

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~461 days

Total

5

Last Release

1362d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ed80e5fea7f08c36b76e87f1395c71d245f97362d706a77aa2ade992bd2976b8?d=identicon)[CoolSwitcher](/maintainers/CoolSwitcher)

---

Top Contributors

[![coolswitcher](https://avatars.githubusercontent.com/u/646663?v=4)](https://github.com/coolswitcher "coolswitcher (16 commits)")

---

Tags

finderfind files

### Embed Badge

![Health badge](/badges/appzz-finder/health.svg)

```
[![Health](https://phpackages.com/badges/appzz-finder/health.svg)](https://phpackages.com/packages/appzz-finder)
```

###  Alternatives

[yosymfony/resource-watcher

A simple resource watcher using Symfony Finder

698.2M22](/packages/yosymfony-resource-watcher)[ergebnis/classy

Provides collectors for classy constructs (classes, enums, interfaces, and traits).

382.8M20](/packages/ergebnis-classy)[arthurhoaro/favicon

PHP Library used to discover favicon from given URL

36737.4k](/packages/arthurhoaro-favicon)[edsdk/flmngr-server-php

Flmngr file manager PHP backend

20279.5k3](/packages/edsdk-flmngr-server-php)[samsonasik/array-lookup

A fast lookup library that help you verify and search array and Traversable data

2863.0k2](/packages/samsonasik-array-lookup)[mpclarkson/icon-scraper

PHP Library to get the apple-touch-icons and favicon from a website.

2129.2k](/packages/mpclarkson-icon-scraper)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
