Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rjz/getsimple-plugin-template

A boilerplate template for authoring GetSimple plugins
https://github.com/rjz/getsimple-plugin-template

Last synced: 17 days ago
JSON representation

A boilerplate template for authoring GetSimple plugins

Awesome Lists containing this project

README

        

getsimple-plugin-template
=========================

A boilerplate template for authoring GetSimple plugins that provides:

* Declarative actions, filters, styles, and scripts
* Plugin defaults and settings
* Data templating via `load_view` method
* URL- and path-related route helpers

###Testing

Stub test cases are provided using PHPUnit:

cd plugin && phpunit --include-path=test test

###License

Getsimple-plugin-template is released under the MIT License. You can read the license [here](http://opensource.org/licenses/mit-license.php).