PHPackages                             dark-kitt/wordpress-mu-plugin-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. dark-kitt/wordpress-mu-plugin-autoloader

ActiveWordpress-muplugin[Utility &amp; Helpers](/categories/utility)

dark-kitt/wordpress-mu-plugin-autoloader
========================================

This WordPress MU-Plugin loads MU-Plugins from subdirectories

1.0.1(2y ago)0311CC-BY-4.0PHP

Since Apr 29Pushed 2y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (4)Used By (1)

**WordPress MU-Plugin Autoloader**
==================================

[](#wordpress-mu-plugin-autoloader)

Project: [Part 1](https://github.com/dark-kitt/wordpress-boilerplate/tree/main), [**Part 2**](https://github.com/dark-kitt/wordpress-theme-configuration), [Part 3](https://github.com/dark-kitt/wordpress-theme-vue)

---

Introduction
------------

[](#introduction)

This WordPress MU-Plugin loads MU-Plugins from **subdirectories**. WordPress only looks for PHP files right inside the MU-Plugins directory, and not for files in subdirectories (unlike for normal plugins).

After installing the package, copy the ***mu-plugin-autoloader.php*** file inside of the MU-Plugins directory (*`/mu-plugins`*), to load WordPress MU-Plugins automatically.

This MU-Plugin is a modified version based on the [richardtape/subdir-loader.php](https://gist.github.com/richardtape/05c70849e949a5017147) Github Gist.

### Requirements

[](#requirements)

- [PHP: ^7.\*](https://www.php.net/manual/de/mysql-xdevapi.installation.php)
- [WordPress: ^5.\*](https://wordpress.org/support/article/how-to-install-wordpress/)

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

[](#installation)

```
composer require dark-kitt/wordpress-mu-plugin-autoloader
```

If you have a specific path to your MU-Plugin directory, please add the following lines to your composer.json file.

```
"extra": {
  "installer-paths": {
    "path/to/mu-plugins/{$name}/": [
      "type:wordpress-muplugin"
    ]
  },
  "wordpress-install-dir": "path/to/wordpress"
},
```

Note, for a specific commit of your VCS Repo `"require": { "vendor/repo_name": "dev-main#eec8698" }` (branch#commit).

**common composer cmds**

```
composer install
composer update
# package control
composer require verdor/package
composer remove verdor/package

composer clear-cache
composer show -i # installed packages
```

---

---

License
-------

[](#license)

[![](https://camo.githubusercontent.com/d951df269294b1973ab6616ed8382cabab27362f81de7dde65fa08e320009a81/68747470733a2f2f75706c6f61642e77696b696d656469612e6f72672f77696b6970656469612f636f6d6d6f6e732f652f65352f43435f42592d53415f69636f6e2e737667)](https://creativecommons.org/licenses/by-sa/4.0)

---

Includes
--------

[](#includes)

- [richardtape/subdir-loader.php](https://gist.github.com/richardtape/05c70849e949a5017147)

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity43

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

Every ~0 days

Total

2

Last Release

750d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6e6705993aa95247c669bc48407b75d285668c2c10f186c2167c3b46e8dd78f1?d=identicon)[dark-kitt](/maintainers/dark-kitt)

---

Top Contributors

[![dark-kitt](https://avatars.githubusercontent.com/u/42038118?v=4)](https://github.com/dark-kitt "dark-kitt (5 commits)")

### Embed Badge

![Health badge](/badges/dark-kitt-wordpress-mu-plugin-autoloader/health.svg)

```
[![Health](https://phpackages.com/badges/dark-kitt-wordpress-mu-plugin-autoloader/health.svg)](https://phpackages.com/packages/dark-kitt-wordpress-mu-plugin-autoloader)
```

###  Alternatives

[inovector/mixpostapp

Standalone application with the Laravel Package of Mixpost Lite pre-installed and configured

1232.9k](/packages/inovector-mixpostapp)

PHPackages © 2026

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