awesome-cakephp

CakePHP resource hub

A curated collection of plugins and resources for the CakePHP web application framework

A curated list of amazingly awesome CakePHP plugins, resources and shiny things.

GitHub

909 stars
122 watching
229 forks
last commit: almost 2 years ago
Linked from 8 awesome lists


Awesome CakePHP

CakePHP 2.x version909almost 2 years agothe of this awesome list
CakePHP 3.x version909almost 2 years agothe of this awesome list
CakePHP 4.x version909almost 2 years agothe of this awesome list
list of not-yet upgraded plugins909almost 2 years agothis wiki with a
CakePHP Plugins
Awesome PHP31,083almost 2 years ago
Awesome Awesomeness32,173over 2 years ago

Plugins / Architecture

Burzum/CakeServiceLayer plugin67about 2 years agoService layer and domain/business model implementation

Plugins / Asset Management

AssetCompress plugin370about 2 years agoA complete asset manager for CakePHP
AssetMix plugin33about 2 years agoProvides integration with asset compilation

Plugins / Auditing / Logging

AuditStash plugin78about 2 years agoFlexible and rock solid audit log tracking
DatabaseLog plugin43almost 2 years agoSimple and stand-alone logging to database instead of files
Muffin/Footprint plugin95almost 3 years agoPlugin to allow passing currently logged in user to model layer
Version plugin51over 2 years agoA plugin that facilitates versioned database entities

Plugins / Authentication and Authorization

ADmad/SocialAuth plugin50over 2 years agoA plugin which allows you to authenticate using social providers like Facebook/Google/Twitter etc. using social sign on library
ApiTokenAuthenticator plugin3over 2 years agoA simple token authentication plugin for CakePHP REST APIs
Authentication plugin116almost 2 years agoOfficial CakePHP authentication middleware plugin
Authorization plugin75almost 2 years agoOfficial CakePHP authorization stack
CakeDC/Users plugin522almost 2 years agoComplete user management (admin panel, remember me, etc), Social login (FB, Twitter, LinkedIn, Google, Instagram), RBAC, API and more
TinyAuth plugin126almost 2 years agoAuthentication and role-based (single/multi) authorization as very light-weight approach
Tools:Passwordable334almost 2 years agoContaining for a DRY approach on password hashing
TwoFactorAuth plugin37over 2 years agoAllows two factor authentication using Google Authenticator or similar app to generate one-time codes. Based on library

Plugins / Caching

Cache plugin33almost 2 years agoFor caching views (HTML, CSV, JSON, XML, ...) as static cache files
CakeDC/CachedRouting plugin4almost 3 years agoProvides a cached version of the RoutingMiddleware to improve the load time of routes

Plugins / Code Analysis

cakedc/cakephp-phpstan36almost 2 years agoA PHPStan extension to resolve CakePHP magic around getter return types for the static analyzer
IdeHelper plugin186almost 2 years agoHelps to make IDE support better by adding annotations to your existing code similar to what baking does to new code
IdeHelperExtra plugin2almost 2 years agoUseful IdeHelper addons for other plugins or custom use cases
lordsimal/cakephp-psalm2about 2 years agoA Psalm extension to resolve CakePHP magic around getter return types for the static analyzer
TestHelper plugin7almost 2 years agoProvides testing enhancements and TDD support as browser backend

Plugins / Debugging

AssociationsDebugger plugin10over 2 years agoA plugin that draws your model associations as diagram
CakephpWhoops plugin13almost 3 years agoPHP errors and exceptions for cool kids with
DebugKit plugin851almost 2 years agoThe de-facto standard for debugging
Execution order21almost 2 years agoA demo app to display the execution order of files, methods and callbacks
Sentry plugin10almost 2 years agoA plugin to seamlessly integrate Sentry for errors and exceptions
Setup plugin34almost 2 years agoA lightweight setup plugin containing debugging and maintenance tools

Plugins / Email

Queue plugin308almost 2 years agoA dependency-free queue-based mail solution using Mailer/Email class, allowing re-queue on (network) failure

Plugins / File Manipulation

FileStorage plugin4almost 2 years agoFlexible file storage and upload plugin
Josegonzalez/Upload plugin550almost 2 years agoA customisable plugin that uses to write to multiple backends (Dropbox, FTP, S3, Local, etc.)

Plugins / Geolocation

Geo plugin47almost 2 years agoContaining and

Plugins / I18n

ADmad/I18n plugin44almost 2 years agoA plugin with I18n related tools
Cake/Localized plugin211almost 2 years agoLocalized validation and ready-to-use translation PO files

Plugins / Imagery

ADmad/Glide plugin35over 2 years agoA plugin for using image manipulation library
QrCodePlugin7almost 2 years agoEasily render SVG/PNG QR Codes for your app

Plugins / Libs

