PHPackages                             wp-kit/tgmpa-integration - 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. wp-kit/tgmpa-integration

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

wp-kit/tgmpa-integration
========================

A wp-kit component that handles TGMPA configuration

2.0.1(6y ago)2254MITPHPPHP &gt;=7.2

Since Sep 21Pushed 6y ago1 watchersCompare

[ Source](https://github.com/wp-kit/tgmpa-integration)[ Packagist](https://packagist.org/packages/wp-kit/tgmpa-integration)[ Docs](https://github.com/wp-kit/tgmpa-integration)[ RSS](/packages/wp-kit-tgmpa-integration/feed)WikiDiscussions master Synced 3w ago

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

wp-kit/tgmpa-integration
========================

[](#wp-kittgmpa-integration)

This is a wp-kit component that handles [`TGMPA`](http://tgmpluginactivation.com/) configuration via a [config file](config/tgmpa.config.php).

[`TGMPA`](http://tgmpluginactivation.com/) (TGM Plugin Activation) is a PHP library that allows you to easily require or recommend plugins for your WordPress themes (and plugins).

This component was built to run within an [`Illuminate\Container\Container`](https://github.com/illuminate/container/blob/master/Container.php) so is perfect for frameworks such as [`Themosis`](http://framework.themosis.com/), [`Assely`](https://assely.org/) and [`wp-kit/theme`](https://github.com/wp-kit/theme).

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

[](#installation)

If you're using `Themosis`, install via [`Composer`](https://getcomposer.org/) in the root of your `Themosis` installation, otherwise install in your `Composer` driven theme folder:

```
composer require "wp-kit/tgmpa-integration"
```

Setup
-----

[](#setup)

### Add Service Provider

[](#add-service-provider)

Just register the service provider in the providers config:

```
//inside theme/resources/config/providers.config.php

return [
	//,
	WPKit\Integrations\Tgmpa\TgmpaServiceProvider::class,
	//
];
```

### Add Config File

[](#add-config-file)

The recommended method of installing config files for `wp-kit` components is via `wp kit vendor:publish` command.

First, [install WP CLI](http://wp-cli.org/), and then install this component, `wp kit vendor:publish` will automatically be installed with `wp-kit/utils`, once installed you can run:

`wp kit vendor:publish`

For more information, please visit [`wp-kit/utils`](https://github.com/wp-kit/utils#commands).

Alternatively, you can place the [config file(s)](config) in your `theme/resources/config` directory manually.

Usage
-----

[](#usage)

Please install and study the default [config file](config/tgmpa.config.php) as described above to learn how to use this component.

Get Involved
------------

[](#get-involved)

To learn more about how to use `wp-kit` check out the docs:

[View the Docs](https://github.com/wp-kit/theme/tree/docs/README.md)

Any help is appreciated. The project is open-source and we encourage you to participate. You can contribute to the project in multiple ways by:

- Reporting a bug issue
- Suggesting features
- Sending a pull request with code fix or feature
- Following the project on [GitHub](https://github.com/wp-kit)
- Sharing the project around your community

For details about contributing to the framework, please check the [contribution guide](https://github.com/wp-kit/theme/tree/docs/Contributing.md).

Requirements
------------

[](#requirements)

Wordpress 4+

PHP 5.6+

License
-------

[](#license)

wp-kit/tgmpa-integration is open-sourced software licensed under the MIT License.

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

Total

2

Last Release

2335d ago

PHP version history (2 changes)2.0.0PHP &gt;=5.6.4

2.0.1PHP &gt;=7.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/b4cf98026bd84498477fafbfb9648807bf87c5ec9a0a404db2e3b7e2739cc8f9?d=identicon)[terence1990](/maintainers/terence1990)

---

Top Contributors

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

---

Tags

wordpressOOPthemosiswp-kitasselytgmpaTGM Plugin Activation

### Embed Badge

![Health badge](/badges/wp-kit-tgmpa-integration/health.svg)

```
[![Health](https://phpackages.com/badges/wp-kit-tgmpa-integration/health.svg)](https://phpackages.com/packages/wp-kit-tgmpa-integration)
```

###  Alternatives

[php-stubs/wordpress-stubs

WordPress function and class declaration stubs for static analysis.

19915.0M378](/packages/php-stubs-wordpress-stubs)[szepeviktor/sentencepress

OOP toolkit for daily tasks in WordPress development.

111.4k](/packages/szepeviktor-sentencepress)

PHPackages © 2026

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