PHPackages                             cakedc/mixer - 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. cakedc/mixer

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

cakedc/mixer
============

A plugin to discover and manage CakePHP plugins and generate skeleton application code.

1.1.3(8y ago)4521.4k↓75%5[9 issues](https://github.com/CakeDC/mixer/issues)1MITJavaScriptPHP &gt;=5.5.9CI failing

Since Apr 28Pushed 6y ago13 watchersCompare

[ Source](https://github.com/CakeDC/mixer)[ Packagist](https://packagist.org/packages/cakedc/mixer)[ Docs](https://github.com/CakeDC/mixer)[ RSS](/packages/cakedc-mixer/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (5)Dependencies (3)Versions (11)Used By (1)

[![Mixer](webroot/img/logo.png)](https://packagist.org/packages/CakeDC/mixerd)

[![Latest Version](https://camo.githubusercontent.com/7819ccde96d802a5d1d25df0259e1c7068a76ed116627fb074742c6ee07bb4ae/68747470733a2f2f706f7365722e707567782e6f72672f43616b6544432f6d697865722f762f737461626c652e706e67)](https://packagist.org/packages/CakeDC/mixerd)[![License](https://camo.githubusercontent.com/fc6893188be66db9340cb3d41696bee4de61af391b15d536535e612879ecf3e3/68747470733a2f2f706f7365722e707567782e6f72672f43616b6544432f6d697865722f6c6963656e73652e737667)](https://packagist.org/packages/CakeDC/mixer)

A plugin to discover and manage CakePHP plugins and generate skeleton application code.

Requirements
------------

[](#requirements)

- PHP 5.6+
- CakePHP 3.4+

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

[](#installation)

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

The recommended way to install composer packages is:

```
composer require --dev cakedc/mixer

```

Ensure Mixer Plugin is loaded in your config/bootstrap.php file

```
if (Configure::read('debug')) {
    Plugin::load('CakeDC/Mixer', ['bootstrap' => true, 'routes' => true]);
}
```

Now you can navigate to your app `/mixer` URL and start discovery and managing your plugins! It searches through all packages on Packagist with type "cakephp-plugin" excluding CakePHP 2.x packages.

**Attention:** we don't want you to use Mixer in production. That's why we're asking to add it to `require-dev` composer.json section and it will only work when `debug` is on.

Support
-------

[](#support)

For bugs and feature requests, please use the [issues](https://github.com/CakeDC/mixer/issues) section of this repository.

Commercial support is also available, [contact us](https://www.cakedc.com/contact) for more information.

Contributing
------------

[](#contributing)

This repository follows the [CakeDC Plugin Standard](https://www.cakedc.com/plugin-standard). If you'd like to contribute new features, enhancements or bug fixes to the plugin, please read our [Contribution Guidelines](https://www.cakedc.com/contribution-guidelines) for detailed instructions.

License
-------

[](#license)

Copyright 2017 Cake Development Corporation (CakeDC). All rights reserved.

Licensed under the [MIT](http://www.opensource.org/licenses/mit-license.php) License. Redistributions of the source code included in this repository must retain the copyright notice found in each file.

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity37

Limited adoption so far

Community21

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 84.6% 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 ~175 days

Recently: every ~214 days

Total

6

Last Release

2432d ago

Major Versions

1.1.3 → 2.x-dev2019-11-05

PHP version history (2 changes)1.0.0PHP &gt;=5.5.9

2.x-devPHP &gt;=7.2.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/204531?v=4)[Cake Development Corporation](/maintainers/CakeDC)[@CakeDC](https://github.com/CakeDC)

---

Top Contributors

[![andrej-griniuk](https://avatars.githubusercontent.com/u/2722793?v=4)](https://github.com/andrej-griniuk "andrej-griniuk (44 commits)")[![steinkel](https://avatars.githubusercontent.com/u/151761?v=4)](https://github.com/steinkel "steinkel (3 commits)")[![ADmad](https://avatars.githubusercontent.com/u/142658?v=4)](https://github.com/ADmad "ADmad (2 commits)")[![dereuromark](https://avatars.githubusercontent.com/u/39854?v=4)](https://github.com/dereuromark "dereuromark (2 commits)")[![mosaxiv](https://avatars.githubusercontent.com/u/28671296?v=4)](https://github.com/mosaxiv "mosaxiv (1 commits)")

---

Tags

plugincakephpdiscoverySkeletongenerateupdatemixer

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/cakedc-mixer/health.svg)

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

###  Alternatives

[cakephp/debug_kit

CakePHP Debug Kit

86314.7M171](/packages/cakephp-debug-kit)[cakephp/bake

Bake plugin for CakePHP

11212.0M202](/packages/cakephp-bake)[dereuromark/cakephp-tools

A CakePHP plugin containing lots of useful and reusable tools

3361.0M51](/packages/dereuromark-cakephp-tools)[dereuromark/cakephp-tinyauth

A CakePHP plugin to handle user authentication and authorization the easy way.

131240.2k13](/packages/dereuromark-cakephp-tinyauth)[dereuromark/cakephp-setup

A CakePHP plugin containing lots of useful management tools

36199.6k2](/packages/dereuromark-cakephp-setup)[cakephp/twig-view

Twig powered View for CakePHP

155.7M19](/packages/cakephp-twig-view)

PHPackages © 2026

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