mixerapi / plugin
CakePHP skeleton plugin
Installs: 22
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=7.2
- cakephp/cakephp: >=4.0
Requires (Dev)
- cakephp/cakephp-codesniffer: ^4.2
- phpmd/phpmd: ^2.8
- phpstan/phpstan: ^0.12.32
- phpunit/phpunit: ~8.5.0
This package is auto-updated.
Last update: 2021-02-21 03:55:29 UTC
README
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
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 incomposer.json