Skip to content

Plugin Ecosystem

Tools sits at the center of a small family of CakePHP plugins by the same maintainer. Each one has a specific job — Tools pulls in the few it depends on, and the others are opt-in.

What Tools depends on (auto-installed)

PluginWhy Tools needs it
cakephp-shim4.x → 5.x BC shims (validation, model property style, etc.). Letting you migrate apps gradually instead of rewriting.

Frequently paired with Tools

These are not dependencies, but they're commonly installed alongside Tools because they extend the same areas.

PluginWhat it addsWhen to add it
cakephp-setupBake theme + setup commands + a small admin sidebar layout.When you want a head start on baking and an opinionated admin shell.
cakephp-ide-helperPHPStorm meta files for CakePHP — autocomplete on association calls, loadModel(), etc.When using PHPStorm. Always.
cakephp-iconIcon helper (Font Awesome / Bootstrap / custom collections).The dedicated replacement for the deprecated Tools\View\Helper\IconHelper.

Other plugins from the same author

Worth knowing about, even if Tools doesn't depend on them.

Browse the full list at https://github.com/dereuromark?tab=repositories&q=cakephp.

Released under the MIT License.