:speech_balloon: Display desktop notification after Composer install / update
composer-notifier is a plugin for Composer. It displays desktop notification when
Composer finishes install/update commands.
You can install it either locally:
composer require "pyrech/composer-notifier"
or globally:
composer global require "pyrech/composer-notifier"
That’s it! Composer will enable automatically the plugin as soon it’s
installed. Just run your Composer commands as usual :)
If you no longer want to display notifications, you can either:
--no-plugins
You can see the current and past versions using one of the following:
git tag
commandAnd finally some meta documentation:
composer-notifier is licensed under the MIT License - see the LICENSE
file for details.