dereuromark/cakephp-sandbox

A CakePHP Sandbox App

Installs: 12

Dependents: 0

Suggesters: 0

Security: 0

Stars: 62

Watchers: 10

Forks: 34

Open Issues: 2

pkg:composer/dereuromark/cakephp-sandbox

dev-master 2025-10-01 10:51 UTC

This package is auto-updated.

Last update: 2025-10-01 10:51:57 UTC


README

CI Coverage Status License Minimum PHP Version Coding Standards PHPStan

A sandbox app to showcase CakePHP features and tools as well as provide a sandbox for tryouts.

This branch is for CakePHP 5.x. For deprecated 4.x/3.x/2.x ones, please use the corresponding branch.

Key Features

  • Plugin showcases
  • Custom exception handling with a special treatment for 404s.
  • Logging to a paginated and searchable DB solution instead of plain files

Where to find the code

You have probably been to sandbox/plugin-examples.

Most of the example code can be found inside /plugins/ directory:

  • /plugins/Sandbox/: Misc. examples
  • /plugins/AuthSandbox/: Auth examples

Installation

Please see SETUP.md