PHPackages                             jamm/autoload - 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. [PSR &amp; Standards](/categories/psr-standards)
4. /
5. jamm/autoload

ActiveLibrary[PSR &amp; Standards](/categories/psr-standards)

jamm/autoload
=============

Class to organize autoloading by PHP naming conventions and PSR-0 standard

314PHP

Since Jul 22Pushed 12y ago1 watchersCompare

[ Source](https://github.com/jamm/Autoload)[ Packagist](https://packagist.org/packages/jamm/autoload)[ RSS](/packages/jamm-autoload/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Autoload
========

[](#autoload)

Class to organize autoloading by [PHP naming conventions](http://news.php.net/php.standards/2) and [PSR-0 standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md):

- A fully-qualified namespace and class must have the following structure `\\(\)*`
- Each namespace must have a top-level namespace ("Vendor Name").
- Each namespace can have as many sub-namespaces as it wishes.
- Each namespace separator is converted to a DIRECTORY\_SEPARATOR when loading from the file system.
- Each "\_" character in the CLASS NAME is converted to a DIRECTORY\_SEPARATOR. The "\_" character has no special meaning in the namespace.
- The fully-qualified namespace and class is suffixed with ".php" when loading from the file system.
- Alphabetic characters in vendor names, namespaces, and class names may be of any combination of lower case and upper case.

How to use
==========

[](#how-to-use)

- Classes of all packages (libraries), placed in the "vendors" folder, will be autoloaded automatically (in first use);
- You can map namespace of package, placed in any folder: use *register\_namespace\_dir()* method;
- You can map any class also: use *register\_class()* method;

License: [MIT](http://en.wikipedia.org/wiki/MIT_License)

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/27a19d7616678bc75505ded35bebf1b16d76a3586b103f4bf31f62c74646ba89?d=identicon)[OZ](/maintainers/OZ)

---

Top Contributors

[![e-oz](https://avatars.githubusercontent.com/u/526352?v=4)](https://github.com/e-oz "e-oz (36 commits)")

### Embed Badge

![Health badge](/badges/jamm-autoload/health.svg)

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

###  Alternatives

[maclof/kubernetes-client

A simple yet elegant client for accessing and controlling a Kubernetes cluster.

237916.9k5](/packages/maclof-kubernetes-client)

PHPackages © 2026

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