All Projects â†’ pyrech â†’ Composer Notifier

pyrech / Composer Notifier

Licence: mit
💬 Display desktop notification after Composer install / update

Projects that are alternatives of or similar to Composer Notifier

composer-diff
Compares composer.lock changes and generates Markdown report so you can use it in PR description.
Stars: ✭ 51 (+21.43%)
Mutual labels:  composer, composer-plugin
wp-translation-downloader
Composer plugin to download WordPress translations
Stars: ✭ 35 (-16.67%)
Mutual labels:  composer, composer-plugin
composer-velocita
Velocita - Composer plugin for transparent caching
Stars: ✭ 26 (-38.1%)
Mutual labels:  composer, composer-plugin
composer-repl
A REPL for PHP built into Composer (using PsySH)
Stars: ✭ 81 (+92.86%)
Mutual labels:  composer, composer-plugin
Composer Changelogs
📓 Display better summary after Composer update
Stars: ✭ 540 (+1185.71%)
Mutual labels:  composer, composer-plugin
composer-patches-plugin
Plugin for composer to apply patches onto dependencies.
Stars: ✭ 75 (+78.57%)
Mutual labels:  composer, composer-plugin
Composer Dropin Installer
Use composer for installing dropin dependencies
Stars: ✭ 30 (-28.57%)
Mutual labels:  composer, composer-plugin
Private Composer Installer
Composer install helper outsourcing sensitive keys from the package URL into environment variables
Stars: ✭ 168 (+300%)
Mutual labels:  composer, composer-plugin
Composer Registry Manager
🛠 🔨 Composer registry manager that help to easily switch to the composer repository you want.
Stars: ✭ 448 (+966.67%)
Mutual labels:  composer, composer-plugin
Acf Pro Installer
A composer install helper for Advanced Custom Fields PRO
Stars: ✭ 265 (+530.95%)
Mutual labels:  composer, composer-plugin
composer-localdev-plugin
Composer Plugin for local development
Stars: ✭ 31 (-26.19%)
Mutual labels:  composer, composer-plugin
Composer Merge Plugin
Merge one or more additional composer.json files at Composer runtime
Stars: ✭ 718 (+1609.52%)
Mutual labels:  composer, composer-plugin
Composer Patches
Applies a patch from a local or remote file to any package that is part of a given composer project. Patches can be defined both on project and on package level. Optional support for patch versioning, sequencing, custom patch applier configuration and composer command for testing/troubleshooting patches.
Stars: ✭ 196 (+366.67%)
Mutual labels:  composer, composer-plugin
composer-cost
Displays cost/size of each composer package installed.
Stars: ✭ 31 (-26.19%)
Mutual labels:  composer, composer-plugin
Composer Preload
Preload your sweet sweet code to opcache with a composer command, making your code faster to run.
Stars: ✭ 173 (+311.9%)
Mutual labels:  composer, composer-plugin
cyclonedx-php-composer
Create CycloneDX Software Bill of Materials (SBOM) from PHP Composer projects
Stars: ✭ 20 (-52.38%)
Mutual labels:  composer, composer-plugin
Composer Custom Directory Installer
A composer plugin, to install differenty types of composer packages in custom directories outside the default composer default installation path which is in the vendor folder.
Stars: ✭ 117 (+178.57%)
Mutual labels:  composer, composer-plugin
Foxy
A fast, reliable, and secure NPM/Yarn bridge for Composer
Stars: ✭ 137 (+226.19%)
Mutual labels:  composer, composer-plugin
composer-inheritance-plugin
Opinionated version of Wikimedia composer-merge-plugin to work in pair with Bamarni composer-bin-plugin.
Stars: ✭ 20 (-52.38%)
Mutual labels:  composer, composer-plugin
Composer Normalize
🎵 Provides a composer plugin for normalizing composer.json.
Stars: ✭ 602 (+1333.33%)
Mutual labels:  composer, composer-plugin

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:

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:

And finally some meta documentation:

Credits

License

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].