PHPackages                             nambu-ch/pimcore-minify-cssjs - 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. nambu-ch/pimcore-minify-cssjs

ActivePimcore-bundle[Utility &amp; Helpers](/categories/utility)

nambu-ch/pimcore-minify-cssjs
=============================

Pimcore 5.x CSS and JS minifier

v1.1.0(4y ago)17.4k1GPL-3.0+PHP

Since Jan 2Pushed 4y ago2 watchersCompare

[ Source](https://github.com/nambu-ch/pimcore-minify-cssjs)[ Packagist](https://packagist.org/packages/nambu-ch/pimcore-minify-cssjs)[ Docs](https://github.com/nambu-ch/pimcore-minify-cssjs)[ RSS](/packages/nambu-ch-pimcore-minify-cssjs/feed)WikiDiscussions master Synced 4d ago

READMEChangelog (10)Dependencies (1)Versions (11)Used By (0)

Pimcore MinifyCssJsBundle
=========================

[](#pimcore-minifycssjsbundle)

Pimcore 5.x/6.x package which automatically joins and minifies css and js files. Helpful when mod\_pagespeed is not available.

Install and Enable
------------------

[](#install-and-enable)

```
composer require nambu-ch/pimcore-minify-cssjs
php bin/console pimcore:bundle:enable MinifyCssJs
```

Usage
-----

[](#usage)

Include your CSS and JS Files as you are used to it with the headLink and headScript Template Helpers

```
$view->headLink()->appendStylesheet('/static/css/example.css');
echo $view->headLink();

$view->headScript()->appendFile('/static/js/example.js');
echo $view->headScript();
```

While in debug mode all Files are includes separatly, but via cache-buster.

In non-debug mode all css and js files will be combined and minified by the package `matthiasmullie/minify`which is a dependency. The generated file will be placed in `web/var/tmp`. To regenerate the cached file either clear your tmp files via pimcore menu or switch to debug mode again.

While you are in debug mode the helpers will check if any of the used css or js files is newer than the generated one. In that case the generated file is deleted and will be generated with a new timestamp the next time someone in non-debug mode visits the site.

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 75% 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 ~103 days

Recently: every ~97 days

Total

10

Last Release

1806d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/efe54c39c218f1508a1201b0e1964df8ac95e6257c3dbb5a02fcbcae02bba3d1?d=identicon)[nambu-ch](/maintainers/nambu-ch)

---

Top Contributors

[![lukas-schnieper](https://avatars.githubusercontent.com/u/11159008?v=4)](https://github.com/lukas-schnieper "lukas-schnieper (9 commits)")[![dominikschnieper](https://avatars.githubusercontent.com/u/9943150?v=4)](https://github.com/dominikschnieper "dominikschnieper (3 commits)")

---

Tags

minificationpimcorepimcore-bundlepimcore-pluginpimcore5pimcore6cssJSminificationpimcore

### Embed Badge

![Health badge](/badges/nambu-ch-pimcore-minify-cssjs/health.svg)

```
[![Health](https://phpackages.com/badges/nambu-ch-pimcore-minify-cssjs/health.svg)](https://phpackages.com/packages/nambu-ch-pimcore-minify-cssjs)
```

###  Alternatives

[matthiasmullie/minify

CSS &amp; JavaScript minifier, in PHP. Removes whitespace, strips comments, combines files (incl. @import statements and small assets in CSS files), and optimizes/shortens a few common programming patterns.

2.0k33.1M449](/packages/matthiasmullie-minify)[onokumus/metismenu

A jQuery menu plugin

2.0k271.0k5](/packages/onokumus-metismenu)[stolz/assets

An ultra-simple-to-use assets management library

289531.9k8](/packages/stolz-assets)[tholu/php-packer

A PHP version of Packer, JavaScript obfuscation library originally created by Dean Edwards

141465.2k5](/packages/tholu-php-packer)[sensiolabs/minify-bundle

Assets Minifier (CSS, JS) for Symfony &amp; Minify integration in Asset Mapper

57155.0k3](/packages/sensiolabs-minify-bundle)[jalle19/php-yui-compressor

A modern PHP wrapper for the YUI compressor

16980.4k3](/packages/jalle19-php-yui-compressor)

PHPackages © 2026

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