mixerapi / plugin
This package is abandoned and no longer maintained.
No replacement package was suggested.
CakePHP skeleton plugin
v0.1.0
2020-08-07 13:08 UTC
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.phpand incomposer.json