All Projects â†’ pyrech â†’ Composer Changelogs

pyrech / Composer Changelogs

Licence: mit
📓 Display better summary after Composer update

Projects that are alternatives of or similar to Composer Changelogs

composer-localdev-plugin
Composer Plugin for local development
Stars: ✭ 31 (-94.26%)
Mutual labels:  composer, composer-plugin
composer-cost
Displays cost/size of each composer package installed.
Stars: ✭ 31 (-94.26%)
Mutual labels:  composer, composer-plugin
composer-repl
A REPL for PHP built into Composer (using PsySH)
Stars: ✭ 81 (-85%)
Mutual labels:  composer, composer-plugin
Private Composer Installer
Composer install helper outsourcing sensitive keys from the package URL into environment variables
Stars: ✭ 168 (-68.89%)
Mutual labels:  composer, composer-plugin
Composer Registry Manager
🛠 🔨 Composer registry manager that help to easily switch to the composer repository you want.
Stars: ✭ 448 (-17.04%)
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 (-67.96%)
Mutual labels:  composer, composer-plugin
PackageChangeLog
Show Package Changelog On Composer Install/update
Stars: ✭ 15 (-97.22%)
Mutual labels:  composer, changelog
Beetbox
Pre-provisioned L*MP stack
Stars: ✭ 94 (-82.59%)
Mutual labels:  composer, composer-plugin
cyclonedx-php-composer
Create CycloneDX Software Bill of Materials (SBOM) from PHP Composer projects
Stars: ✭ 20 (-96.3%)
Mutual labels:  composer, composer-plugin
composer-velocita
Velocita - Composer plugin for transparent caching
Stars: ✭ 26 (-95.19%)
Mutual labels:  composer, composer-plugin
Foxy
A fast, reliable, and secure NPM/Yarn bridge for Composer
Stars: ✭ 137 (-74.63%)
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 (-96.3%)
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 (-78.33%)
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 (-63.7%)
Mutual labels:  composer, composer-plugin
Composer Cleaner
Victor The Cleaner: removes unnecessary files from vendor directory
Stars: ✭ 114 (-78.89%)
Mutual labels:  composer, composer-plugin
composer-patches-plugin
Plugin for composer to apply patches onto dependencies.
Stars: ✭ 75 (-86.11%)
Mutual labels:  composer, composer-plugin
Composer Notifier
💬 Display desktop notification after Composer install / update
Stars: ✭ 42 (-92.22%)
Mutual labels:  composer, composer-plugin
Skrub
A package to remove junk from Composer installations and trim build sizes.
Stars: ✭ 91 (-83.15%)
Mutual labels:  composer, composer-plugin
composer-diff
Compares composer.lock changes and generates Markdown report so you can use it in PR description.
Stars: ✭ 51 (-90.56%)
Mutual labels:  composer, composer-plugin
wp-translation-downloader
Composer plugin to download WordPress translations
Stars: ✭ 35 (-93.52%)
Mutual labels:  composer, composer-plugin

composer-changelogs

Latest Stable Version Total Downloads Latest Unstable Version Build Status Scrutinizer Code Quality Code Coverage

composer-changelogs is a plugin for Composer. It displays some texts after each Composer update to nicely summarize the modified packages with links to release and compare urls. Just copy it in your commit body and you get a nice description.

Demo

Installation

You can install it either globally:

composer global require "pyrech/composer-changelogs"

or locally:

composer require --dev "pyrech/composer-changelogs"

Usage

That's it! Composer will enable automatically the plugin as soon it's installed. Just run your Composer updates as usual :)

If you no longer want to display summary, you can either:

  • run your Composer command with the option --no-plugins
  • uninstall the package

Further documentation

Here is some documentation about the project:

You can see the current and past versions using one of the following:

And finally some meta documentation:

Credits

Kudos to Damien Alexandre for the idea.

License

composer-changelogs 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].