Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 13 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 (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-10-25T02:46:24.000Z (15 days ago)
- Last Synced: 2024-10-26T14:50:41.300Z (13 days ago)
- Language: PHP
- Homepage: https://www.dereuromark.de
- Size: 991 KB
- Stars: 34
- Watchers: 6
- Forks: 17
- Open Issues: 1
-
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
[![CI](https://github.com/dereuromark/cakephp-setup/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/dereuromark/cakephp-setup/actions/workflows/ci.yml?query=branch%3Amaster)
[![Coverage](https://img.shields.io/codecov/c/github/dereuromark/cakephp-setup/master.svg)](https://codecov.io/gh/dereuromark/cakephp-setup)
[![Latest Stable Version](https://poser.pugx.org/dereuromark/cakephp-setup/v/stable.svg)](https://packagist.org/packages/dereuromark/cakephp-setup)
[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%208.1-8892BF.svg)](https://php.net/)
[![License](https://poser.pugx.org/dereuromark/cakephp-setup/license.svg)](LICENSE)
[![Total Downloads](https://poser.pugx.org/dereuromark/cakephp-setup/d/total.svg)](https://packagist.org/packages/dereuromark/cakephp-setup)
[![Coding Standards](https://img.shields.io/badge/cs-PSR--2--R-yellow.svg)](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.