PHPackages                             spelcaster/simple-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. spelcaster/simple-class-finder

ActiveLibrary

spelcaster/simple-class-finder
==============================

A simple PHP class finder

1.0.2(1y ago)23.9k1[1 issues](https://github.com/spelcaster/simple-class-finder/issues)MITPHPPHP ^7.0|^8.0CI failing

Since Jun 27Pushed 1y agoCompare

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

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

SimpleClassFinder
=================

[](#simpleclassfinder)

Usage
-----

[](#usage)

```
$finder = new SimpleClassFinder\Finder();
$finder->getClassesIn("SimpleClassFinder");

$finder->getClassesThatImplements("Helper", "", true);
$finder->getClassesThatImplements("Helper", "Symfony\Component\Console\Helper", true);
$finder->getClassesThatImplements("Symfony\Component\Console\Helper\Helper");

// depends on `composer dumpautoload --optimize`
$f->loadClassesFrom("src")
    ->getClassesIn("SimpleClassFinder");

$f->getClassesThatUses("Awesome\Trait");

```

Similar Projects
================

[](#similar-projects)

- [haydenpierce/class-finder](https://gitlab.com/hpierce1102/ClassFinder)

References
==========

[](#references)

This project was inspired by the following links:

- [PHP - get all class names inside a particular namespace](https://stackoverflow.com/a/22762333/2214160)
- [PHP: How to get all classes when using autoloader](https://stackoverflow.com/a/46435124/2214160)
- [Creating your first Composer/Packagist package](https://blog.jgrossi.com/2013/creating-your-first-composer-packagist-package/)

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance26

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 89.5% 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 ~966 days

Total

3

Last Release

586d ago

PHP version history (2 changes)1.0.0PHP ^7

1.0.2PHP ^7.0|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/4c0191d7810927dead60249c1ec173cb2ab2fb1edb480633744c7ab1eb7aa900?d=identicon)[spelcaster](/maintainers/spelcaster)

---

Top Contributors

[![spelcaster](https://avatars.githubusercontent.com/u/3278419?v=4)](https://github.com/spelcaster "spelcaster (17 commits)")[![gabfr](https://avatars.githubusercontent.com/u/1237163?v=4)](https://github.com/gabfr "gabfr (2 commits)")

### Embed Badge

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

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

PHPackages © 2026

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