PHPackages                             develtio/wp-loader - 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. develtio/wp-loader

ActiveLibrary

develtio/wp-loader
==================

Loader by develtio.com

1.0.1(5y ago)25.3k1MITPHPPHP &gt;=7.2

Since Nov 13Pushed 5y ago9 watchersCompare

[ Source](https://github.com/develtio/wp-loader)[ Packagist](https://packagist.org/packages/develtio/wp-loader)[ Docs](https://develtio.com)[ RSS](/packages/develtio-wp-loader/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)DependenciesVersions (3)Used By (1)

 [ ![](https://raw.githubusercontent.com/develtio/assets/master/logo/logo.svg) ](https://develtio.com)

Develtio - Loader
=================

[](#develtio---loader)

**Loader** by [develtio.com](https://develtio.com)

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

[](#installation)

```
composer require develtio/wp-loader

```

Examples
--------

[](#examples)

```
use Develtio\WP\Loader\TypesLoader;

(new TypesLoader(__DIR__ . '/post-types/*.php'))->run();
```

Group

```
use Develtio\WP\Loader\GroupLoader;
use Develtio\WP\Loader\TypesLoader;

$gl = new GroupLoader();
$gl->add(new TypesLoader(__DIR__ . '/post-types/*.php'));
$gl->add(new TypesLoader(__DIR__ . '/taxonomies/*.php'));
$gl->run();
```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity50

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 ~69 days

Total

2

Last Release

1943d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/50c47778f0473f481e27eeee4d488ddc2391543c5edaaf0926e6689e3458d5f6?d=identicon)[develtio](/maintainers/develtio)

---

Top Contributors

[![tomaszrusiecki](https://avatars.githubusercontent.com/u/15139332?v=4)](https://github.com/tomaszrusiecki "tomaszrusiecki (8 commits)")

---

Tags

loaderwordpresswordpress-developmentwordpressloaderdevelopment

### Embed Badge

![Health badge](/badges/develtio-wp-loader/health.svg)

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

###  Alternatives

[lkwdwrd/wp-muplugin-loader

A drop-in MU Plugin loader for WordPress

5847.1k](/packages/lkwdwrd-wp-muplugin-loader)[bueltge/must-use-loader

Load Must-Use Plugins inside subdirectories with caching. For delete the cache: if you view the Must Use plugin list in the network administration.

6115.7k2](/packages/bueltge-must-use-loader)[wecodemore/current-admin-info

Displays info about the current admin screen and its globals, contextual hooks, etc.

852.7k](/packages/wecodemore-current-admin-info)

PHPackages © 2026

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