Composered
Composer based framework to help build WordPress plugins faster and easily
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/njengah/composered/archive/refs/heads/main.zipComposered WordPress Plugin Boilerplate
Welcome to the Composered WordPress Plugin Boilerplate! Composer based framework to help build WordPress plugins faster and easily. This boilerplate provides a foundation for creating WordPress plugins with Composer support.
Quick Start
-
Clone the Repository:
git clone https://github.com/your-username/composered.git -
Install Dependencies:
cd composered
composer install
Activate the Plugin:
Move the composered directory to wp-content/plugins/.
- Activate the plugin in the WordPress admin
- Customizing the Plugin
- Modify Core Functionality:
- Customize inc/ComposeredPlugin.php for your specific needs Extend Admin and Public Functionality:
- Extend inc/admin/Admin.php for admin-related features.
- Extend inc/public/PublicClass.php for public-facing features.
- Update Autoloading:
composer dump-autoload
-
Documentation For detailed instructions and customization options, check the documentation.
-
Contributing Feel free to contribute by forking the repository and submitting pull requests.
-
License This project is licensed under the MIT License.