potatopowered / plugin-template
The PluginTemplate project is designed for simplified setup of new standalone CakePHP 3.x Plugins
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 0
Open Issues: 0
Type:cakephp-plugin
Requires
- php: >=5.4.16
- cakephp/cakephp: ~3.0
Requires (Dev)
- cakephp/cakephp-codesniffer: dev-master
- phpunit/phpunit: *
This package is not auto-updated.
Last update: 2024-11-09 19:51:13 UTC
README
Description
The PluginTemplate repository will...
Guide
This plugin template aims to help setup a brand new open source CakePHP plugin with ease. This plugin template includes badges for the following.
- license - for license information
- codecov.io - for code coverage
- scrutinizer - for code quality
- travis-ci - for unit testing
- packagist - for download count
Step one
Clone this repository
composer create-project --stability=dev potatopowered/plugin-template [plugin name]
Step two
Verify your information in composer.json. You will need to replace the following with your information.
- description
Step three
Lastly you will need to replace this guide with a guide for your plugin. The badges can remain as they should be updated you will need to update the appropriate services for them too work.