2017 © Pedro Peláez
 

library wp-composer

A PHP class abstraction for WordPress plugins to support Composer.

image

dwnload/wp-composer

A PHP class abstraction for WordPress plugins to support Composer.

  • Monday, August 7, 2017
  • by thefrosty
  • Repository
  • 1 Watchers
  • 1 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

WordPress Composer UI

WordPress Composer UI, (*1)

PHP from Packagist Latest Stable Version Total Downloads License Build Status, (*2)

A PHP class abstraction for WordPress plugins to support Composer., (*3)

Installation

composer require thefrosty/wp-composer

Additional requirements

Update your scripts.post-update-cmd:, (*4)

{
  "scripts": {
    "post-update-cmd": [
      "TheFrosty\\WpComposer\\Composer\\Scripts::postUpdate"
    ]
  }
}

OR run: composer config scripts.post-update-cmd.0 "TheFrosty\\WpComposer\\Composer\\Scripts::postUpdate", (*5)

The Versions

07/08 2017

dev-master

9999999-dev

A PHP class abstraction for WordPress plugins to support Composer.

  Sources   Download

MIT

The Requires