2017 © Pedro Peláez
 

composer-plugin composer

image

asgard/composer

  • Thursday, May 12, 2016
  • by leyou
  • Repository
  • 1 Watchers
  • 1 Stars
  • 315 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Composer

Composer is a package that makes easier to execute scripts when a package is installed, updated and uninstalled with composer., (*1)

, (*2)

Installation

composer require asgard/composer 0.*

, (*3)

Usage

Create a composer/ folder in your project root and add the PHP files corresponding to the composer method you want to hijack:, (*4)

install         composer/install.php
update          composer/update.php
uninstall       composer/uninstall.php
getInstallPath  composer/getInstallPath.php
isInstalled     composer/isInstalled.php
supports        composer/supports.php

An example of the install.php script., (*5)

For more information, please check the BundleInstaller.php source code and composer documentation., (*6)

Contributing

Please submit all issues and pull requests to the asgardphp/asgard repository., (*7)

License

The Asgard framework is open-sourced software licensed under the MIT license, (*8)

The Versions

12/05 2016

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

  • composer-plugin-api ^1.0

 

12/05 2016

v0.3.0

0.3.0.0

  Sources   Download

MIT

The Requires

  • composer-plugin-api ^1.0

 

13/06 2015

v0.2.0

0.2.0.0

  Sources   Download

MIT

The Requires

  • composer-plugin-api ^1.0

 

06/07 2014

v0.1.0

0.1.0.0

  Sources   Download

MIT

The Requires

  • composer-plugin-api 1.0.0