WP Manifestindependent plugin directory
manifest / developer / plugin-composer

Plugin-composer

Wordpress plugin boilerplate builder.

by weLabs · github.com/welabs-ltd/plugin-composer · website

2stars
4forks

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/welabs-ltd/plugin-composer/archive/refs/heads/master.zip

Plugin Composer - Wordpress plugin boilerplate

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.

Gutenberg Block

A Plugin Composer block is bundled (category: Widgets). Insert it from the block inserter to render the same form a shortcode would — no shortcode markup needed.

Sidebar controls:

  • Form settings — submit button label, toggles to show/hide the Include Plugin Settings? and WP VIP Support fields.
  • Submit button colors — background and text color for both normal and hover states (applied via CSS variables on the form wrapper, so hover works without inline `