Composer is a package that makes easier to execute scripts when a package is installed, updated and uninstalled with composer., (*1)
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:, (*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)
Please submit all issues and pull requests to the asgardphp/asgard repository., (*7)
The Asgard framework is open-sourced software licensed under the MIT license, (*8)