PHPackages                             cheycron/git-changelog - 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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. cheycron/git-changelog

ActivePhp[Parsing &amp; Serialization](/categories/parsing)

cheycron/git-changelog
======================

Parse changelog directly from Git

1.0.1(10y ago)244MITPHPPHP &gt;=5.3.0

Since Jun 4Pushed 10y ago1 watchersCompare

[ Source](https://github.com/cheycron/laravel-git-changelog)[ Packagist](https://packagist.org/packages/cheycron/git-changelog)[ RSS](/packages/cheycron-git-changelog/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

Get current versión and changelog directly from GIT.

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

[](#installation)

Add the following to the `require` section of your projects composer.json file:

```
"cheycron/git-changelog": "1.0.1",

```

Add this to the config/app.php in the providers array

```
Cheycron\Gitchangelog\GitChangelogServiceProvider::class,

```

Run `composer update` to download the package

```
php composer.phar update

```

Get Current Version
-------------------

[](#get-current-version)

```
GitChangelog::currentVersion(); // Returns v1.x.x
GitChangelog::append('v2')->preppend(' beta')->currentVersion() // Returns v2.x.x beta
```

Get Changelog
-------------

[](#get-changelog)

```
GitChangelog::parse()->changelog;
```

will return

```
Illuminate\Support\Collection Object
(
    [items:protected] => Array
        (
            [0] => Array
                (
                    [hash] => 65d8355b98987bc2153ade2a3d111dccb4723e61
                    [email] => author@email.com
                    [author] => Cheycron Blaine
                    [date] => Carbon\Carbon Object
                    [message] => Commit Message
                    [markdown] => Commit Message with Markdown
                    [subject] => First Line of the Commit Message
                    [version] => v1.45
                )
            [1] => Array
                (
                    [hash] => 65d8355b98987bc2153ade2a3d111dccb4723e61
                    [email] => author@email.com
                    [author] => Cheycron Blaine
                    [date] => Carbon\Carbon Object
                    [message] => Commit Message
                    [markdown] => Commit Message with Markdown
                    [subject] => First Line of the Commit Message
                    [version] => v1.44
                )
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

Total

2

Last Release

3677d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3406901?v=4)[Cheycron Blaine](/maintainers/cheycron)[@cheycron](https://github.com/cheycron)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/cheycron-git-changelog/health.svg)

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

###  Alternatives

[illuminate/mail

The Illuminate Mail package.

5910.4M475](/packages/illuminate-mail)[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.3k10](/packages/helsingborg-stad-municipio)[riclep/laravel-storyblok

A Laravel wrapper around the Storyblok API to provide a familiar experience for Laravel devs

6277.0k5](/packages/riclep-laravel-storyblok)

PHPackages © 2026

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