An open API service indexing awesome lists of open source software.

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.

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
```