PHPackages                             irfan-chowdhury/version-elevate - 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. irfan-chowdhury/version-elevate

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

irfan-chowdhury/version-elevate
===============================

This package will notify the buyers about the new version and it can upgrade their current app to the new version.

v1.0.2(2y ago)549MITPHPPHP &gt;=8.1

Since Aug 25Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Irfan-Chowdhury/version-elevate)[ Packagist](https://packagist.org/packages/irfan-chowdhury/version-elevate)[ Docs](https://github.com/Irfan-Chowdhury/version-elevate)[ RSS](/packages/irfan-chowdhury-version-elevate/feed)WikiDiscussions main Synced 1mo ago

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

Version Elevate
===============

[](#version-elevate)

About
-----

[](#about)

In the context of software development, situations often arise where existing applications, already utilized by a substantial client base, require updates either to introduce novel features or rectify unexpected bugs. In both scenarios, a reliable system is essential to effectively notify your established client base, encouraging them to seamlessly transition to the latest version or promptly apply bug fixes. This process resembles the strategies employed by various software platforms.

By seamlessly integrating this feature into your application, you can precisely orchestrate the desired outcome. When envisioning this integration, consider the intricate balance between innovation and stability. On one hand, new features enhance your application's utility; on the other hand, addressing bugs showcases a commitment to quality and user satisfaction.

Requirements
------------

[](#requirements)

```
"require": {
    "php": ">= 8.0",
    "laravel/framework": ">= 9.0"
},
```

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

[](#installation)

You can install the package via composer:

```
composer require irfan-chowdhury/version-elevate
```

Configuration
-------------

[](#configuration)

After completing the installation, you can publish with:

```
php artisan vendor:publish --provider="IrfanChowdhury\VersionElevate\VersionElevateServiceProvider"
```

Service Provider Registration In `config/app.php`, add in providers array -

```
'providers' => [
    /*
    * Package Service Providers...
    */
    IrfanChowdhury\VersionElevate\VersionElevateServiceProvider::class,
],
```

#### Environement Variable (.ENV)

[](#environement-variable-env)

```
# DEMO | DEVELOPER | CLIENT
PRODUCT_MODE=DEMO
VERSION=1.2.3
TARGET_URL="https://your_domain.com"
```

Here we used **DEMO** which indicate the original app which is now online server.

Notes
-----

[](#notes)

#### (i) PRODUCT\_MODE :

[](#i-product_mode-)

- **DEVELOPER** : To access for developers.
- **CLIENT** : For production I mean when the clients use your application and they can get notification and update.
- **DEMO** : Client's product have to connect with a main server to transfer files and others from main server to client server. So there should be a primary server for control.

#### (ii) For Version Upgrade - you should follow these points for Demo/Main App :

[](#ii-for-version-upgrade---you-should-follow-these-points-for-demomain-app-)

- Client Version Number &gt;= Minimum Required Version
- In general setting, Latest Version Upgrade should be ***Checked***
- Product Mode have to set ***DEMO***
- Demo Version Number &gt; Client Version Number

Developer Section
-----------------

[](#developer-section)

(This section will be not visible to the clients)

### General Setting

[](#general-setting)

- Goto the url to access: your\_domain\_name.com/developer-section
- Product mode should be **DEVELOPER** and you have to set it and control from **`.env`** file.
- A version number has required.
- A minimum version number has been required. Suppose you have a lot of versions `v1.0.0` to `v5.0.0` . In some case old version can not support with latest version feaures. Let if any version is `v3.0.0` then it will migrate to latest version easily without any hassle. This time it should be minimum required version.
- **Latest Version Upgrade** : You have to enable this when a new version will be released so that old clients get notification and can update.
- **Latest Version DB Migrate** : If need to DB migrate, then you have to enable this also.
- **Version Upgrade URL :** In your server, you have to create a directory and all necessary files have to import there so that the files from here can transfer into client server.

[![General Section](https://camo.githubusercontent.com/6a941e76269ee3b2a1c6acb614aee5990805c025ab3ae3a70869006ce5032899/68747470733a2f2f736e6970626f6172642e696f2f6446783368542e6a7067)](https://camo.githubusercontent.com/6a941e76269ee3b2a1c6acb614aee5990805c025ab3ae3a70869006ce5032899/68747470733a2f2f736e6970626f6172642e696f2f6446783368542e6a7067)

### Version Upgrade Setting

[](#version-upgrade-setting)

- In **Files** section you have to input file name which file you want to transfer from your main server to client server.
- In **Logs** section clients can see the change log details.
- In **Short Note** section, you can set a important note for the clients if need.

[![Version Upgrade Setting](https://camo.githubusercontent.com/4f36cd7dfffa40522cc95831a76bc51a31feb1ab64873ffbbec7a97f28c5171e/68747470733a2f2f736e6970626f6172642e696f2f69317442534a2e6a7067)](https://camo.githubusercontent.com/4f36cd7dfffa40522cc95831a76bc51a31feb1ab64873ffbbec7a97f28c5171e/68747470733a2f2f736e6970626f6172642e696f2f69317442534a2e6a7067)

Client Section
--------------

[](#client-section)

- Goto the url to access: \[your\_domain\_name.com/version-elevate-dashboard\]() - If any new version release, then client will get a notification message in dashboard. They have to click on ***Click Here*** option to see the details page. [![Version Upgrade Notification](https://camo.githubusercontent.com/bf0cdc1ee60e8a808e5c10db1e2269aabc9054b4dbe5f778629a61f3aac77658/68747470733a2f2f736e6970626f6172642e696f2f647866626c4e2e6a7067)](https://camo.githubusercontent.com/bf0cdc1ee60e8a808e5c10db1e2269aabc9054b4dbe5f778629a61f3aac77658/68747470733a2f2f736e6970626f6172642e696f2f647866626c4e2e6a7067)

### Version Upgrade Page

[](#version-upgrade-page)

- Client will see all details such version number, note and change log details.

[![Version Upgrade Page](https://camo.githubusercontent.com/e335806e1e53584920ca3748245e64db14580628436a747f127186c8b6037aa4/68747470733a2f2f736e6970626f6172642e696f2f573548426b662e6a7067)](https://camo.githubusercontent.com/e335806e1e53584920ca3748245e64db14580628436a747f127186c8b6037aa4/68747470733a2f2f736e6970626f6172642e696f2f573548426b662e6a7067)

- After clicking Upgrade button, it will upgrade process automatically then will see a success message and new version number will setup in your application automatically.

[![Version Upgrade page](https://camo.githubusercontent.com/e043937b8bc647abcf03c0c2241116f8766bc085b20f21f2cee9dd1af52a6ebd/68747470733a2f2f736e6970626f6172642e696f2f5644486f58692e6a7067)](https://camo.githubusercontent.com/e043937b8bc647abcf03c0c2241116f8766bc085b20f21f2cee9dd1af52a6ebd/68747470733a2f2f736e6970626f6172642e696f2f5644486f58692e6a7067)

***Some Challenge :***

- If any issues arise, then clients have to contact with the support team.

[![Version Upgrade Error](https://camo.githubusercontent.com/5a27e6042fe67e3aadd174a9d660db9586d3aefe55e0e1f435e57746ed7c5ad1/68747470733a2f2f736e6970626f6172642e696f2f3757343641592e6a7067)](https://camo.githubusercontent.com/5a27e6042fe67e3aadd174a9d660db9586d3aefe55e0e1f435e57746ed7c5ad1/68747470733a2f2f736e6970626f6172642e696f2f3757343641592e6a7067)

Visit
-----

[](#visit)

Packagist :

Credits
-------

[](#credits)

- Structure follow from - [spatie/package-skeleton-laravel](https://github.com/spatie/package-skeleton-laravel)
- Laravel Testing Helper for Packages Development: [testbench](https://github.com/orchestral/testbench)
- PHP Testing Framework : [PEST](https://pestphp.com/)
- Coding Style : [Laravel Pint](https://laravel.com/docs/10.x/pint)

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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

Total

6

Last Release

910d ago

Major Versions

v0.2.1 → v1.0.02023-08-27

PHP version history (2 changes)v0.1.0PHP &gt;=7.4

v1.0.1PHP &gt;=8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/8ba41761494aa6c0e083c839276610c1cf14dd3fb4c6ed2a65228aa377b5746d?d=identicon)[Irfan-Chowdhury](/maintainers/Irfan-Chowdhury)

---

Top Contributors

[![Irfan-Chowdhury](https://avatars.githubusercontent.com/u/32363317?v=4)](https://github.com/Irfan-Chowdhury "Irfan-Chowdhury (14 commits)")

---

Tags

laravelphpauto-updateversion auto updatenew version notify

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/irfan-chowdhury-version-elevate/health.svg)

```
[![Health](https://phpackages.com/badges/irfan-chowdhury-version-elevate/health.svg)](https://phpackages.com/packages/irfan-chowdhury-version-elevate)
```

###  Alternatives

[tightenco/ziggy

Use your Laravel named routes in JavaScript.

4.3k41.6M267](/packages/tightenco-ziggy)[wireui/wireui

TallStack components

1.8k1.3M16](/packages/wireui-wireui)[ramonrietdijk/livewire-tables

Dynamic tables for models with Laravel Livewire

21147.4k](/packages/ramonrietdijk-livewire-tables)[nickurt/laravel-akismet

Akismet for Laravel 11.x/12.x/13.x

97139.6k2](/packages/nickurt-laravel-akismet)

PHPackages © 2026

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