PHPackages                             ivoglent/yii2-minify - 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. ivoglent/yii2-minify

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

ivoglent/yii2-minify
====================

An yii2 extension which supported minify html, css and js

1.4(5y ago)1626Apache-2.0PHP

Since May 3Pushed 5y ago1 watchersCompare

[ Source](https://github.com/ivoglent/yii2-minify)[ Packagist](https://packagist.org/packages/ivoglent/yii2-minify)[ RSS](/packages/ivoglent-yii2-minify/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (2)Versions (7)Used By (0)

Yii2 Minify Extension
=====================

[](#yii2-minify-extension)

An yii2 extension which supported minify html, css and js.

*NOTE : This is basic version without any options/configs . I will improve it later...*

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist ivoglent/yii2-minify "*"

```

or add

```
"ivoglent/yii2-minify": "*"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

After installed this extension. Let config for the module:

```
 'modules' => [
        //...
        'minify' => [
            'class' => 'ivoglent\yii2\minify\Module'
        ]
        //...
    ]

```

Also we need add minifier module as bootstrap

```
'bootstrap' => ['minify'],

```

That's all. Let enjoy!

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

Established project with proven stability

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

Total

5

Last Release

2137d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/648b0a3019094426579d72fcbcdc0d88b7398dbface60d53a25f73c6b0c2538c?d=identicon)[ivoglent](/maintainers/ivoglent)

---

Top Contributors

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

---

Tags

minifyyii2extensionyii2-minify

### Embed Badge

![Health badge](/badges/ivoglent-yii2-minify/health.svg)

```
[![Health](https://phpackages.com/badges/ivoglent-yii2-minify/health.svg)](https://phpackages.com/packages/ivoglent-yii2-minify)
```

###  Alternatives

[dmstr/yii2-cookie-consent

Yii2 Cookie Consent Widget

1452.6k](/packages/dmstr-yii2-cookie-consent)[richardfan1126/yii2-js-register

Yii2 widget to register JS into view

1357.2k7](/packages/richardfan1126-yii2-js-register)

PHPackages © 2026

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