asgard/composer

Installs: 341

Dependents: 1

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Type:composer-plugin

v0.3.0 2016-05-12 12:32 UTC

This package is not auto-updated.

Last update: 2024-04-13 13:46:42 UTC


README

#Composer

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

##Installation

composer require asgard/composer 0.*

##Usage

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

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.

For more information, please check the BundleInstaller.php source code and composer documentation.

###Contributing

Please submit all issues and pull requests to the asgardphp/asgard repository.

License

The Asgard framework is open-sourced software licensed under the MIT license