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

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

iziphp/autoloader
=================

Skeleton to create a composer library

v1.0.0(2y ago)04.7k↓32.4%MITPHPPHP ^8.2

Since Jun 26Pushed 2y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (5)Versions (2)Used By (0)

iziphp/autoloader
=================

[](#iziphpautoloader)

PSR-4 compatible Autoloader. This is the updated version of the example autoloader from the [PSR-4 specification](https://www.php-fig.org/psr/psr-4/).

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

[](#installation)

```
composer require iziphp/autoloader
```

Usage
-----

[](#usage)

```
// Instantiate the loader
$loader = new \Easy\Autoloader\Autoloader();

// Add namespaces to autoload
$loader->appendNamespace("Components", "components"); # Root source
$loader->prependNamespace(null, "src"); # Root source

// Register the autoloader
$loader->register();
```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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

1058d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/fca9afd8c160bcab3e4a28fd23aad57a00905780a393a41f84f982ab90b1ab4e?d=identicon)[v.orujov](/maintainers/v.orujov)

---

Top Contributors

[![vorujov](https://avatars.githubusercontent.com/u/1517996?v=4)](https://github.com/vorujov "vorujov (2 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[honeybee/honeybee

Library for implementing CQRS driven, event-sourced and distributed architectures.

222.1k4](/packages/honeybee-honeybee)[rami/seo-bundle

All in One Symfony Seo Bundle

321.0k](/packages/rami-seo-bundle)

PHPackages © 2026

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