PHPackages                             seothemes/core-plugin-activator - 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. seothemes/core-plugin-activator

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

seothemes/core-plugin-activator
===============================

Add recommended plugins to TGM Plugin Activation through configuration

0.1.1(7y ago)03gpl-2.0-or-laterPHP

Since Aug 1Pushed 7y agoCompare

[ Source](https://github.com/seothemes/core-plugin-activator)[ Packagist](https://packagist.org/packages/seothemes/core-plugin-activator)[ RSS](/packages/seothemes-core-plugin-activator/feed)WikiDiscussions master Synced yesterday

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

Plugin Activator
================

[](#plugin-activator)

Add recommended plugins to TGM Plugin Activation through configuration.

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

[](#installation)

This component should be installed using Composer, with the command `composer require seothemes/core-plugin-activator`.

Usage
-----

[](#usage)

Within your config file (typically found at `config/defaults.php`), use the `PluginActivator::REGISTER` class constant as an array key to add a list of plugins to recommend.

For example:

```
use SEOThemes\Core\PluginActivator;

$plugins = [
    PluginActivator::REGISTER => [
        'Genesis eNews Extended',
        'Genesis Simple FAQ',
        'Genesis Testimonial Slider',
        'Genesis Widget Column Classes',
        'Google Map',
        'Icon Widget',
        'One Click Demo Import',
        'Simple Social Icons',
        'WP Featherlight',
    ],
];

return [
    PluginActivator::class => $plugins,
];
```

Load the component
------------------

[](#load-the-component)

Components should be loaded in your theme `functions.php` file, using the `Theme::setup` static method. Code should run on the `after_setup_theme` hook (or `genesis_setup` if you use Genesis Framework).

```
add_action( 'after_setup_theme', function() {
    $config = include_once __DIR__ . '/config/defaults.php';
    D2\Core\Theme::setup( $config );
} );
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity53

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

2842d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/55b9ce7d3453d6c0c149cd77f4441a19bf692d968bf58b7f3dbc3cf9450c2051?d=identicon)[seothemes](/maintainers/seothemes)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/seothemes-core-plugin-activator/health.svg)

```
[![Health](https://phpackages.com/badges/seothemes-core-plugin-activator/health.svg)](https://phpackages.com/packages/seothemes-core-plugin-activator)
```

PHPackages © 2026

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