pyrech / composer-notifier
Display desktop notifications when composer finishes to install / update
Installs: 1 700
Dependents: 0
Suggesters: 0
Security: 0
Stars: 41
Watchers: 2
Forks: 0
Open Issues: 1
Type:composer-plugin
Requires
- php: >=7.4
- composer-plugin-api: ^1.0 || ^2.0
- jolicode/jolinotif: ~2.0
Requires (Dev)
- composer/composer: ^2.0
- friendsofphp/php-cs-fixer: ^3.0
- symfony/phpunit-bridge: ^6.2
README
composer-notifier is a plugin for Composer. It displays desktop notification when Composer finishes install/update commands.
Installation
You can install it either locally:
composer require "pyrech/composer-notifier"
or globally:
composer global require "pyrech/composer-notifier"
Usage
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:
- run your Composer command with the option
--no-plugins
- uninstall the package
Further documentation
You can see the current and past versions using one of the following:
- the
git tag
command - the releases page on Github
- the file listing the changes between versions
And finally some meta documentation:
Credits
License
composer-notifier is licensed under the MIT License - see the LICENSE file for details.