PHPackages                             voceconnect/wp-plugin-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. voceconnect/wp-plugin-loader

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

voceconnect/wp-plugin-loader
============================

A simplified interface to insure that a WordPress plugin has been loaded

0.1.0(10y ago)116GPL-3.0+PHPPHP &gt;=5.4.0

Since Jul 10Pushed 10y ago1 watchersCompare

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

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

WP Plugin Loader
================

[](#wp-plugin-loader)

WP Plugin Loader provides an interface for loading plugin dependencies.

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

[](#installation)

Add WP Plugin loader as a dependency with Composer:

> composer require voceconnect/wp-plugin-loader

Then ensure that your composer autoload file is properly included:

```
require_once 'vendor/autoload.php';
```

Initialize the PluginLoader:

```
$pluginLoader = new Voce\PluginLoader\PluginLoader();
$pluginLoader->registerHooks();
```

Loading Plugins
---------------

[](#loading-plugins)

To be sure that a plugin is loaded, pass the plugin details to the `wp_load_plugin` action. For example, the below will load the 'Hello Dolly' plugin:

```
do_action('wp_load_plugin', 'hello-dolly', 'hello.php');
```

Alternatively, the action name can be retrieved from the class constant `LOAD_ACTION`:

```
do_action(Voce\PluginLoader\PluginLoader::LOAD_ACTION, 'hello-dolly', 'hello.php');
```

...of course this is much shorter if you're already using the `use` statement.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

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

3965d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/68431036eb11480c4075c2363add4d23e8e7b7b28f43396165c5c63cbcbee049?d=identicon)[prettyboymp](/maintainers/prettyboymp)

### Embed Badge

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

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

PHPackages © 2026

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