https://github.com/dereuromark/cakephp-setup
CakePHP Setup Plugin - containing useful management and debugging tools for CakePHP apps
https://github.com/dereuromark/cakephp-setup
Last synced: 2 months ago
JSON representation
CakePHP Setup Plugin - containing useful management and debugging tools for CakePHP apps
- Host: GitHub
- URL: https://github.com/dereuromark/cakephp-setup
- Owner: dereuromark
- License: mit
- Created: 2012-02-25T12:53:49.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2026-03-17T17:33:16.000Z (3 months ago)
- Last Synced: 2026-03-18T07:05:24.481Z (3 months ago)
- Language: PHP
- Homepage: https://www.dereuromark.de
- Size: 1.33 MB
- Stars: 35
- Watchers: 3
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cakephp - Setup plugin - A lightweight setup plugin containing healthcheck(s), debugging and maintenance tools. (Debugging)
README
# CakePHP Setup Plugin
[](https://github.com/dereuromark/cakephp-setup/actions/workflows/ci.yml?query=branch%3Amaster)
[](https://codecov.io/gh/dereuromark/cakephp-setup)
[](https://phpstan.org/)
[](https://packagist.org/packages/dereuromark/cakephp-setup)
[](https://php.net/)
[](LICENSE)
[](https://packagist.org/packages/dereuromark/cakephp-setup)
[](https://github.com/php-fig-rectified/fig-rectified-standards)
Provides useful development tools for managing a CakePHP app.
Note: This branch is for **CakePHP 5.1+**. See [version map](https://github.com/dereuromark/cakephp-setup/wiki#cakephp-version-map) for details.
## What is this plugin for?
This plugin aims to be a help for development of CakePHP applications. It extends and leverages
my Tools Plugin.
Currently, this plugin contains only the parts I managed to migrate yet:
* Maintenance Mode (dynamic activation and deactivation incl. dynamic IP whitelisting)
* Some very useful development tools and debugging shells
## Installation & Docs
- [Documentation](docs/README.md)
Possible dependencies: [Tools](https://github.com/dereuromark/cakephp-tools) Plugin
## Disclaimer
Use at your own risk. Please provide any fixes or enhancements via issue or better pull request.