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

v1.1.0(10mo ago)3541MITPHPPHP &gt;=8.3

Since Apr 29Pushed 1mo 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 1mo ago

READMEChangelog (3)Dependencies (20)Versions (4)Used By (0)

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/896c8ce4c4f6a0948a740cfba688a0611de7520daf51b51eb4484fb166c2fe93/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f636f7665726167652d36382e38332532352d79656c6c6f77677265656e)](https://camo.githubusercontent.com/896c8ce4c4f6a0948a740cfba688a0611de7520daf51b51eb4484fb166c2fe93/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f636f7665726167652d36382e38332532352d79656c6c6f77677265656e)[![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

40

—

FairBetter than 88% of packages

Maintenance75

Regular maintenance activity

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity54

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

Total

3

Last Release

319d ago

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

v1.1.0PHP &gt;=8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/b778024ad7d1fd3615a2dbe6f420fb851ade34b58a2b1a6b16bff237b9220440?d=identicon)[bakewizard](/maintainers/bakewizard)

---

Top Contributors

[![bakewizard](https://avatars.githubusercontent.com/u/207716455?v=4)](https://github.com/bakewizard "bakewizard (127 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

[friendsofcake/crud

CakePHP Application development on steroids - rapid prototyping / scaffolding &amp; production ready code - XML / JSON APIs and more

3751.4M25](/packages/friendsofcake-crud)[dereuromark/cakephp-setup

A CakePHP plugin containing lots of useful management tools

36162.8k2](/packages/dereuromark-cakephp-setup)[friendsofcake/crud-view

View layer for CRUD

52433.8k2](/packages/friendsofcake-crud-view)[bedita/manager

BEdita Manager - official admin webapp for BEdita4 API

131.0k](/packages/bedita-manager)[dereuromark/cakephp-translate

A CakePHP plugin for managing translations

1710.4k](/packages/dereuromark-cakephp-translate)[concrete5/core

Concrete core subtree split

19159.3k48](/packages/concrete5-core)

PHPackages © 2026

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