2017 © Pedro Peláez
 

composer-plugin composer-plugin-wordpress

Composer plugin to install Wordpress themes and plugins

image

sparse/composer-plugin-wordpress

Composer plugin to install Wordpress themes and plugins

  • Tuesday, June 23, 2015
  • by rjelierse
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

composer-plugin-wordpress

Composer plugin for installing Wordpress themes and plugins, (*1)

Installing a Wordpress plugin

In your Wordpress root directory, require the package through Composer:, (*2)

$ composer require <example/wordpress-plugin>

Set up your Wordpress plugin

To enable your Wordpress plugin or theme for Composer, create a composer.json file in the root directory of your plugin or theme:, (*3)

$ composer init

Enter the details that are asked of you. When prompted for a type, enter wordpress-plugin or wordpress-theme depending on the type of package you are creating., (*4)

In the package requirements, add sparse/composer-plugin-wordpress., (*5)

The Versions

23/06 2015

dev-master

9999999-dev

Composer plugin to install Wordpress themes and plugins

  Sources   Download

MIT

The Requires

  • composer-plugin-api 1.0.0

 

by Raymond Jelierse