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

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

masonitedoors/bedrock-autoloader
================================

An autoloader that enables standard plugins to be required just like must-use plugins. The autoloaded plugins are included during mu-plugin loading. An asterisk (\*) next to the name of the plugin designates the plugins that have been autoloaded.

1.0.0(6y ago)01.5kMITPHP

Since Apr 16Pushed 6y ago2 watchersCompare

[ Source](https://github.com/masonitedoors/bedrock-autoloader)[ Packagist](https://packagist.org/packages/masonitedoors/bedrock-autoloader)[ RSS](/packages/masonitedoors-bedrock-autoloader/feed)WikiDiscussions master Synced today

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

Bedrock Autoloader
==================

[](#bedrock-autoloader)

[![Bedrock Autoloader on Packagist](https://camo.githubusercontent.com/83edcf572c6cfd9d9466ab458a1977054c2748125c5dd2299b0f784dcb45637b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d61736f6e697465646f6f72732f626564726f636b2d6175746f6c6f616465722e7376673f7374796c653d666c6174)](https://packagist.org/packages/masonitedoors/bedrock-autoloader)

Standalone version of the [Bedrock Autoloader](https://github.com/roots/bedrock/blob/1.8.12/web/app/mu-plugins/bedrock-autoloader.php) for must-use plugins.

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

[](#installation)

Require this package, with [Composer](https://getcomposer.org), in the root directory of your project.

```
composer require masonitedoors/bedrock-autoloader
```

Usage
-----

[](#usage)

In order to add the drop-in file `bedrock-autoloader.php` to your site's `wp-content/mu-plugins/` directory, it is recommended that you use [koodimonni/composer-dropin-installer](https://github.com/Koodimonni/Composer-Dropin-Installer). Once installed, your project's composer.json should look similar to this:

```
{
  "name": "masonitedoors/my-wordpress-site",
  "type": "project",
  "license": "GPL-2.0-or-later",
  "require": {
    "koodimonni/composer-dropin-installer": "*",
    "php": "^7.0",
    "composer/installers": "^1.4",
    "roots/wordpress": "5.4",
    "masonitedoors/bedrock-autoloader": "dev-master"
  },
  "extra": {
    "wordpress-install-dir": "html",
    "installer-paths": {
      "html/wp-content/mu-plugins/{$name}/": [
        "type:wordpress-muplugin",
      ],
      "html/wp-content/plugins/{$name}/": [
        "type:wordpress-plugin"
      ],
      "html/wp-content/themes/{$name}/": [
        "type:wordpress-theme"
      ]
    },
    "dropin-paths": {
      "html/wp-content/mu-plugins/": [
        "package:masonitedoors/bedrock-autoloader:bedrock-autoloader.php"
      ]
    }
  },
  "config": {
    "dropin-installer": "copy"
  }
}
```

Credits
-------

[](#credits)

All credits &amp; copyrights belongs to people behind [Bedrock](https://github.com/roots/bedrock).

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

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

2269d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6676674?v=4)[Joe Fusco](/maintainers/josephfusco)[@josephfusco](https://github.com/josephfusco)

---

Top Contributors

[![josephfusco](https://avatars.githubusercontent.com/u/6676674?v=4)](https://github.com/josephfusco "josephfusco (1 commits)")

---

Tags

wordpresswordpress-mu-pluginwordpress-mupluginwordpress-plugin

### Embed Badge

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

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

###  Alternatives

[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.5k10](/packages/helsingborg-stad-municipio)[mediawiki/maps

Adds various mapping features to MediaWiki

84152.3k3](/packages/mediawiki-maps)[starcitizentools/citizen-skin

A beautiful, usable, responsive MediaWiki skin with in-depth extension support. Originally developed for the Star Citizen Wiki.

3376.6k](/packages/starcitizentools-citizen-skin)[civicrm/civicrm-drupal-8

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

19251.4k3](/packages/civicrm-civicrm-drupal-8)[altis/core

Core module for Altis

19228.0k3](/packages/altis-core)[pfefferle/wordpress-activitypub

The ActivityPub protocol is a decentralized social networking protocol based upon the ActivityStreams 2.0 data format.

5721.7k4](/packages/pfefferle-wordpress-activitypub)

PHPackages © 2026

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