2017 © Pedro Peláez
 

wordpress-plugin wp-plugin-base

This is a sample plugin that was created with mindsize/wp-plugin-base.

image

mindsize/wp-plugin-base

This is a sample plugin that was created with mindsize/wp-plugin-base.

  • Saturday, March 24, 2018
  • by pmgarman
  • Repository
  • 1 Watchers
  • 7 Stars
  • 42 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 5 Versions
  • 11 % Grown

The README.md

Mindsize WordPress Plugin Base

A great way to spin up new WP plugins with composer., (*1)

About this plugin base

Included Packages

Need Solution
Template Loader gamajo/template-loader

Recomended Packages

Need Solution
CPT/Taxonomy Registration johnbillion/extended-cpts

How to create your plugin from this base with Composer

From the terminal just run the following command., (*2)

composer create-project mindsize/wp-plugin-base my-new-plugin

Find/Replace WP Plugin Base to your plugin name

Find Replace Why
Mindsize\WP_Plugin_Base Mindsize\Your_Plugin Update the plugin namespace.
WP_PLUGIN_BASE_ YOUR_PLUGIN_ Update the plugin constants.
wp_plugin_base your_plugin Update the plugin wrapper function.

Installation

At Mindsize we believe in composer driven projects, and most of our plugins require an autoloaded generated by Composer. This means installation of our plugins may an extra step to generate this autoloader., (*3)

Composer Powered WordPress

If your WordPress website is powered by composer and already is loading the vendor autoload file, just require the plugin by running the command below from your terminal., (*4)

composer require mindsize/wp-plugin-base, (*5)

From GitHub

After cloning this repository, run composer install in the root directory of the plugin. If you are using git based deployments, make sure the vendor directory is no longer ignored., (*6)

From Packaged Releases on WordPress.org

Packaged releases on WordPress.org will automatically include the required autoloaders., (*7)

The Versions

24/03 2018

dev-master

9999999-dev

This is a sample plugin that was created with mindsize/wp-plugin-base.

  Sources   Download

GPL-2.0

The Requires

 

09/01 2018

dev-mozartify

dev-mozartify

This is a sample plugin that was created with mindsize/wp-plugin-base.

  Sources   Download

GPL-2.0

The Requires

 

The Development Requires

12/11 2017

1.2.0

1.2.0.0

This is a sample plugin that was created with mindsize/wp-plugin-base.

  Sources   Download

GPL-2.0

The Requires

 

27/10 2017

1.1.0

1.1.0.0

This is a sample plugin that was created with mindsize/wp-plugin-base.

  Sources   Download

GPL-2.0

The Requires

 

19/09 2017

1.0.0

1.0.0.0

This is a sample plugin that was created with mindsize/wp-plugin-base.

  Sources   Download

GPL-2.0

The Requires