PHPackages                             dariob/minicake - 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. [Framework](/categories/framework)
4. /
5. dariob/minicake

ActiveCakephp-plugin[Framework](/categories/framework)

dariob/minicake
===============

Cakeminify plugin for CakePHP 3

0.2.0(7y ago)0101PHPPHP &gt;=5.5.9

Since Feb 18Pushed 7y ago1 watchersCompare

[ Source](https://github.com/dariob/cakephp-minify)[ Packagist](https://packagist.org/packages/dariob/minicake)[ RSS](/packages/dariob-minicake/feed)WikiDiscussions master Synced 2mo ago

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

Cakeminify plugin for CakePHP
=============================

[](#cakeminify-plugin-for-cakephp)

> combine and compress your web asset resource in cakephp3+

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

[](#installation)

You can install this plugin into your CakePHP application using [composer](http://getcomposer.org).

The recommended way to install composer packages is:

```
composer require dariob/minicake

```

Load plugin in bootstrap.php

```
Plugin::load('Cakeminify');
```

\##Config

config your asset resource, create a config file named minify.php in config directory。 or use Cake/Configure class to set minify configuration in bootstrap.php

```
return[
    'minjs'=>[
       'source'=>[
           '/asset/jquery/dist/jquery.js',
           '/asset/zui/dist/js/zui.js',
           '/asset/vue/dist/vue.js'
       ],
       'desc'=>'/dist/main.js'
    ],
    'mincss'=>[
       'source'=>[
           '/asset/zui/dist/css/zui.css',
           '/css/view.css',
       ],
       'desc'=>'/dist/default.css'
    ],

];
```

\##shell combine and compress

```
bin/cake minify start
```

the combine file will create in your 'desc' config

\##helper

call the helper function in your template

```

```

\##output

output is relation to the debug level

Production Mode:

```

```

Development Mode:

```

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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 ~95 days

Recently: every ~119 days

Total

6

Last Release

2892d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/16a74fb903a20f2bf194183f477c751de585578b7f021d52144f48bc3c5da526?d=identicon)[dariob](/maintainers/dariob)

---

Top Contributors

[![dariob](https://avatars.githubusercontent.com/u/468201?v=4)](https://github.com/dariob "dariob (7 commits)")[![visonforcoding](https://avatars.githubusercontent.com/u/4387302?v=4)](https://github.com/visonforcoding "visonforcoding (7 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/dariob-minicake/health.svg)

```
[![Health](https://phpackages.com/badges/dariob-minicake/health.svg)](https://phpackages.com/packages/dariob-minicake)
```

###  Alternatives

[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[cakephp/bake

Bake plugin for CakePHP

11211.2M158](/packages/cakephp-bake)[elgg/elgg

Elgg is an award-winning social networking engine, delivering the building blocks that enable businesses, schools, universities and associations to create their own fully-featured social networks and applications.

1.7k15.7k5](/packages/elgg-elgg)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[cakephp/queue

Queue plugin for CakePHP

36257.9k12](/packages/cakephp-queue)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

7310.3k29](/packages/open-dxp-opendxp)

PHPackages © 2026

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