Skip to content

soullivaneuh/composer-changelogs

 
 

Repository files navigation

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 "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

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.

About

Display vendor changelogs after Composer update

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%