bakewizard / bakekit
A CakePHP 5-based web application starter kit
Requires
- php: >=8.3
- admad/cakephp-sequence: ^4.0
- cakephp/authentication: ^3.2
- cakephp/authorization: ^3.4
- cakephp/cakephp: 5.2.*
- cakephp/migrations: ^4.0.0
- cakephp/plugin-installer: ^2.0
- friendsofcake/bootstrap-ui: ^5.1
- friendsofcake/search: ^7.2
- imagine/imagine: ^1.5
- k-samuel/faceted-search: ^3.2
- league/flysystem: ^3.29
- mobiledetect/mobiledetectlib: ^4.8.03
Requires (Dev)
- cakedc/cakephp-phpstan: ^4.0
- cakephp/bake: ^3.0.0
- cakephp/cakephp-codesniffer: ^5.0
- cakephp/debug_kit: ^5.0.0
- dereuromark/cakephp-ide-helper: ^2.9
- josegonzalez/dotenv: ^4.0
- phpstan/phpstan: ^2.1
- phpunit/phpunit: ^10.5.5 || ^11.1.3 || ^12.1
Suggests
- cakephp/repl: Console tools for a REPL interface for CakePHP applications.
- markstory/asset_compress: An asset compression plugin which provides file concatenation and a flexible filter system for preprocessing and minification.
This package is auto-updated.
Last update: 2026-03-18 14:31:39 UTC
README
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 & theme system
- Menu, widget, and settings management
- A ready-to-use CakePHP skeleton application
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
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 & 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 & 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
Extend your app with ready-made BakeKit plugins:
| Plugin | Description |
|---|---|
| FileManager | Upload and manage files and images |
| Pages | Static page management |
| Blogger | Blog engine with posts, categories, tags, and comments |
| Slideshow | Image slideshow management |
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
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!
License
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.