PHPackages                             alessandro\_podo/git-changelog-generator - 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. alessandro\_podo/git-changelog-generator

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

alessandro\_podo/git-changelog-generator
========================================

Es ist möglich aus einem Git Commit anhand von metadaten ein Changelog zu generieren, dass Leserechte hat

0.0.5(1y ago)03.8k↓25%MITPHPPHP &gt;=8.2

Since Aug 18Pushed 1y ago1 watchersCompare

[ Source](https://github.com/alessandro-podo/git-changelog)[ Packagist](https://packagist.org/packages/alessandro_podo/git-changelog-generator)[ RSS](/packages/alessandro-podo-git-changelog-generator/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (18)Versions (5)Used By (0)

GitChangelogGenerator
=====================

[](#gitchangeloggenerator)

Installation
------------

[](#installation)

### 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 alessandro_podo/git-changelog-generator
```

### 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 [
    // ...
    AlessandroPodo\GitChangelogGenerator\GitChangelogGenerator::class => ['all' => true],
];
```

### Step 3: Create Config

[](#step-3-create-config)

```
# config/packages/git_changelog_generator.yaml

git_changelog_generator:
  validateMapping:
    ROLE_*':
      -
  scopes:
    - ...
```

### Step 4: Create Controller

[](#step-4-create-controller)

#### Controller

[](#controller)

```
use AlessandroPodo\GitChangelogGenerator\Service\Changelog\Changelog;

#[Route(path: '/changelog')]
public function change(
    Changelog $changelog,
): Response {
   return $this->render('changelog/index.html.twig', ['content'=> $changelog->render()]);
}
```

#### TwigTemplate

[](#twigtemplate)

```
# extend base Template
{% block body %}
    {{ content|raw }}
{% endblock %}
```

### Einstellungen

[](#einstellungen)

```
# Dateiname kann unten den Optionen angepasst werden. Default ist: plannedChangesFile.yml
composer:
    -
        title: Composer
        description: Composer
        ready: false
        type: refactor
```

Damit werden geplante Änderungen aufgeführt. Ist das File leer, wird angezeigt, dass keine Änderungen geplant sind. Gibt es das File nicht, wird nichts angezeigt

### CommitMessage

[](#commitmessage)

- Wenn im Footer `title:` enthalten ist, dann wird dieser genutzt
- Wenn im Footer `description:` enthalten ist, dann wird dieser genutzt
- Wenn im Footer `visibility:`/`v:` enthalten ist, dann wird dieser genutzt, sonst wird der Default aus dem ConfigFile genutzt

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance35

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

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 ~9 days

Total

4

Last Release

603d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/554ff059e21f79d85457a9fb3c00679ad9bc25110154fd47a04e1288b2d96cc6?d=identicon)[alessandro\_podo](/maintainers/alessandro_podo)

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Rector

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/alessandro-podo-git-changelog-generator/health.svg)

```
[![Health](https://phpackages.com/badges/alessandro-podo-git-changelog-generator/health.svg)](https://phpackages.com/packages/alessandro-podo-git-changelog-generator)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[kimai/kimai

Kimai - Time Tracking

4.6k7.4k1](/packages/kimai-kimai)

PHPackages © 2026

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