PHPackages                             lerouse/laravel-change-control - 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. lerouse/laravel-change-control

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

lerouse/laravel-change-control
==============================

Laravel change control/version management package.

v2.0.0(2mo ago)36.7k↓50%2MITPHPPHP ^8.2CI passing

Since Apr 7Pushed 2mo ago2 watchersCompare

[ Source](https://github.com/lerouse/laravel-change-control)[ Packagist](https://packagist.org/packages/lerouse/laravel-change-control)[ RSS](/packages/lerouse-laravel-change-control/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)Dependencies (4)Versions (8)Used By (0)

Laravel Change Control
======================

[](#laravel-change-control)

[![](https://github.com/lerouse/laravel-change-control/actions/workflows/laravel-change-control-php-8-1.yml/badge.svg)](https://packagist.org/packages/lerouse/laravel-change-control)[![Latest Stable Version](https://camo.githubusercontent.com/d0a893950a2e3f6c0bd61220f4243abb13eb0f77194af851ad0f6f4c9e9aa1f5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c65726f7573652f6c61726176656c2d6368616e67652d636f6e74726f6c)](https://packagist.org/packages/lerouse/laravel-change-control)[![License](https://camo.githubusercontent.com/77df6e35e64e0bc0e0d8a19f48a2bc70f5fd3a9a13d48bb4ee93ebfd059efc92/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6c65726f7573652f6c61726176656c2d6368616e67652d636f6e74726f6c)](https://packagist.org/packages/lerouse/laravel-change-control)

Laravel change control/version management package.

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

[](#installation)

The recommended method to install LaravelChangeControl is with [composer](https://getcomposer.org)

```
php composer require lerouse/laravel-change-control
```

### Laravel without auto-discovery

[](#laravel-without-auto-discovery)

If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php

```
\Lerouse\LaravelChangeControl\LaravelChangeControlServiceProvider::class,
```

### Package configuration

[](#package-configuration)

Copy the package configuration to your local config directory.

```
php artisan vendor:publish --tag=change-control-config
```

Usage
-----

[](#usage)

### Changelog Setup

[](#changelog-setup)

To use the repository create a `changelog.md` file located in the root of your Laravel project.

Add change/version information to the newly created `changelog.md` file in the following format:-

```
## v2.1.3

+ Second PATCH release

## v2.1.0

+ Second MINOR release

## v2.0.1

+ First PATCH release

## v2.0.0

+ Second MAJOR release

## v1.0.0

+ First MAJOR release

## v0.1.0

+ Initial pre-release
```

### Version Helper

[](#version-helper)

Access the version object using the version helper:-

```
$version = version();
```

To display the latest changelog version use the version helper:-

```
// outputs v2.1.3 (from the above changelog example)
$version = version()->get();
```

Return the full changelog:-

```
// outputs the full changelog as a plain string
$version = version()->changelog();
```

License
-------

[](#license)

Laravel Change Control is free software distributed under the terms of the MIT license.

###  Health Score

52

—

FairBetter than 96% of packages

Maintenance85

Actively maintained with recent releases

Popularity28

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 81.8% 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 ~297 days

Recently: every ~364 days

Total

7

Last Release

76d ago

Major Versions

v1.3.0 → v2.0.02026-02-25

PHP version history (4 changes)v1.0.0PHP &gt;=7.2

v1.1.0PHP ^8.0|^8.1

v1.3.0PHP ^8.0|^8.1|^8.2

v2.0.0PHP ^8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/610936?v=4)[Christian Innerbichler](/maintainers/lerouse)[@lerouse](https://github.com/lerouse)

---

Top Contributors

[![lerouse](https://avatars.githubusercontent.com/u/610936?v=4)](https://github.com/lerouse "lerouse (9 commits)")[![hayleyberryl2s](https://avatars.githubusercontent.com/u/152175725?v=4)](https://github.com/hayleyberryl2s "hayleyberryl2s (2 commits)")

---

Tags

laravelcontrolversionchangelog

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/lerouse-laravel-change-control/health.svg)

```
[![Health](https://phpackages.com/badges/lerouse-laravel-change-control/health.svg)](https://phpackages.com/packages/lerouse-laravel-change-control)
```

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[wnx/laravel-stats

Get insights about your Laravel Project

1.8k1.8M7](/packages/wnx-laravel-stats)[livewire/flux

The official UI component library for Livewire.

9385.0M86](/packages/livewire-flux)[glhd/conveyor-belt

14797.0k](/packages/glhd-conveyor-belt)[getsolaris/laravel-make-service

A MVCS pattern create a service command for Laravel 5+

81161.3k](/packages/getsolaris-laravel-make-service)[interaction-design-foundation/laravel-geoip

Support for multiple Geographical Location services.

17221.0k3](/packages/interaction-design-foundation-laravel-geoip)

PHPackages © 2026

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