asgard / composer
v0.3.0
2016-05-12 12:32 UTC
Requires
- composer-plugin-api: ^1.0
This package is not auto-updated.
Last update: 2026-03-14 23:35:06 UTC
README
#Composer
Composer is a package that makes easier to execute scripts when a package is installed, updated and uninstalled with composer.
composer require asgard/composer 0.*
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