composepress / starter
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
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: 2025-03-05 05:35:31 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