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

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

claudiosanches/wp-autoloader
============================

Autoload classes following WordPress naming convertions

1.0.0(9y ago)10782MITPHPPHP &gt;= 7.0

Since Jan 17Pushed 9y agoCompare

[ Source](https://github.com/claudiosanches/wp-autoloader)[ Packagist](https://packagist.org/packages/claudiosanches/wp-autoloader)[ RSS](/packages/claudiosanches-wp-autoloader/feed)WikiDiscussions master Synced 2mo ago

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

WPAutoloader
============

[](#wpautoloader)

Loads namespaces and classes following the [WordPress naming conventions](https://make.wordpress.org/core/handbook/best-practices/coding-standards/php/#naming-conventions).

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/2d5b722ac70e34758f60eff967e6f9b3dd997280ce082fed4de4adcab71e9ddb/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f636c617564696f73616e636865732f77702d6175746f6c6f616465722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/claudiosanches/wp-autoloader/?branch=master)[![Code Climate](https://camo.githubusercontent.com/b4e3f783508c5e7f93453ea4a8ae9b92d57e0d2961939e51e837fce5cdaab87e/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f636c617564696f73616e636865732f77702d6175746f6c6f616465722f6261646765732f6770612e737667)](https://codeclimate.com/github/claudiosanches/wp-autoloader)[![Code Coverage](https://camo.githubusercontent.com/33c0ea4530d0fd35c8cd1e4034bd0eb938f9347c5d07269da0b8789c7393f77a/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f636c617564696f73616e636865732f77702d6175746f6c6f616465722f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/claudiosanches/wp-autoloader/?branch=master)[![Build Status](https://camo.githubusercontent.com/c441f6f9b903357c453d68cf0d4cf66b7627da14c0ca1f1899cdc285b2ae4cbb/68747470733a2f2f7472617669732d63692e6f72672f636c617564696f73616e636865732f77702d6175746f6c6f616465722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/claudiosanches/wp-autoloader)

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

[](#installation)

```
composer require claudiosanches/wp-autoloader

```

Usage
-----

[](#usage)

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

use ClaudioSanches\WPAutoloader\Autoloader;

$autoloader = new Autoloader();

// Add namespace.
$autoloader->addNamespace('ClaudioSanches\Foo\Bar', __DIR__ . '/src');

// Register all autoload.
$autoloader->register();
```

Release History
---------------

[](#release-history)

- 2017-01-17 - 1.0.0 - Stable release.

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

3405d ago

### Community

Maintainers

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

---

Top Contributors

[![claudiosanches](https://avatars.githubusercontent.com/u/1264099?v=4)](https://github.com/claudiosanches "claudiosanches (16 commits)")

---

Tags

wordpress

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[tgmpa/tgm-plugin-activation

TGM Plugin Activation is a PHP library that allows you to easily require or recommend plugins for your WordPress themes (and plugins).

1.8k222.5k13](/packages/tgmpa-tgm-plugin-activation)[aristath/kirki

Extending the WordPress customizer

1.3k73.0k4](/packages/aristath-kirki)[afragen/git-updater

A plugin to automatically update GitHub, Bitbucket, GitLab, or Gitea hosted plugins, themes, and language packs.

3.3k1.6k](/packages/afragen-git-updater)[justintadlock/hybrid-carbon

God-like post featured image script.

202.5k](/packages/justintadlock-hybrid-carbon)[typisttech/wp-admin-notices

A simplified OOP implementation of the WordPress admin notices

141.2k](/packages/typisttech-wp-admin-notices)

PHPackages © 2026

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