项目作者: pyrech

项目描述 :
:speech_balloon: Display desktop notification after Composer install / update
高级语言: PHP
项目地址: git://github.com/pyrech/composer-notifier.git
创建时间: 2015-04-14T08:13:08Z
项目社区:https://github.com/pyrech/composer-notifier

开源协议:MIT License

下载


composer-notifier

Latest Stable Version Total Downloads Latest Unstable Version

composer-notifier is a plugin for Composer. It displays desktop notification when
Composer finishes install/update commands.

Demo

Installation

You can install it either locally:

  1. composer require "pyrech/composer-notifier"

or globally:

  1. 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:

And finally some meta documentation:

Credits

License

composer-notifier is licensed under the MIT License - see the LICENSE
file for details.