Download the PHP package smoren/mushroom-hook-manager without Composer
On this page you can find all versions of the php package smoren/mushroom-hook-manager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download smoren/mushroom-hook-manager
More information about smoren/mushroom-hook-manager
Files in smoren/mushroom-hook-manager
Download smoren/mushroom-hook-manager
More information about smoren/mushroom-hook-manager
Files in smoren/mushroom-hook-manager
Vendor smoren
Package mushroom-hook-manager
Short Description Composer plugin for running post-install/post-update scripts of your project's dependencies
License MIT
Package mushroom-hook-manager
Short Description Composer plugin for running post-install/post-update scripts of your project's dependencies
License MIT
Please rate this library. Is it a good library?
Informations about the package mushroom-hook-manager
Mushroom Hook Manager
Composer plugin for running post-install/post-update scripts of your project's dependencies
Using in your package
Possible example:
Create file MushroomHooks.php
in the root of you package source directory with such content:
Next add this lines to your package's composer.json
file:
You can also pass some params to package's hooks in your project
(as arguments for methods afterInstall
and afterUpdate
).
Example for your project'scomposer.json
file:
All versions of mushroom-hook-manager with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2.0
composer-plugin-api Version ^2.1
composer-plugin-api Version ^2.1
The package smoren/mushroom-hook-manager contains the following files
Loading the files please wait ....