PHPackages                             webmgine/auto-loader - 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. webmgine/auto-loader

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

webmgine/auto-loader
====================

PHP class autoloader based on namespaces/directories association

1.0.0(7y ago)036MITPHPPHP &gt;=7.0.0

Since Feb 15Pushed 7y agoCompare

[ Source](https://github.com/webmgauthier/Webmgine-AutoLoader)[ Packagist](https://packagist.org/packages/webmgine/auto-loader)[ RSS](/packages/webmgine-auto-loader/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (2)Used By (0)

Webmgine - AutoLoader
=====================

[](#webmgine---autoloader)

PHP class autoloader based on namespaces/directories association

Getting Started
---------------

[](#getting-started)

Use composer autload (or include **src/AutoLoader.php** in your project).

```
require __DIR__ . '/vendor/autoload.php';

```

Set your project base directory

```
Webmgine\AutoLoader::setBaseDir(__DIR__);

```

Register autoload into php spl functions

```
spl_autoload_register('Webmgine\AutoLoader::autoLoad');

```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity55

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

Unknown

Total

1

Last Release

2694d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/47616936?v=4)[webmgauthier](/maintainers/webmgauthier)[@webmgauthier](https://github.com/webmgauthier)

---

Top Contributors

[![webmgauthier](https://avatars.githubusercontent.com/u/47616936?v=4)](https://github.com/webmgauthier "webmgauthier (10 commits)")

### Embed Badge

![Health badge](/badges/webmgine-auto-loader/health.svg)

```
[![Health](https://phpackages.com/badges/webmgine-auto-loader/health.svg)](https://phpackages.com/packages/webmgine-auto-loader)
```

###  Alternatives

[symfony/dependency-injection

Allows you to standardize and centralize the way objects are constructed in your application

4.2k455.6M9.4k](/packages/symfony-dependency-injection)[nlp-tools/nlp-tools

NlpTools is a set of php 5.3+ classes for beginner to semi advanced natural language processing work.

775672.1k5](/packages/nlp-tools-nlp-tools)[justintadlock/hybrid-breadcrumbs

A powerful breadcrumb script for inclusion with WordPress themes.

454.2k](/packages/justintadlock-hybrid-breadcrumbs)[evilfreelancer/openvpn-php

OpenVPN config generator writen on PHP

304.9k](/packages/evilfreelancer-openvpn-php)

PHPackages © 2026

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