PHPackages                             mixerapi/bake - 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. mixerapi/bake

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

mixerapi/bake
=============

A bake template for RESTful CakePHP controllers

v2.0.7(3mo ago)468.9k↑33.3%11MITPHPPHP ^8.1

Since Aug 15Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/mixerapi/bake)[ Packagist](https://packagist.org/packages/mixerapi/bake)[ RSS](/packages/mixerapi-bake/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (8)Versions (31)Used By (1)

MixerAPI Bake
=============

[](#mixerapi-bake)

[![Latest Version on Packagist](https://camo.githubusercontent.com/9f7e0c7e1f892f8fc6da59132aae34c2971e6c2542e0ca27d7b3122c2321632f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d697865726170692f62616b652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/mixerapi/bake)[![Build](https://github.com/mixerapi/mixerapi-dev/workflows/Build/badge.svg?branch=master)](https://github.com/mixerapi/mixerapi-dev/actions?query=workflow%3ABuild)[![Coverage Status](https://camo.githubusercontent.com/980eb71f87b8f84d118d946d1a90203dbc53bbc8ac87363bc543899b32c0d2a0/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f6d697865726170692f6d697865726170692d6465762f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/mixerapi/mixerapi-dev?branch=master)[![MixerApi](https://camo.githubusercontent.com/bca1ea90642661e0908fc7ad1c1cdbd704cda1063a2cb40801fab9d0ccdbd6af/68747470733a2f2f6d697865726170692e636f6d2f6173736574732f696d672f6d697865722d6170692d7265642e737667)](http://mixerapi.com)[![CakePHP](https://camo.githubusercontent.com/21b7bf61684c39eabf40bb424dd733f6f3a4bd11de430f8accc24ba0445b4b9b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f63616b657068702d253545342e322d7265643f6c6f676f3d63616b65706870)](https://book.cakephp.org/4/en/index.html)[![Minimum PHP Version](https://camo.githubusercontent.com/7ce4c3a522a22cd9ce8f401fc703865c3818fb1581089ee353f4aa6d532c08eb/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253345253344253230382e302d3838393242462e7376673f6c6f676f3d706870)](https://php.net/)

Bake RESTful CakePHP controllers in seconds with this API focused bake template. Read more at [MixerAPI.com](https://mixerapi.com).

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

[](#installation)

!!! note "" You can skip this step if MixerAPI is installed.

```
composer require mixerapi/bake
bin/cake plugin load MixerApi/Bake
```

Alternatively after composer installing you can manually load the plugin in your Application:

```
# src/Application.php
public function bootstrap(): void
{
    // other logic...
    $this->addPlugin('MixerApi/Bake');
}
```

Usage
-----

[](#usage)

MixerApi/Bake will automatically detect the following plugins and adjust the bake output accordingly:

- [MixerApi/Crud](https://github.com/mixerapi/crud)
- [MixerApi/ExceptionRender](https://github.com/mixerapi/exception-render)
- [SwaggerBake](https://github.com/cnizzardini/cakephp-swagger-bake)

Add `--theme MixerApi/Bake` to your bake commands.

Bake all your controllers:

```
bin/cake bake controller all --theme MixerApi/Bake
```

Bake a single controller:

```
bin/cake bake controller {ControllerName} --theme MixerApi/Bake
```

Bake everything (theme only impacts controllers):

```
bin/cake bake all --everything --theme MixerApi/Bake
```

###  Health Score

55

—

FairBetter than 98% of packages

Maintenance82

Actively maintained with recent releases

Popularity35

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity74

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

Recently: every ~182 days

Total

30

Last Release

92d ago

Major Versions

v0.3.0 → v1.1.02022-01-16

v1.1.7 → v2.0.02024-02-17

PHP version history (3 changes)v0.1.0PHP &gt;=7.2

v1.1.0PHP ^8.0

v2.0.0PHP ^8.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/171294?v=4)[Chris Nizzardini](/maintainers/cnizzardini)[@cnizzardini](https://github.com/cnizzardini)

---

Top Contributors

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

---

Tags

bake-templatecakephpphprestrest-apirestfulrestful-apicakephpcakephp bakecakephp scaffold

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/mixerapi-bake/health.svg)

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

###  Alternatives

[cakephp/debug_kit

CakePHP Debug Kit

86514.0M138](/packages/cakephp-debug-kit)[cakephp/bake

Bake plugin for CakePHP

11211.2M158](/packages/cakephp-bake)[friendsofcake/bootstrap-ui

Bootstrap front-end framework support for CakePHP

3492.1M32](/packages/friendsofcake-bootstrap-ui)[dereuromark/cakephp-ide-helper

CakePHP IdeHelper Plugin to improve auto-completion

1862.1M27](/packages/dereuromark-cakephp-ide-helper)[cakephp/localized

CakePHP Localized Plugin

218595.6k5](/packages/cakephp-localized)[cakephp/acl

Acl Plugin for CakePHP framework

109553.9k15](/packages/cakephp-acl)

PHPackages © 2026

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