composepress / starter
There is no license information available for the latest version (0.2.0) of this package.
0.2.0
2018-01-23 11:49 UTC
Requires
- composepress/core: ^0.3.0
- composepress/settings: ^0.1.0
- level-2/dice: dev-v2.0-PHP5.4-5.5
This package is not auto-updated.
Last update: 2026-03-04 09:59:10 UTC
README
This is a boilerplate for the ComposePress mini framework.
How to Use
- Run
composer create-project composepress/starter --stability=dev - Rename composepress-starter.php to your desired slug
- Do a find/replace in composepress-starter.php for composepress_starter and replace with your slug with underscores
- Rename and/or move lib/ComposePress/Starter/Plugin.php as you feel you need
- Update PLUGIN_SLUG to the dash version of your plugin slug
Documentation
Please see wiki for how to use the framework classes