PHPackages                             derian-cordoba/laravel-bump-version - 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. derian-cordoba/laravel-bump-version

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

derian-cordoba/laravel-bump-version
===================================

Simple library to manage versions in Laravel applications.

1.0.3(6mo ago)25MITPHPPHP ^8.1CI passing

Since Jun 19Pushed 6mo agoCompare

[ Source](https://github.com/derian-cordoba/laravel-bump-version)[ Packagist](https://packagist.org/packages/derian-cordoba/laravel-bump-version)[ Docs](https://github.com/derian-cordoba/laravel-bump-version)[ RSS](/packages/derian-cordoba-laravel-bump-version/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (5)Versions (5)Used By (0)

Bump Version for Laravel projects
---------------------------------

[](#bump-version-for-laravel-projects)

[![Tests](https://github.com/derian-cordoba/laravel-bump-version/actions/workflows/tests.yml/badge.svg)](https://github.com/derian-cordoba/laravel-bump-version/actions)[![Latest Version](https://camo.githubusercontent.com/e9d4cf981bc4389cda626636f2ec8ef4da2ba3f54957c1c2082a95389c5415d9/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f64657269616e2d636f72646f62612f6c61726176656c2d62756d702d76657273696f6e3f6c6162656c3d76657273696f6e)](https://github.com/derian-cordoba/laravel-bump-version/releases)[![License](https://camo.githubusercontent.com/226553fa6fe16ec645012353e1c4a674c7c6a5ad48738cdab6f0c751517d72ed/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f64657269616e2d636f72646f62612f6c61726176656c2d62756d702d76657273696f6e)](LICENSE)

**Laravel Bump Version** is a lightweight library to handle semantic version bumping (`major.minor.patch`) in Laravel projects.

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

[](#installation)

Install it via Composer:

```
composer require derian-cordoba/laravel-bump-version
```

Integration
-----------

[](#integration)

### Register the Service Provider

[](#register-the-service-provider)

Add the service provider in your `bootstrap/providers.php` (after Laravel 11.x) if you are not using package auto-discovery:

```
