PHPackages                             presslabs/stack-mu-plugin - 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. presslabs/stack-mu-plugin

Abandoned → [bitpoke/stack-mu-plugin](/?search=bitpoke%2Fstack-mu-plugin)Wordpress-muplugin

presslabs/stack-mu-plugin
=========================

WordPress must-use plugin for Stack

v0.5.3(5y ago)125.6k4[3 issues](https://github.com/presslabs/stack-mu-plugin/issues)[1 PRs](https://github.com/presslabs/stack-mu-plugin/pulls)Apache-2.0PHP

Since Jul 10Pushed 10mo ago3 watchersCompare

[ Source](https://github.com/presslabs/stack-mu-plugin)[ Packagist](https://packagist.org/packages/presslabs/stack-mu-plugin)[ RSS](/packages/presslabs-stack-mu-plugin/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (10)Dependencies (16)Versions (30)Used By (0)

stack-mu-plugin
===============

[](#stack-mu-plugin)

Bitpoke Stack must use plugin for WordPress.

It provides integration for the [Bitpoke Stack](https://www.bitpoke.io/stack)functionalities with WordPress and WooCommerce, such as:

- uploading and serving media files from object storage systems, currently with Google Cloud Storage
- object-cache implementation on top of memcached
- offloading assets to a CDN
- unified handling of logs to stderr, by default
- handling of duplicate, incompatible dependencies through [Jetpack Autoloader](https://github.com/Automattic/jetpack-autoloader)

Install
-------

[](#install)

### Bedrock

[](#bedrock)

When using bedrock, just run:

```
$ composer require bitpoke/stack-mu-plugin
```

### WordPress plugin

[](#wordpress-plugin)

To run as WordPress classic mu-plugin, download the plugin archive from and extract it into your `wp-content/mu-plugins` folder.

Then you need to activate the mu-plugin, by copying `stack-mu-plugin.php` from `wp-content/mu-plugins/stakc-mu-plugin` into your `wp-content/mu-plugins`folder.

```
$ cp wp-content/mu-plugins/stack-mu-plugin/stack-mu-plugin.php wp-content/mu-plugins/
```

### WordPress Object Cache

[](#wordpress-object-cache)

In order to use the custom object cache, you'll need to copy it into the root of `WP_CONTENT_DIR` (usually `wp-content`).

```
$ cp wp-content/mu-plugins/stack-mu-plugin/src/object-cache.php wp-content/
```

### Enable and use a CDN for static files

[](#enable-and-use-a-cdn-for-static-files)

All that is needed is setting the `CDN_HOST` variable in wp-config.php and of course a CNAME record in your DNS manager pointing to your CDN provider.

For example, we might use in our config file:

```
define('CDN_HOST', 'cdn.bitpoke.io');
```

Development
-----------

[](#development)

Clone this repository, copy `.env.example` to `.env` and edit it accordingly.

To install dependencies just run

```
$ make dependencies
```

### Development server

[](#development-server)

To start a local development server you need wp-cli installed. To start the development server, just run

```
$ wp server
```

### Testing

[](#testing)

Running plugin tests:

```
$ make test-wp
```

Running integration tests:

```
$ make test-runtime
```

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~40 days

Total

24

Last Release

1911d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/326458d357b4cca8d55b36d45b364a9c935691ed87fb366b227eb9ddc2e3ece8?d=identicon)[calind](/maintainers/calind)

---

Top Contributors

[![calind](https://avatars.githubusercontent.com/u/266375?v=4)](https://github.com/calind "calind (73 commits)")[![anddon](https://avatars.githubusercontent.com/u/123797?v=4)](https://github.com/anddon "anddon (31 commits)")[![bogdanpetrea](https://avatars.githubusercontent.com/u/8372264?v=4)](https://github.com/bogdanpetrea "bogdanpetrea (25 commits)")[![AMecea](https://avatars.githubusercontent.com/u/11756727?v=4)](https://github.com/AMecea "AMecea (15 commits)")[![vtemian](https://avatars.githubusercontent.com/u/639771?v=4)](https://github.com/vtemian "vtemian (15 commits)")[![milero](https://avatars.githubusercontent.com/u/805625?v=4)](https://github.com/milero "milero (2 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/presslabs-stack-mu-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/presslabs-stack-mu-plugin/health.svg)](https://phpackages.com/packages/presslabs-stack-mu-plugin)
```

###  Alternatives

[roots/bedrock

WordPress boilerplate with Composer, easier configuration, and an improved folder structure

6.5k441.8k2](/packages/roots-bedrock)[kreait/firebase-php

Firebase Admin SDK

2.4k39.7M72](/packages/kreait-firebase-php)[vinkla/wordplate

The WordPlate boilerplate

2.2k5.1k](/packages/vinkla-wordplate)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

44643.1k1](/packages/pressbooks-pressbooks)[bitpoke/stack-mu-plugin

WordPress must-use plugin for Stack

1219.5k](/packages/bitpoke-stack-mu-plugin)[ronilaukkarinen/dudestack

A modern WordPress stack

1131.2k](/packages/ronilaukkarinen-dudestack)

PHPackages © 2026

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