PHPackages                             vanengers/class-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. vanengers/class-finder

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

vanengers/class-finder
======================

Find classes (with namespaces) within folders

v1.1.1(1y ago)06MITPHPPHP ^8.0 || ^7.4

Since Nov 4Pushed 1y ago1 watchersCompare

[ Source](https://github.com/vanengers/class-finder)[ Packagist](https://packagist.org/packages/vanengers/class-finder)[ RSS](/packages/vanengers-class-finder/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (7)Dependencies (2)Versions (7)Used By (0)

class-finder
============

[](#class-finder)

Find classes (with namespaces) within folders

Installation
------------

[](#installation)

```
composer require vanengers/class-finder

```

Usage
-----

[](#usage)

```
$finder = new ClassFinder();
$classes = $finder->getAllNameSpaces('/path/to/folder/to/search');

```

### How it works.

[](#how-it-works)

Find all PHP classes in folder and subfolders. It will return an array with the full namespace of the class.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 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 ~0 days

Total

6

Last Release

560d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/90f2324639ed35bd07704cf01a6c124478ec162147a7e60d0ca61cfd8f463a0a?d=identicon)[georgevanengers](/maintainers/georgevanengers)

---

Top Contributors

[![vanengers](https://avatars.githubusercontent.com/u/39123706?v=4)](https://github.com/vanengers "vanengers (8 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

PHPackages © 2026

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