PHPackages                             androlax2/wp-plugin-activation-manifest - 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. androlax2/wp-plugin-activation-manifest

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

androlax2/wp-plugin-activation-manifest
=======================================

Simple file-based plugin activation control for WordPress.

0.1.0(5y ago)017.5k↓20%PHPPHP &gt;=7.0

Since Jan 28Pushed 5y ago1 watchersCompare

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

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

WP Plugin Activation Manifest
=============================

[](#wp-plugin-activation-manifest)

(INSPIRE BY )

Lock down the activation state of individual plugins based on environment with minimal effort.

Usage
-----

[](#usage)

Create a YAML file that defines the plugin activation state you want to enforce. Name it whatever you wish and put it wherever you want ( ideally outside of the webroot). Add this file to your project's repository. Example manifest file:

```
# top level keys are the environment
some_environment:
  enable:
    - someplugin/someplugin.php
  disable:
    - someotherplugin/someotherplugin.php
  # supports multisite
  network-enable:
    - someplugin/someplugin.php
  network-disable:
    - someplugin/someplugin.php
# 'global' is a special key that you can use to apply to all environments
global:
  enable:
    - woocommerce/woocommerce.php
    - wpmandrill/wpmandrill.php

development:
  disable:
    - wpmandrill/wpmandrill.php
```

Install `composer require primetime/wp-plugin-activation-manifest`Execute the mandate

```
require('vendor/autoload.php');
// ...
// after WordPress is loaded - eg: within an mu-plugin
// ..
\Androlax2\WordPress\PluginManifest\Activation::set('path/to/plugin-manifest.yml', getenv('WP_ENV'));
```

In the example above, `WP_ENV` is an environment variable defining the name of the environment (eg: development, staging, production). This environment name should match to a top-level key in the yaml file. Environment configuration is applied after the `global` configuration and will take precedence over it. That's it!

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

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

1936d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/39646949?v=4)[Théo Benoit](/maintainers/Androlax2)[@Androlax2](https://github.com/Androlax2)

### Embed Badge

![Health badge](/badges/androlax2-wp-plugin-activation-manifest/health.svg)

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

###  Alternatives

[orchestra/canvas

Code Generators for Laravel Applications and Packages

20917.2M158](/packages/orchestra-canvas)[lullabot/drainpipe

An automated build tool to allow projects to have a set standardized operations scripts.

41716.4k2](/packages/lullabot-drainpipe)[netgen/content-browser

Netgen Content Browser is a Symfony bundle that provides an interface which selects items from any kind of backend and returns the IDs of selected items back to the calling code.

14112.1k8](/packages/netgen-content-browser)

PHPackages © 2026

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