Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rjz/getsimple-plugin-template
- Owner: rjz
- Created: 2012-07-17T02:35:27.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-09-02T19:37:34.000Z (over 12 years ago)
- Last Synced: 2024-10-22T12:07:41.191Z (2 months ago)
- Language: PHP
- Homepage:
- Size: 111 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).