https://github.com/welabs-ltd/plugin-composer
Wordpress plugin boilerplate builder.
https://github.com/welabs-ltd/plugin-composer
boilerplate wp
Last synced: 5 months ago
JSON representation
Wordpress plugin boilerplate builder.
- Host: GitHub
- URL: https://github.com/welabs-ltd/plugin-composer
- Owner: welabs-ltd
- Created: 2023-05-30T09:23:36.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2026-01-15T08:14:20.000Z (5 months ago)
- Last Synced: 2026-01-17T02:47:28.610Z (5 months ago)
- Topics: boilerplate, wp
- Language: PHP
- Homepage: https://welabs.dev/compose-plugin/
- Size: 413 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Plugin Composer - Wordpress plugin boilerplate #
**Contributors:** [weLabs](https://profiles.wordpress.org/welabs/), [Mahbub](https://profiles.wordpress.org/mrabbani/)
**Tags:** wordpress, wp-plugin, plugin-development.
**Requires at least:** 5.4
**Tested up to:** 6.2.2
**Requires PHP:** 7.4
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
Generate wordpress plugin boilerplate having `PSR4` auto-loading.
## Description ##
You may easily generate a PSR4 auto-loading WordPress plugin by submitting a simple form. You can render the plugin composer form any where using the `wlb_plugin_composer`.
```
[wlb_plugin_composer]
// With supported attributes
[wlb_plugin_composer submit-text='Build Plugin' class="form-class"]
```
👉 **Official Demo Link:** Try out the [Plugin Composer](https://welabs.dev/compose-plugin/).
### Build Release:
```
bin/build.sh
```