PHPackages                             recursive-autoloader-generator/recursive-autoloader-generator - 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. recursive-autoloader-generator/recursive-autoloader-generator

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

recursive-autoloader-generator/recursive-autoloader-generator
=============================================================

Recursive autoloader generator

2.0.0(11y ago)2646MITPHPPHP &gt;=5.3.0

Since Jan 7Pushed 11y ago1 watchersCompare

[ Source](https://github.com/cassell/RecursiveAutoloaderGenerator)[ Packagist](https://packagist.org/packages/recursive-autoloader-generator/recursive-autoloader-generator)[ Docs](https://github.com/cassell/RecursiveAutoloaderGenerator)[ RSS](/packages/recursive-autoloader-generator-recursive-autoloader-generator/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependenciesVersions (9)Used By (0)

\#RecursiveAutoloaderGenerator

Example Usage

```
$al = new RecursiveAutoloaderGenerator\RecursiveAutoloaderGenerator(dirname(__DIR__) . '/inc');
$al->ignoreDirectory(dirname(__DIR__) . '/inc/vendor');
$al->setPathFormatFunction(function($path) { return str_replace(dirname(__DIR__) . "/inc", "", $path); });
$al->setReturnFormatFunction(function() { return "require_once(__DIR__ . \$classes[\$class]);"; });

file_put_contents(dirname(__DIR__) . '/inc/autoload.php', $al->output());

```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

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

Recently: every ~103 days

Total

8

Last Release

4041d ago

Major Versions

1.6.0 → 2.0.02015-04-23

### Community

Maintainers

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

---

Top Contributors

[![cassell](https://avatars.githubusercontent.com/u/424788?v=4)](https://github.com/cassell "cassell (15 commits)")

---

Tags

autoloader

### Embed Badge

![Health badge](/badges/recursive-autoloader-generator-recursive-autoloader-generator/health.svg)

```
[![Health](https://phpackages.com/badges/recursive-autoloader-generator-recursive-autoloader-generator/health.svg)](https://phpackages.com/packages/recursive-autoloader-generator-recursive-autoloader-generator)
```

###  Alternatives

[typo3/class-alias-loader

Amends the composer class loader to support class aliases to provide backwards compatibility for packages

4313.7M21](/packages/typo3-class-alias-loader)[automattic/jetpack-autoloader

Creates a custom autoloader for a plugin or theme.

525.5M69](/packages/automattic-jetpack-autoloader)[roots/bedrock-autoloader

An autoloader that enables standard plugins to be required just like must-use plugins

405.6M51](/packages/roots-bedrock-autoloader)[lochmueller/autoloader

Automatic components loading of ExtBase extensions to get more time for coffee in the company ;) This ext is not a PHP SPL autoloader or class loader - it is better! Loads CommandController, Xclass, Hooks, FlexForms, Slots, TypoScript, TypeConverter, BackendLayouts and take care of createing needed templates, TCA configuration or translations at the right location.

19364.9k5](/packages/lochmueller-autoloader)[linkorb/autotune

Tune your autoloader

177.0k17](/packages/linkorb-autotune)[bnomei/autoloader-for-kirby

Helper to automatically load various Kirby extensions in a plugin

185.7k2](/packages/bnomei-autoloader-for-kirby)

PHPackages © 2026

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