PHPackages                             idlab/composer-changelog-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. idlab/composer-changelog-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

idlab/composer-changelog-bundle
===============================

Composer changelog generator

0.0.5(10mo ago)01.8k↓33.3%MITPHPPHP &gt;=8.1

Since Jul 1Pushed 10mo ago1 watchersCompare

[ Source](https://github.com/idlab-geneve/composer-changelog-bundle)[ Packagist](https://packagist.org/packages/idlab/composer-changelog-bundle)[ RSS](/packages/idlab-composer-changelog-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (7)Versions (6)Used By (0)

Composer Changelog Bundle
=========================

[](#composer-changelog-bundle)

This bundle helps you generate a Changelog of the dependencies you have been installing, updating and uninstalling during the life of your project. This helps the developers keep track of important changes in a human readable way. The generation always generathe the whole history, so it can be run manualy or in a CI whenever you feel the need.

The command is an intergration of the great [composer-lock-diff](https://github.com/davidrjonas/composer-lock-diff) by [davidrjonas](https://github.com/davidrjonas)

Installation
============

[](#installation)

Make sure Composer is installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

Applications that use Symfony Flex
----------------------------------

[](#applications-that-use-symfony-flex)

Open a command console, enter your project directory and execute:

```
$ composer require idlab/composer-changelog-bundle --dev
```

Applications that don't use Symfony Flex
----------------------------------------

[](#applications-that-dont-use-symfony-flex)

### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require idlab/composer-changelog-bundle
```

### Step 2: Enable the Bundle

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in the `config/bundles.php` file of your project:

```
// config/bundles.php

return [
    // ...
    Idlab\ComposerChangelogBundle\IdlabComposerChangelogBundle::class => ['dev' => true],
];
```

Usage
-----

[](#usage)

```
$ php bin/console idlab:composer-changelog
```

Will generate someting like this example :

\[...\]

Dev ChangesFromToComparecomposer/pcreNEW3.0.0composer/semverNEW3.3.2composer/xdebug-handlerNEW3.0.3doctrine/annotationsNEW1.13.3\[...\]

You couls also redirect the output to a file you may then commit with your application.

```
$ php bin/console idlab:composer-changelog > COMPOSER-CHANGELOG.md
```

Configuration
-------------

[](#configuration)

The output format and destination can be defined in the configuration file. If the file has not yet been generated, create a new `config/packages/idlab_composer_changelog.yaml` file. The defaulf values are

```
idlab_composer_changelog:
    # Formats the output, can be "text", "md", "json", "json-pretty"
    format: md
```

NB: to see the configuration reference, run `$ php bin/console config:dump idlab_composer_changelog`

Contribute
----------

[](#contribute)

Please always run CS fixer before sumbitting a merge request (PHP CS Fixer lives in the `./vendors` directory)

```
$ php ./vendor/bin/php-cs-fixer fix
```

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance54

Moderate activity, may be stable

Popularity18

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~275 days

Total

5

Last Release

316d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/16f1fe7fd9c8ad9635ce599d41547b589c4e197709b4f0113b8a319d2e59de5e?d=identicon)[mikvet](/maintainers/mikvet)

![](https://www.gravatar.com/avatar/ff12ab4f9e51205b0bb8403d7df39379ddf2409036c4f8e7ad2b0e70f17c836b?d=identicon)[Evlyn](/maintainers/Evlyn)

---

Top Contributors

[![mikvet](https://avatars.githubusercontent.com/u/4101467?v=4)](https://github.com/mikvet "mikvet (9 commits)")

###  Code Quality

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/idlab-composer-changelog-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/idlab-composer-changelog-bundle/health.svg)](https://phpackages.com/packages/idlab-composer-changelog-bundle)
```

###  Alternatives

[symfony/maker-bundle

Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code.

3.4k111.1M568](/packages/symfony-maker-bundle)[symplify/monorepo-builder

Not only Composer tools to build a Monorepo.

5205.3M82](/packages/symplify-monorepo-builder)[netgen/layouts-core

Netgen Layouts enables you to build and manage complex web pages in a simpler way and with less coding. This is the core of Netgen Layouts, its heart and soul.

3689.4k10](/packages/netgen-layouts-core)[netgen/content-browser

Netgen Content Browser is a Symfony bundle that provides an interface which selects items from any kind of backend and returns the IDs of selected items back to the calling code.

14112.1k8](/packages/netgen-content-browser)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