Chronos1,354almost 2 years agoA simple standalone DateTime API extension (successor of Carbon)
Composer Installers1,432almost 2 years agoA multi framework Composer library installer
Composer/ - A package and dependency manager
Graphviz73over 2 years agoA Graphviz library
Rocketeer2,662about 6 years agoPHP task runner and deployment package

Plugins / Markup

Markup plugin3almost 2 years agoAllows to use PHP or JS based syntax highlighting

Plugins / Migration

Migrations plugin137almost 2 years ago(DB) Migration plugin
Upgrade app110almost 2 years agoOfficial upgrade app for 3.x=>4.x and 4.x=>5.x
Upgrade app (extended)24almost 2 years agoAn extended upgrade app for 3.x=>4.x and some 5.x snippets
Upgrade/Migration GuideOfficial migration guide

Plugins / Miscellaneous

Ajax plugin56almost 2 years agoA plugin to ease handling AJAX requests
CakeDC/Enum plugin29almost 2 years agoA plugin to add enumeration list support to your app
CakeDto plugin24almost 2 years agoQuickly generate useful data transfer objects for your app (mutable/immutable), replacing messy arrays and leveraging your IDE through typehinting and autocomplete
Calendar plugin16almost 2 years agoFor generating basic calendars. Includes IcalView for ICS calendar file generation
Feedback plugin6almost 2 years agoAllow visitors to send quick and easy feedback incl. a screenshot via sidebar form
Flash plugin12almost 2 years agoMore powerful flash messages for your application
OPCache Preloader11almost 3 years agoAn OPCache Preloader for CakePHP applications
Setup:Maintenance34almost 2 years agoMaintenance shell to go into maintenance mode for all requests with optional IP whitelisting
Shim plugin37almost 2 years agoA plugin containing useful shims and improvements as basis for your application
Tools plugin334almost 2 years agoContaining lots of useful libs, helpers, behaviors, components, shells and more

Plugins / Navigation

Icings/Menu plugin11over 2 years agoA seasoned menu plugin for CakePHP

Plugins / ORM / Database / Datamapping

ADmad/Sequence plugin44almost 3 years agoBehavior for maintaining ordered list of records
CakeDecimal plugin8almost 2 years agoA value object approach on handling decimals
Duplicatable plugin52about 2 years agoBehavior for duplicating entities including related data
Lampager/Cake plugin5over 2 years agoRapid pagination without using OFFSET
Muffin/Orderly plugin22almost 2 years agoAllows setting default order for your tables
Muffin/Trash plugin85almost 2 years agoSoft-delete behavior for CakePHP
Itosho/EasyQuery plugin26over 2 years agoBehavior for easily generating some complicated queries like (bulk) insert/upsert etc
Icings/Partitionable plugin16about 2 years agoPartitionable associations allowing for basic limiting per group

Plugins / PDF

CakePdf plugin373almost 2 years agoA plugin around PDF generation

Plugins / Queue

Queue plugin36almost 2 years agoCakePHP core queue system for the queue library
Queue plugin308almost 2 years agoA minimal and dependency-free queue solution
QueueScheduler plugin6almost 2 years agoA dependency-free crontab-like scheduler as DB driven solution and addon to Queue (dereuromark) plugin

Plugins / REST and API

CRUD plugin375almost 2 years agoCakePHP Application development on steroids - rapid prototyping / scaffolding & production-ready code
CakeDC/Api plugin61almost 2 years agoAll-in-one solution to provide a complete API. It includes versioning, renderers, CRUD, authentication, extensions (paginate, filter, HATEOAS), and much more
FractalTransformerView plugin19almost 3 years agoA plugin which allows using for your API output
MixerApiStreamline development of modern RESTful APIs for your team's CakePHP project
SwaggerBake plugin60almost 2 years agoThis plugin automatically builds OpenAPI from your existing models and routes for display in Swagger and Redoc
Cake/ElasticSearch plugin86almost 2 years agoAlternative ORM using as its backend
CakeDC/SearchFilter plugin0almost 2 years agoPowerful and flexible solution for implementing advanced search functionality. Provides a robust set of tools for creating dynamic, user-friendly search interfaces with minimal effort
PlumSearch plugin19about 3 years agoImplements custom, flexible and extendable search strategies. Implements PRG pattern
Search plugin170over 2 years agoProvides easy searching/filtering for paginated views using PRG pattern
Tags plugin14almost 2 years agoFor tagging and finding tagged records

Plugins / Security

Captcha plugin10almost 2 years agoSimple, unobtrusive and extendable captcha solution providing by default an image based math captcha
Expose plugin8almost 2 years agoExpose entities through additional UUIDs instead of their AIID primary keys to obfuscate those IDs and data associated with these numerically ordered values
Muffin/Obfuscate plugin36almost 3 years agoPrimary key obfuscation/shortening using UUIDs, HashIds, Optimus, Tiny and/or custom obfuscation strategies
Muffin/Throttle plugin63about 3 years agoA plugin for rate limiting (API) requests
Recaptcha plugin21almost 3 years agoSimple, lightweight Google Recaptcha v2

