https://github.com/mixerapi/plugin
A cakephp plugin template
https://github.com/mixerapi/plugin
cakephp cakephp-plugin cakephp-skeleton cakephp-template cakephp4
Last synced: 2 months ago
JSON representation
A cakephp plugin template
- Host: GitHub
- URL: https://github.com/mixerapi/plugin
- Owner: mixerapi
- License: other
- Archived: true
- Created: 2020-07-10T23:45:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-21T03:18:05.000Z (over 5 years ago)
- Last Synced: 2025-02-26T12:22:05.640Z (about 1 year ago)
- Topics: cakephp, cakephp-plugin, cakephp-skeleton, cakephp-template, cakephp4
- Language: PHP
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# MixerApi Plugin Template
[](https://packagist.org/packages/mixerapi/plugin)
[](LICENSE.txt)
[](http://mixerapi.com)
[](https://book.cakephp.org/4/en/index.html)
[](https://php.net/)
A skeleton for creating standalone plugins in CakePHP `4.x`. While this plugin is geared towards building MixerAPI
project plugins, you can use this for your own projects or fork and change what you need.
## Usage
```bash
composer create-project -s dev --prefer-dist mixerapi/plugin {plugin-name}
```
## Features
- Creates a MixerAPI themed `README.md`
- Defines PHPStan, PHPMD, and PHPCS rules
- Updates namespaces in `src/Plugin.php` and in `composer.json`