PHPackages                             stuttter/wp-enqueue-masher - 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. stuttter/wp-enqueue-masher

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

stuttter/wp-enqueue-masher
==========================

Minify &amp; concatenate enqueued scripts &amp; styles

4601PHP

Since Jan 26Pushed 8y ago5 watchersCompare

[ Source](https://github.com/stuttter/wp-enqueue-masher)[ Packagist](https://packagist.org/packages/stuttter/wp-enqueue-masher)[ RSS](/packages/stuttter-wp-enqueue-masher/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

WP Enqueue Masher
=================

[](#wp-enqueue-masher)

WP Enqueue Masher minifies &amp; concatenate enqueued scripts &amp; styles.

It is a fork of Automattic's [nginx-http-concat](https://github.com/Automattic/nginx-http-concat).

- Invisible once activated &amp; configured
- Safe, secure, &amp; performant

Installation
============

[](#installation)

- Download and install using the built in WordPress plugin installer.
- Activate in the "Plugins" area of your admin by clicking the "Activate" link. You may want to network activate this for multisite installations, or modify the configuration to be a "Must-Use" plugin.
- Drag `./drop-ins/wp-concat.php` into the root of your WordPress installation
- Add this nginx rule to your WordPress configuration:

```
location /s/ {
    fastcgi_pass   php; # You may use something else (hhvm,  unix:/var/run/fastcgi.sock, etc...)
    include        /etc/nginx/fastcgi_params;
    fastcgi_param  SCRIPT_FILENAME $document_root/wp-concat.php;
}

```

FAQ
===

[](#faq)

### What exactly does this do?

[](#what-exactly-does-this-do)

Concatenates individual scripts and styles.

### Are database tables modified?

[](#are-database-tables-modified)

No. All of WordPress's core database tables remain untouched.

### Where can I get support?

[](#where-can-i-get-support)

The WordPress support forums:

### Can I contribute?

[](#can-i-contribute)

Yes, please! Having an easy-to-use plugin and powerful set of functions is critical to managing complex WordPress installations. If this is your thing, please help us out!

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 76.2% 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.

### Community

Maintainers

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

---

Top Contributors

[![JJJ](https://avatars.githubusercontent.com/u/88951?v=4)](https://github.com/JJJ "JJJ (32 commits)")[![joshbetz](https://avatars.githubusercontent.com/u/300429?v=4)](https://github.com/joshbetz "joshbetz (6 commits)")[![jjeaton](https://avatars.githubusercontent.com/u/835509?v=4)](https://github.com/jjeaton "jjeaton (2 commits)")[![cgsmith](https://avatars.githubusercontent.com/u/570018?v=4)](https://github.com/cgsmith "cgsmith (1 commits)")[![spacedmonkey](https://avatars.githubusercontent.com/u/237508?v=4)](https://github.com/spacedmonkey "spacedmonkey (1 commits)")

---

Tags

assetsconcatenationenqueuewordpress

### Embed Badge

![Health badge](/badges/stuttter-wp-enqueue-masher/health.svg)

```
[![Health](https://phpackages.com/badges/stuttter-wp-enqueue-masher/health.svg)](https://phpackages.com/packages/stuttter-wp-enqueue-masher)
```

###  Alternatives

[loophp/collection

A (memory) friendly, easy, lazy and modular collection class.

745663.8k13](/packages/loophp-collection)[phpactor/language-server

Generic Language Server Platform

55470.1k6](/packages/phpactor-language-server)

PHPackages © 2026

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