PHPackages                             retlehs/kinsta-mu-plugins - 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. retlehs/kinsta-mu-plugins

ActiveWordpress-muplugin[Utility &amp; Helpers](/categories/utility)

retlehs/kinsta-mu-plugins
=========================

3.6.1(3w ago)12738↑178.6%

Since May 26Compare

[ Source](https://github.com/retlehs/kinsta-mu-plugins)[ Packagist](https://packagist.org/packages/retlehs/kinsta-mu-plugins)[ RSS](/packages/retlehs-kinsta-mu-plugins/feed)WikiDiscussions Synced 3w ago

READMEChangelog (10)DependenciesVersions (18)Used By (0)

Kinsta Must Use (MU) Plugin
===========================

[](#kinsta-must-use-mu-plugin)

A simple mirror of the official Kinsta Mu Plugin with added Composer/[Bedrock](https://github.com/roots/bedrock) support.

Note

Kinsta now includes Composer installation instructions in their official docs. However, this package is still useful as it supports versioning, allowing you to pin specific releases in your `composer.json`.

For latest version/info please see the official [Kinsta MU Plugin page](https://kinsta.com/docs/wordpress-hosting/kinsta-mu-plugin/?kaid=OFDHAJIXUDIV#installing-via-composer).

Installing with Composer
------------------------

[](#installing-with-composer)

```
composer require retlehs/kinsta-mu-plugins
```

White label
-----------

[](#white-label)

Enabling white labeling will change the following elements in the WordPress dashboard:

1. The branded **Kinsta Cache** sidebar link will be changed to an unbranded **Cache Settings** link.
2. The **Thanks for creating with WordPress and hosting with Kinsta** message near the bottom of the dashboard will be replaced with **Thank you for creating with WordPress**.
3. The Kinsta logo on the **Cache Control** page will be removed or replaced with an image of your choice.
4. The links to Kinsta documentation and support will be removed.

```
define('KINSTAMU_WHITELABEL', true);
define('KINSTAMU_LOGO', 'https://mylogo.com/mylogo.jpg');
```

For more info, refer to the [official docs here](https://kinsta.com/docs/wordpress-hosting/kinsta-mu-plugin/?kaid=OFDHAJIXUDIV#white-label-and-customize-the-kinsta-mu-plugin)

Bedrock + Kinsta
----------------

[](#bedrock--kinsta)

The following constants may be required to fix issues with CDN paths + shared plugin asset URLs.

```
/**
 * Kinsta CDN fix for Bedrock
 */
Config::define('KINSTA_CDN_USERDIRS', 'app');

/**
 * Fix Kinsta MU Plugins URL path with Bedrock
 */
$mu_plugins_url = Config::get('WP_CONTENT_URL') . '/mu-plugins';
Config::define('KINSTAMU_CUSTOM_MUPLUGIN_URL', "{$mu_plugins_url}/kinsta-mu-plugins");
```

Changelog
---------

[](#changelog)

[https://kinsta.com/changelog/mu-plugin-changelog/](https://kinsta.com/changelog/mu-plugin-changelog/?kaid=OFDHAJIXUDIV)

###  Health Score

53

—

FairBetter than 96% of packages

Maintenance94

Actively maintained with recent releases

Popularity26

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity72

Established project with proven stability

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

Recently: every ~42 days

Total

17

Last Release

25d ago

Major Versions

1.0.0 → 2.0.22017-11-13

2.4.8 → v3.0.0.x-dev2023-02-02

### Community

Maintainers

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

### Embed Badge

![Health badge](/badges/retlehs-kinsta-mu-plugins/health.svg)

```
[![Health](https://phpackages.com/badges/retlehs-kinsta-mu-plugins/health.svg)](https://phpackages.com/packages/retlehs-kinsta-mu-plugins)
```

###  Alternatives

[tey/laravel-ddd

A Laravel toolkit for Domain Driven Design patterns

1861.4k](/packages/tey-laravel-ddd)

PHPackages © 2026

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