PHPackages                             bakewizard/bakekit - 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. [Admin Panels](/categories/admin)
4. /
5. bakewizard/bakekit

ActiveProject[Admin Panels](/categories/admin)

bakewizard/bakekit
==================

A CakePHP 5-based web application starter kit

v2.0.0(4w ago)36311MITPHPPHP &gt;=8.3

Since Apr 29Pushed 4w ago1 watchersCompare

[ Source](https://github.com/bakewizard/bakekit)[ Packagist](https://packagist.org/packages/bakewizard/bakekit)[ Docs](https://github.com/bakewizard/bakekit)[ RSS](/packages/bakewizard-bakekit/feed)WikiDiscussions develop Synced today

READMEChangelog (4)Dependencies (39)Versions (5)Used By (1)

BakeKit
=======

[](#bakekit)

[![GitHub stars](https://camo.githubusercontent.com/a84410755533b8c0e543fedee392bf6a50e03c2937d17710f0544cc43565ed06/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f62616b6577697a6172642f62616b656b69743f7374796c653d736f6369616c)](https://github.com/bakewizard/bakekit)[![PHP Version](https://camo.githubusercontent.com/c8d8dad6beb757a2b8acba331d16140813699543b88a37af0a81f20bd35f61de/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e332532422d626c7565)](https://php.net)[![Coverage](https://camo.githubusercontent.com/5296e5161050ae09d63eb6ab572a927332a3d22c5a7e10ebe85bfb698c06c123/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f636f7665726167652d37342e31312532352d79656c6c6f77677265656e)](https://camo.githubusercontent.com/5296e5161050ae09d63eb6ab572a927332a3d22c5a7e10ebe85bfb698c06c123/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f636f7665726167652d37342e31312532352d79656c6c6f77677265656e)[![PHPStan](https://camo.githubusercontent.com/ff3c7f8c8667ce643f47e74532748f673482a5f95d7d4269f925f2eebbe5117e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048505374616e2d6c6576656c253230382d627269676874677265656e)](https://phpstan.org/)[![GitHub release](https://camo.githubusercontent.com/e3dfbb0d9a52c025e82bd133ef2b94971ca42d41e8070ad4ec22a35af2affe02/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f62616b6577697a6172642f62616b656b69743f6c6162656c3d737461626c6526736f72743d73656d766572)](https://github.com/bakewizard/bakekit/releases)[![License: MIT](https://camo.githubusercontent.com/08cef40a9105b6526ca22088bc514fbfdbc9aac1ddbf8d4e6c750e3a88a44dca/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d626c75652e737667)](https://github.com/bakewizard/bakekit/blob/develop/LICENSE)

---

**BakeKit** is a developer starter kit for building modern web applications with CakePHP 5.

Think of it as a **CakePHP skeleton application on steroids**.

BakeKit includes:

- Admin panel, authentication, and role management
- Plugin &amp; theme system
- Menu, widget, and settings management
- A ready-to-use CakePHP skeleton application

Why BakeKit?
------------

[](#why-bakekit)

Most CakePHP projects start the same way — building the same admin panel, authentication system, and permission logic from scratch, over and over again.

BakeKit is for developers and agencies who want to skip that part and focus on what actually makes their project unique. It is **not meant to dictate how your application should work**. Instead, it gives you the tools needed to build your own system on top of CakePHP.

You remain free to:

- write your own plugins
- customize the admin panel
- design your own themes
- structure your domain logic however you like

What You Get Out of the Box
---------------------------

[](#what-you-get-out-of-the-box)

BakeKit provides the core infrastructure most applications need:

- **Admin Panel** - a clean backend interface for managing the system.
- **Authentication** - user login and authentication powered by CakePHP.
- **Roles &amp; Permissions** - a flexible role hierarchy with granular access control.
- **Plugin System** - features are packaged as standard CakePHP plugins.
- **Theme System** - frontend layouts and components organized as themes.
- **Menus &amp; Navigation** - dynamic menu management for frontend and backend.
- **Widgets (Cells)** - reusable components that can be placed in regions.
- **Settings** - centralized configuration management.

Official BakeKit Plugins
------------------------

[](#official-bakekit-plugins)

Extend your app with ready-made BakeKit plugins:

PluginDescription[FileManager](https://github.com/bakewizard/FileManager)Upload and manage files and images[Pages](https://github.com/bakewizard/Pages)Static page management[Blogger](https://github.com/bakewizard/Blogger)Blog engine with posts, categories, tags, and comments[Slideshow](https://github.com/bakewizard/Slideshow)Image slideshow managementGet Started
-----------

[](#get-started)

```
composer create-project bakewizard/bakekit myapp
cd myapp
curl -sS https://getcomposer.org/installer | php -- --install-dir=bin
bin/cake install
bin/cake server
```

BakeKit uses a **local Composer instance** (`bin/composer.phar`) to manage plugins and themes.

This keeps application dependencies separate from the plugin ecosystem and allows BakeKit to install, update, or remove plugins without affecting the main project.

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

[](#contributing)

BakeKit is actively looking for contributors!

If you're a CakePHP developer (or want to become one), check out the issues and help improve BakeKit. Even small contributions like fixing typos, writing tests, or improving docs are welcome!

[👉 How to contribute](CONTRIBUTING.md)

License
-------

[](#license)

[MIT License](LICENSE)

Ready to Bake?
--------------

[](#ready-to-bake)

With BakeKit, you're not starting from zero — you're starting with a warm, extensible CakePHP base, full of tools ready to power your next idea.

> **If you can make it, bake it with BakeKit.**

⭐ If BakeKit saves you time, consider starring the repository and checking out the [documentation](https://bakewizard.github.io/bakekit/).

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance74

Regular maintenance activity

Popularity15

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

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

Total

4

Last Release

28d ago

Major Versions

v1.1.0 → v2.0.02026-06-05

PHP version history (2 changes)v1.0.0PHP &gt;=8.1

v1.1.0PHP &gt;=8.3

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/207716455?v=4)[bakewizard](/maintainers/bakewizard)[@bakewizard](https://github.com/bakewizard)

---

Top Contributors

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

---

Tags

admin-panelbackend-frameworkboilerplatecakephpcmsphppluginsthemesphpcakephpcmsboilerplatebakestarteradmin-panel

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/bakewizard-bakekit/health.svg)

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

###  Alternatives

[bedita/manager

BEdita Manager - official admin webapp for BEdita4 API

131.2k](/packages/bedita-manager)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M203](/packages/sulu-sulu)[dereuromark/cakephp-setup

A CakePHP plugin containing lots of useful management tools

36199.6k2](/packages/dereuromark-cakephp-setup)[concrete5/core

Concrete core subtree split

20166.1k52](/packages/concrete5-core)[dereuromark/cakephp-translate

A CakePHP plugin for managing translations

1712.3k](/packages/dereuromark-cakephp-translate)[cakephp/bake

Bake plugin for CakePHP

11212.0M202](/packages/cakephp-bake)

PHPackages © 2026

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