2017 © Pedro Peláez
 

composer-plugin composer-build-plugin

Provides automated build processes for dependent Composer packages.

image

xylemical/composer-build-plugin

Provides automated build processes for dependent Composer packages.

  • Wednesday, June 7, 2017
  • by rhys-mcguckin
  • Repository
  • 1 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Composer Build Plugin

One of the missing features of composer is to allow for build processes to occur on dependency projects, within the project installation directory., (*1)

This is meant to resolve that problem., (*2)

Usage

The steps for a repository wanting build processes to take place when they are a dependency are as follows:, (*3)

Require this repository:, (*4)

composer require xylemical/composer-build-plugin

Add classes that implement \Xylemical\Composer\Build\PluginInterface to the build-plugins in build order within the extra of the composer.json., (*5)

{
    "extra": {
        "build-plugins": [
            "Xylemical\\Composer\\Build\\Plugin\\Npm",
            "Xylemical\\Composer\\Build\\Plugin\\Grunt"
        ]
    }
}

Custom Plugins

These build steps are executed after all the packages have been installed into their locations, and are available via autoloading., (*6)

To implement a custom plugin, ensure that it implements \Xylemical\Composer\Build\PluginInterface and add it to the 'build-plugins' as normal., (*7)

The Versions

07/06 2017

dev-master

9999999-dev https://github.com/xylemical/composer-build-plugin

Provides automated build processes for dependent Composer packages.

  Sources   Download

MIT

The Requires

  • php >=5.4
  • composer-plugin-api ^1

 

The Development Requires

plugin composer package integration build composer-plugin

05/06 2017

1.0.1

1.0.1.0 https://github.com/xylemical/composer-build-plugin

Provides automated build processes for dependent Composer packages.

  Sources   Download

MIT

The Requires

  • php >=5.4
  • composer-plugin-api ^1

 

The Development Requires

plugin composer package integration build composer-plugin

05/06 2017

1.0.0

1.0.0.0 https://github.com/xylemical/composer-build-plugin

Provides automated build processes for dependent Composer packages.

  Sources   Download

MIT

The Requires

  • php >=5.4
  • composer-plugin-api ^1

 

The Development Requires

plugin composer package integration build composer-plugin