Plugins / SEO

Muffin/Slug plugin35almost 2 years agoA plugin for generating slugs and finding records by slug. Uses a pluggable architecture which allows using your own slug generator class
Tools:Slugged334almost 2 years agoContaining Slugged behavior to auto-generate URL-compatible slugs from titles

Plugins / Skeleton

App template373almost 2 years agoAn empty CakePHP project for use with composer
BS flavored App template1almost 2 years agoAn empty CakePHP project with BS5 and FontAwesome out of the box

Plugins / Social

Comments plugin1almost 2 years agoAllows users to comment records, supporting different formats
Favorites plugin2almost 2 years agoAllows users to star/like/favor records
Ratings plugin9almost 2 years agoAllows users to rate records and displays ratings

Plugins / Templating

Bake plugin111almost 2 years agoProvides code generation functionality
BootstrapUI plugin340almost 2 years agoBootstrap 4/5 integration
CsvView plugin177over 2 years agoA view class to easily generate CSV
Feed plugin13almost 2 years agoContaining an RssView class to easily generate (complex) RSS feeds
Meta plugin7almost 2 years agoMakes handling meta tags and SEO-relevant HTML markup DRY and easy
Templating2almost 2 years agoHTML snippets as value objects, (Font) icons, and templating topics
Tools:Tree334almost 2 years agoTree helper to work with Core Tree behavior and handle tree structure output
TwigView plugin14almost 2 years agoA plugin to use the Twig Templating Language for views
XlsView plugin0almost 2 years agoA view class to easily generate XLS using PHPSpreadsheet

Plugins / Testing

CakePHP CodeSniffer rules238almost 2 years agoThe official CakePHP CS rules
CakephpFixtureFactories plugin85almost 2 years agoCreate your fixtures dynamically on a test basis, accelerate the writing and maintenance of your tests
FriendsOfCake/Fixturize plugin24about 2 years agoMore efficient inserting fixtures when running test suites by decreasing amount of inserts (mysql only)

Software / Development Environment

CakePHP Docker29almost 2 years agoA cakephp/app template for docker
CakePHP Vagrant Setup5over 4 years agoTool for spinning up multiple CakePHP vanilla dev environments
DDEVDocker based local env
DevilboxA docker development environment for (CakePHP) apps to be auto-setup including a lot of tools
Docker31almost 7 years agoCakePHP in a docker container environment
GalleyA small Docker dev environment for CakePHP development which includes a simple command line utility
NetBeans46almost 4 years agoThis package provides support for CakePHP in NetBeans 8.1+
Oven141over 6 years agoSetup your favorite framework with 1 file and 1 click
PuppetA server automation framework and application
VagrantA portable development environment utility

Software / CMS and applications built on CakePHP

baserCMS173almost 2 years agoThis is a website development framework with RESTful APIs. Installable as a plugin for CakePHP

Software / Demo

BlogMVC8about 9 years agoA simple Blog example with CakePHP based on
Bookmarkr17over 11 years agoA bookmarking application built with the CRUD plugin
Fluentd + Grafana Loki demo application1almost 2 years agoA demo application to send CakePHP docker container logs to via
RealWorld103almost 5 years agoExample CakePHP codebase containing real world examples (CRUD, auth, advanced patterns and more) that adheres to the spec and API
SandboxA sandbox CakePHP application with lots of demos and plugin showcasings
Query Examples56about 12 years agoAdvanced query building examples
Xeta52over 9 years agoA resource to help people starting with CakePHP
Vue.js Demo App49almost 2 years agoA CakePHP + VueJS single page application skeleton

Resources / Help

Official CakePHP ForumThis is for generic questions and alike
stackoverflow.com/questions/tagged/cakephpThis is for specific questions, ideally along with some example code

Resources / CakePHP Websites

CakeDCArticles around CakePHP
dereuromark.deAn extensive CakePHP core dev blog
josediazgonzalez.comA mainly CakePHP related core dev blog
mark-story.comCakePHP lead dev blog

Resources / CakePHP Videos

CakePHPChannel about CakePHP videos

Resources / CakePHP Tutorials

Official Content Management Tutorial

Resources / CakePHP Reading and Listening

CakePHP Cookbook(!)The official CakePHP documentation

Resources / CakePHP Internals Reading

Top 10 (and more) core contributors8,705almost 2 years agoGive 'em a hand

Conferences / Official

cakefest.orgAnnual CakePHP Conference

Conferences / MeetUps

CakePHP-DEMeetUps in Germany

Backlinks from these awesome lists:

More related projects: