CheesePress Framework
This is a general purpose framework to develop WordPress plugins. It is Inspired by Churro, WP Boilerplate, and PHP ActiveRecord.
by Ben Klein · github.com/bklein01/cheesepress-framework · website
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/bklein01/cheesepress-framework/archive/refs/heads/master.zipFrom the readme
CheesePress Framework
This is a general purpose framework to develop WordPress plugins. It is Inspired by Churro, WP Boilerplate, and PHP ActiveRecord.
Installation - Without Composer
1. Unzip the full directory into your wp-content/plugins directory
2. Replace all references to CheesePress Framework with your plugin name (unless you want to give me credit for your plugin)
3. Upload and Activate the plugin at the plugin administration page
4. There is no step 4 -- you are done! Be Creative!