Ranked awesome lists, all in one place
This list is a copy of friendsofcake/awesome-cakephp with ranks
Awesome CakePHP ★87749
A curated list of amazingly awesome CakePHP 3.x plugins, resources and shiny things.
If you are looking for CakePHP 2.x resources please visit:
- the CakePHP 2.x version of this awesome list
- this wiki with a list of not-yet upgraded plugins
Additional lists you might find useful:
For those wondering; this list differs from plugins.cakephp.org by supporting plugin subparts (instead of only the whole plugin/repo), more granular grouping and the primary focus on task specific functionality.
Table of Contents
- Plugins
- APM
- Asset Management
- Auditing / Logging
- Authentication and Authorization
- Caching
- Code Analysis
- Debugging
- Dependency Injection
- E-commerce
- Environment
- Files
- Filtering and Validation
- Geolocation
- I18n
- Imagery
- Libs
- Markup
- Migration
- Miscellaneous
- Navigation
- NoSQL
- Notifications
- ORM and Datamapping
- Queue
- REST and API
- Search
- Security
- SEO
- Skeleton
- Social
- Templating
- Testing
- Third Party APIs
- Software
- Web Applications
- Resources
- Conferences
- Contributing
Plugins
APM
Plugins for Application Performance Monitoring.
-
NewRelic plugin - A complete plugin that enables full New Relic integration for a CakePHP application, including CLI naming, exceptions sending, custom timings, etc. It does not depend on New Relic agent.
-
Brunitto/NewRelic plugin ★8 - A simple plugin that enables just name transaction and browser timing for a CakePHP 3 application using the New Relic PHP agent.
Asset Management
Tools for managing, compressing and minifying website assets.
- AssetCompress plugin ★363 - A complete asset manager for CakePHP.
- Assets plugin ★0 - Dynamic and “on the fly” asset files.
- Less plugin ★17 ⏳1Y - Less parser plugin for CakePHP.
- MinifyHtml plugin ★15 ⏳2Y - Compress HTML output.
Auditing / Logging
Plugins for auditing and logging.
- AuditStash plugin ★52 - Flexible and rock solid audit log tracking.
- DatabaseLog plugin ★26 - Simple and stand-alone logging to database instead of files.
- Muffin/Footprint plugin ★57 - Plugin to allow passing currently logged in user to model layer.
- Version plugin ★45 - A plugin that facilitates versioned database entities.
Authentication and Authorization
Plugins and libraries for implementing authentication and authorization.
- Acl plugin ★91 - Managing ACL as database approach.
- ADmad/HybridAuth plugin - A plugin which allows using the HybridAuth ★2780 social sign on library with CakePHP.
- ADmad/JwtAuth plugin ★112 - A plugin for authenticating using JSON Web Tokens.
- CakeDC/NavAuth plugin ★9 - A plugin for authenticating against Navision® service using SOAP or OData services. It includes NTLM authentication and more.
- CakeDC/Users plugin ★436 - Complete user management (admin panel, remember me, etc), Social login (FB, Twitter, LinkedIn, Google, Instagram), RBAC, API and more.
- CookieAuth plugin ★18 ⏳1Y - A simple Cake 3 plugin to automatically authenticate users with Cookies.
- HierAuth plugin ★6 ⏳2Y - A CakePHP plugin for hierarchical, role based, simple authorization.
- Muffin/OAuth2 plugin - OAuth2 authentication using the
league/oauth2-client
★2019. - Muffin/Tokenize plugin ★8 - Event driven behavior for easily generating single-use security tokens.
- MultiTenant plugin ★29 ⏳1Y - Easily build SaaS enabled web applications.
- TinyAuth plugin ★82 - Authentication and role based (single/multi) authorization as very light-weight approach.
- Tools:Passwordable ★290 - Containing Passwordable behavior for a DRY approach on password hashing.
- TwoFactorAuth plugin - Allows two factor authentication using Google Authenticator or similar app to generate one-time codes. Based on RobThree/TwoFactorAuth ★297 library.
- UserPermissions plugin ★17 - Allow groups of users or single users to view a specific page.
Caching
Plugins for caching data.
- Cache plugin ★17 - For caching views (HTML, CSV, JSON, XML, …) as static cache files.
Code Analysis
Plugins for analysing, parsing and manipulation codebases.
- IdeHelper plugin ★81 - Helps to make IDE support better by adding annotations to your existing code similar to what baking does to new code.
- TestHelper plugin ★1 - Provides testing enhancements and TDD support as browser backend.
Debugging
Plugins for debugging.
- Airbrake plugin ★3 ⏳2Y A plugin to seamlessly integrate Airbrake with CakePHP for errors and exceptions.
- DebugKit plugin ★857 - The de-facto standard for debugging.
- ErrorEmail plugin ★9 ⏳1Y - A plugin to email exception/error information to your dev team.
- Execution order ★14 ⏳3Y - A demo app to display the execution order of files, methods and callbacks.
- Psa/FixtureCheck plugin ★2 ⏳1Y - A plugin to help detect mismatches in live DB and fixtures in order to make fixture based tests more reliable and deployments safer.
- Sentry plugin ★11 A plugin to seamlessly integrate Sentry with CakePHP for errors and exceptions.
- Setup plugin ★30 - A lightweight setup plugin containing debugging and maintenance tools.
- Whoops plugin - PHP errors and exceptions for cool kids with filp/whoops ★7418.
Dependency Injection
Plugins that implement the dependency injection design pattern.
- PimpleDi plugin ★10 Allows dependency injection based on Pimple library.
- PipingBag plugin ★33 ⏳1Y - Dependency injection container plugin that adds the ability to configure object instances and their dependencies before they are used, and to store them into a container class for easy access.
E-commerce
Plugins and applications for taking payments and building online e-commerce stores.
- PaypalWPP plugin ★2 - A package for communicating with Paypal Web Payments Pro for transactions and information about your account.
Plugins for sending and parsing email.
- EmailQueue plugin ★42 ⏳1Y - Email queue plugin with a preview and sender shell.
- Gourmet/Email plugin ★17 - Email helper, layout and more.
- Mailgun plugin ★13 - Email transport plugin for sending email via Mailgun.
- SparkPost plugin ★11 - Email transport plugin for sending email via the SparkPost API.
Environment
Plugins for environment.
- Environments plugin ★47 ⏳2Y - Plugin to handle environments.
- Gourmet/Aroma plugin ★11 ⏳1Y - Database based configuration.
- Settings plugin ★22 - A plugin to manage your settings via your database.
- Setup plugin ★30 - Plugin to handle very basic environments.
Files
Plugins for file manipulation.
- FileStorage plugin ★184 - Abstract file storage and upload plugin.
- FlyPie plugin ★29 - Abstract filesystem access using Flysystem.
- FriendsOfCake/Upload plugin ★520 - A customisable plugin that uses Flysystem to write to multiple backends (Dropbox, FTP, S3, Local, etc.).
- Image plugin - Image behavior that works much like Cake’s built in TranslateBehavior.
- Proffer plugin ★107 - A customisable upload plugin with thumbnail generation.
- Upload plugin ★27 ⏳1Y - A little plugin to upload file.
Filtering and Validation
Plugins for filtering and validating data.
- Gourmet/Filters plugin ★9 ⏳2Y - Extra dispatcher filters (maintenance, robots, ip, etc).
- Gourmet/Validation plugin ★5 ⏳1Y - Extra validation providers (Respect, IsoCodes, etc.) and rules.
- HtmlPurifier plugin ★37 - Purifier Plugin that features a trait, behavior and helper to allow you to get sanitization and filtering where you need it. You can configure multiple sets of filter rules as well.
- HtmlPurifier plugin ★11 ⏳1Y - Purifier Plugin Behavior that cleanses data before it is marshaled into the entity and/or before saving.
Geolocation
Plugins for geocoding addresses and working with latitudes and longitudes.
- Geo plugin ★32 - Containing Geocoder behavior and GoogleMaps helper.
I18n
Plugins for I18n (Internationalization) and L10n (Localization).
- ADmad/I18n plugin ★26 - A plugin with I18n related tools.
- Localized plugin ★206 - Localized validation and ready-to-use translation PO files.
- ShadowTranslate plugin ★39 - A plugin with shadow table based replacement for core’s Translate behavior.
- Transifex plugin ★14 ⏳2Y - Managing i18n PO files and translations via Transifex API.
- Translate plugin ★12 - Manage translations of your static content the easy way via web backend, incl. import from POT files, auto-suggest and auto-translate via API.
- Translation plugin ★4 - Extract pot files, translate string (manually, google, community), export translations to pot files.
Imagery
Plugins for manipulating images.
- ADmad/Glide plugin ★29 - A plugin for using Glide image manipulation library.
- HtmlToImageView plugin ★1 - Render HTML view as image (jpg or png) using wkhtmltoimage.
- Imagine plugin - An image manipulation plugin and wrapper around Imagine ★3333.
- Thumber plugin - A plugin to create thumbnails using intervention/image ★7278.
Libs
Useful libraries or tools that don’t fit in any of the other categories.
- Aura.Intl ★74 ⏳1Y - A powerful I18n library - used in CakePHP 3.x core.
- Capcake ★117 - Deploy CakePHP applications using Capistrano.
- Chronos ★599 - A simple standalone DateTime API extension (successor of Carbon).
- Composer Installers ★918 - A multi framework Composer library installer.
- Composer/Packagist - A package and dependency manager.
- Graphviz ★54 ⏳1Y - A Graphviz library.
- Jenkins - The free alternative for private (GitHub) repos.
- Rocketeer ★2613 - PHP task runner and deployment package.
- Travis CI - A continuous integration platform - de-facto standard for testing (GitHub) repos.
- YamlRoute ★5 - Configure routes with simple YAML files.
Markup
Plugins for working with markup.
- Gourmet/CommonMark plugin ★7 ⏳3Y - Adds CommonMark Markdown parsing.
- Markup plugin ★1 - Allows to use PHP or JS based syntax highlighting.
Migration
Plugins and resources around migration and upgrading.
- Migrations plugin ★86 - (DB) Migration plugin.
- Upgrade app ★74 - Official upgrade app for 2.x=>3.x.
- Upgrade app (extended) ★12 - An extended upgrade app for 2.x=>3.x and between 3.x.
- Upgrade/Migration Guide - Official migration guide.
Miscellaneous
Misc plugins and libraries.
- ActionsClass plugin ★7 - Gives you the ability to manage your Controller actions as single classes.
- Ajax plugin ★35 - A plugin to ease handling AJAX requests.
- CakeAdmin plugin ★27 ⏳1Y - A non-stable user management plugin with a built-in admin area.
- CakeDC/Enum ★21 - A plugin to add enumeration list support to your app.
- CakeMiddlewares ★2 ⏳1Y - A collection of Cakephp Middlewares.
- Comments plugin ★4 - A fully customizable Comments plugin.
- CurrencyConverter plugin ★5 - A plugin to convert currency into another one.
- Dashboard plugin ★17 ⏳3Y - Build beautiful dashboards for your cakes.
- DatabaseBackup plugin ★7 - A plugin to export, import and manage database backups.
- Feedback plugin ★2 - Allow visitors to send quick and easy feedback incl. a screenshot via sidebar form.
- Flash plugin ★7 - More powerful flash messages for your application.
- Hashid plugin ★34 - Allows to use hashids to not expose the database ids to the user.
- Interval plugin ★0 ⏳1Y - Converts seconds to human readable string (string to seconds), uses business hours (1 week = 5 days, 1 day = 8 hours).
- Robotusers/Tactician plugin ★6 - Tools for Tactician command bus integration.
- Setup:Maintenance - Maintenance shell to go into maintenance mode for all requests with optional IP whitelisting.
- Shim plugin ★31 - A plugin containing useful shims and improvements as basis for your application.
- TokenVerify plugin ★7 - Easily issue tokens that can be used for mail authentication.
- Tools plugin ★290 - Containing lots of useful libs, helpers, behaviors, components, shells and more.
- Travis ★38 - Easy travis setup for CakePHP plugins.
- UserTools plugin ★44 - User tools for login, registration, password reset and more. Works out of the box CRUD like and is highly configurable.
- Utils plugin ★24 - Containing useful components (Authorizer, Menu) and behaviors (WhoDidIt, Uploadable, Metas, Stateable).
- Wrench plugin ★20 - Maintenance Mode plugin. Easily extensible and customizable.
- Yaml plugin - For using YAML config files instead of PHP arrays.
Navigation
Tools for building navigation structures.
- Icings/Menu plugin - A KnpMenu ★682 seasoned menu plugin for CakePHP.
NoSQL
Plugins for working with “NoSQL” backends.
- Monga plugin - Provides access to MongoDB datasource using
thephpleague/monga
★310.
Notifications
Plugins for working with notification software.
- ker0x/CakeGcm plugin ★8 ⏳1Y - A plugin to send downstream messages to an Android or iOS device through Google Cloud Messaging.
- Notifier plugin - A plugin that makes creating and reading notifications easy.
- ker0x/Push plugin ★8 - A plugin to send push notifications through services like Firebase Cloud Messaging.
ORM and Datamapping
Plugins that implement object-relational mapping or data-mapping techniques.
- ADmad/Sequence plugin ★27 - Behavior for maintaining ordered list of records.
- Duplicatable plugin ★29 - Behavior for duplicating entities including related data.
- JeremyHarris/LazyLoad plugin ★49 - An association lazy loader for entities.
- Money plugin - Money data type for CakePHP entities using sebastianbergmann/money ★710.
- Muffin/Orderly plugin ★18 - Allows setting default order for your tables.
- Muffin/Trash plugin ★60 - Soft-delete behavior for CakePHP.
- PersistRelatedData plugin ★10 ⏳1Y - Behavior for persisting selected fields of related models.
- Robotusers/Excel plugin ★12 - ORM wrapper for PHPExcel.
- Robotusers/TableInheritance plugin ★3 - Singe Table Inheritance (STI) plugin.
- RowLocker plugin ★20 ⏳2Y - Exclusive locks for rows in your tables.
- Serializeable Data Types plugin ★2 ⏳2Y - Serialize DB content as JSON or using phps serializing functions.
- Webservices ORM plugin ★63 - An ORM like interface for webservices.
Plugins and software for working with PDF files.
- CakePdf plugin ★314 - A plugin around PDF generation.
Queue
Plugins for working with event and task queues.
- CakeResque plugin ★162 ⏳2Y - A plugin for Resque, a library for creating background jobs.
- CakeQueuesadilla plugin ★17 - A plugin that provides queueing integration with a variety of backends (BeanstalkD, MySQL, Redis, etc.).
- Gearman plugin ★11 ⏳1Y - A plugin for offloading CakePHP tasks to a Gearman Job Server.
- Queue plugin ★180 - A minimal and dependency-free queue solution.
REST and API
Plugins and web tools for developing REST-ful APIs.
- Alt3/Swagger plugin ★36 - Swagger 2.0 documentation for your CakePHP APIs using swagger-php and swagger-ui.
- Alt3/ValidationExposer plugin ★9 ⏳1Y - Easily expose your application’s validation rules.
- ApiPagination plugin ★26 - Injects pagination information from CakePHP’s Paginator into serialized JsonView and XmlView responses.
- CakeDC/Api plugin ★32 - All-in-one solution to provide a complete API. It includes versioning, renderers, CRUD, authentication, extensions (paginate, filter, HATEOAS), and much more.
- Cors plugin ★20 - Activate CORS with Middleware.
- Cors plugin ★19 ⏳1Y - A lightweight plugin for adding CORS headers to specified endpoints.
- CrudJsonApi plugin ★25 - Crud listener for building JSON API compliant APIs.
- FractalTransformerView plugin ★13 ⏳2Y - A plugin which allows using Fractal transformers for your API output.
- JsonApi plugin ★25 - Implements the JSON API format.
- RestApi plugin ★56 - Provides basic support for building REST API services.
Search
Plugins and software for indexing and performing search queries on data.
- ElasticSearch plugin ★63 - Alternative ORM using Elastic Search as its backend.
- PlumSearch plugin ★20 - Search plugin implements custom, flexible and extendable search strategies. Implements PRG pattern.
- FriendsOfCake/Search plugin ★106 - Search provides a searching/filter module for CakePHP applications.
- SphinxSearch plugin ★3 ⏳2Y - Basic behaviour implementation for querying SphinxSearch indexes.
- Tags plugin ★3 - For tagging and finding tagged records.
Security
Plugins and information around security, preventing vulnerabilities and protection against XSS and alike.
- Captcha plugin ★2 - Simple, unobstrusive and extendable captcha solution providing by default an image based math captcha.
- CipherBehavior plugin ★9 ⏳2Y - Cipher your entities data with this behavior. Encryption is done at PHP level using CakePHP Security class.
- Muffin/Obfuscate plugin ★27 - Primary key obfuscation using HashIds, Optimus, Tiny and/or custom obfuscation strategies.
- Muffin/Throttle plugin ★46 - A plugin for rate limiting (API) requests.
- Recaptcha plugin ★15 - Simple, lightweight Google Recaptcha v2.
- Recaptcha Mailhide plugin ★1 - A plugin that allows you to hide email addresses using reCAPTCHA.
SEO
Search Engine Optimization.
- Muffin/Slug plugin ★27 - A plugin for generating slugs and finding records by slug. Uses a pluggable architecture which allows using your own slug generator class.
- Seo plugin ★8 ⏳1Y - Auto-creates and manages your SEO tags.
- Sluggable plugin ★6 ⏳2Y - A simple Cake3 plugin to slug fields and find records by slug.
- Tools:Slugged ★290 - Containing Slugged behavior to auto-generate URL-compatible slugs from titles.
Skeleton
Plugins and repositories around app skeletons.
- App template ★199 - An empty CakePHP project for use with composer.
- App template with material ui - CakePHP material ui admin template project for use with composer.
- Crud plugin ★301 - CakePHP Application development on steroids - rapid prototyping / scaffolding & production ready code.
- Plugin Skeleton ★8 ⏳2Y - A skeleton example to create a Cake3 plugin.
Social
Plugins around social features.
- CakeDC/Forum plugin ★13 - Forum plugin including categories, threads and replies, reporting messages, moderators, admin interface and more.
- Ratings plugin ★4 - Allows users to rate records.
- SocialShare plugin ★26 - Link generator for sharing content on social networks.
Templating
Plugins for templating and lexing.
- Address plugin ★1 - An address helper that outputs a marked up address.
- Bake plugin ★57 - Provides code generation functionality.
- Bootstrap plugin ★31 - A Bootstrap 3 plugin with support for LESS.
- BootstrapUI plugin ★249 - Bootstrap 3 integration.
- CakeExcel plugin ★22 - An Excel view to generate XLSX files.
- Chocolate plugin ★6 ⏳2Y - Front-End framework FormHelper extensions.
- CommonMark plugin ★7 ⏳3Y - Adds CommonMark (markdown) support to models and views.
- CsvView plugin ★134 - A view class to easily generate CSV.
- Feed plugin ★9 - Containing an RssView class to easily generate (complex) RSS feeds.
- InlineCss plugin ★7 ⏳1Y - A plugin to convert HTML style blocks to inline CSS on a View template (intended for use with email templates).
- JadeView plugin - Jade template engine plugin.
- Liquid plugin ★3 ⏳2Y - A plugin to use the Liquid templating language for views.
- Meta plugin ★6 - Makes handling meta tags and SEO relevant HTML markup DRY and easy.
- SocialMeta plugin ★19 ⏳2Y - Adds support for Facebook’s OpenGraph and Twitter’s Card meta tags.
- TwigView plugin ★68 - A plugin to use the Twig Templating Language for views.
- VideoEmbed plugin ★3 - Helper for embedding YouTube, Vimeo and Dailymotion videos.
Testing
Plugins/Tools for testing codebases and generating test data.
- CakePHP Codeception module ★36 - The official CakePHP integration with Codeception.
- CakePHP CodeSniffer rules ★191 - The official CakePHP CS rules.
- CodeSniffer plugin ★15 ⏳1Y - Auto-find code issues/smells and auto-fix CS errors.
- Faker plugin - Faker ★16040 support for CakePHP fixtures.
- Fixtures plugin ★1 ⏳1Y - Fixtures plugin to read existing fixtures and create table/insert data for quick start with app.
- FriendsOfCake/fixturize ★17 - More efficient inserting fixtures when running test suites by decreasing amount of inserts (mysql only).
- Gourmet/Muffin plugin - FactoryMuffin ★447 support for CakePHP fixture records.
Third Party APIs
Plugins for accessing third party APIs.
- CakeTmdb plugin ★3 ⏳1Y - The Movie Database (TMDB) API integration.
- GitHub plugin - Allows access to the GitHub REST APIs using the Webservice ★63 ORM.
- Ratchet plugin ★45 - Brings the Ratchet websocket package to CakePHP.
- Salesforce plugin ★4 - Allows use of CakePHP’s ORM to Query and Interact with Salesforce Enterprise Instances.
- Twitter plugin - Allows access to the Twitter REST and streaming APIs using the Webservice ★63 ORM.
Software
Software for creating a development environment.
Development Environment
Software and tools for creating a sandboxed development environment.
- Cakebox ★122 - A Vagrant development environment powered by the CakePHP 3.x Console.
- CakePHP.gitignore - The .gitignore file proposals.
- CakePHP Vagrant Setup ★5 - Tool for spinning up multiple CakePHP 3.x Vanilla Dev Environments.
- Docker ★20 ⏳1Y - CakePHP in a docker container environment.
- Mixer ★40 - A plugin to discover and manage CakePHP plugins.
- NetBeans plugin ★39 - This plugin provides support for CakePHP in NetBeans 8.1+.
- Oven ★114 - Setup your favorite framework with 1 file and 1 click.
- PhpStorm plugin ★4 - CakePHP auto-completion support for console commands in PhpStorm IDE.
- PuPHPet - Web interface for building a Vagrant + Puppet box.
- Puppet - A server automation framework and application.
- Vagrant - A portable development environment utility.
Web Applications
CMS and applications built on CakePHP
- CakeBlog ★2 ⏳1Y - Open source blog software.
- Croogo - CMS software
- QuickApps-CMS ★158 - Open source content management system.
Demo
Web-based (demo) applications and tools.
- BlogMVC - A simple Blog example with CakePHP based on BlogMVC Project ★183.
- Bookmarkr ★15 ⏳3Y A bookmarking application built with the CRUD plugin.
- CakeFest - Demo application around the annual CakePHP Conference “CakeFest”.
- Croogo 3.x - Croogo 3.x demo
- RealWorld - Example CakePHP codebase containing real world examples (CRUD, auth, advanced patterns and more) that adheres to the RealWorld spec and API.
- Sandbox - A sandbox CakePHP application with lots of demos and plugin showcasings.
- Query Examples ★54 ⏳3Y Advanced query building examples.
- Xeta ★52 ⏳1Y - A resource to help people starting with CakePHP.
Resources
Various resources, such as books, websites and articles, for improving your CakePHP development skills and knowledge.
Help
Where to get help.
- cakephpbrasil.com.br - The brazilian community website.
- CakePHP-FR.org - The french community website.
- CakePHP.ir - discussion with other devs and generic questions for Persian community.
- Official CakePHP Forum - This is for generic questions and alike.
- IRC Channel - Live chat/discussion with other devs and core devs.
- stackoverflow.com/questions/tagged/cakephp - This is for specific questions, ideally along with some example code.
CakePHP Websites
Useful and current CakePHP-related websites and blogs.
- AD7six.com - A CakePHP core dev blog.
- CakeDC - Articles around CakePHP.
- dereuromark.de - An extensive CakePHP core dev blog.
- florian-kraemer.net - A CakePHP related core dev blog.
- jedistirfry.co.uk - A CakePHP related dev blog.
- josediazgonzalez.com - A mainly CakePHP related core dev blog.
- mark-story.com - CakePHP lead dev blog.
- waltherlalk.com - A CakePHP related core dev blog.
CakePHP Books and Articles
Fantastic CakePHP-related (e)books and other reading material.
CakePHP Videos
Fantastic CakePHP-related videos.
- CakePHP - Channel about CakePHP videos.
CakePHP Tutorials
Must-do tutorials.
CakePHP Reading and Listening
Documentation and CakePHP-releated reading and listening materials.
- CakePHP Cookbook(!) - The official CakePHP documentation.
- CakePHP Reporter - a newspaper and collection of material about CakePHP.
CakePHP Internals Reading
Reading materials related to the CakePHP internals and decisions.
- Core Google Group - Discussions around the CakePHP core.
- Top 10 (and more) core contributors - Give ‘em a hand.
Conferences
Official
International conference.
- cakefest.org - Annual CakePHP Conference.
MeetUps
Regional meet-ups.
- CakePHP-DE - MeetUps in Germany.
- CakePHP-France - MeetUps in France.
- CakePHP-NL - MeetUps in Netherlands.
Contributing
Please see CONTRIBUTING for details.
Credits
awesome-cakephp has been created by dereuromark and is currently maintained by him and the FriendsOfCake group. Thank you to all contributors, too. —
This list is a copy of friendsofcake/awesome-cakephp with ranks