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.1.0(2mo ago)37.4k—10%3MITPHPPHP ^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 2d ago

READMEChangelog (8)Dependencies (8)Versions (9)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

53

—

FairBetter than 96% of packages

Maintenance86

Actively maintained with recent releases

Popularity29

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor1

Top contributor holds 83.3% 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 ~263 days

Recently: every ~379 days

Total

8

Last Release

68d 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 (10 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

[laravel/sail

Docker files for running a basic Laravel application.

1.9k205.7M1.3k](/packages/laravel-sail)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M194](/packages/laravel-ai)[livewire/flux

The official UI component library for Livewire.

9527.8M127](/packages/livewire-flux)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77022.3M151](/packages/laravel-mcp)[propaganistas/laravel-disposable-email

Disposable email validator

6023.0M7](/packages/propaganistas-laravel-disposable-email)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)

PHPackages © 2026

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