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: 12 days 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 (about 13 years ago)
- Default Branch: master
- Last Pushed: 2025-03-20T10:45:05.000Z (27 days ago)
- Last Synced: 2025-03-28T19:09:04.940Z (19 days ago)
- Language: PHP
- Homepage: https://www.dereuromark.de
- Size: 1.01 MB
- Stars: 34
- Watchers: 5
- 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 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://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.0+**. 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.