PHPackages                             vursion/vursion - 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. vursion/vursion

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

vursion/vursion
===============

vursion

1.9.0(2mo ago)613.1k↓33.3%3MITPHPPHP ^5.4 || ^5.5 || ^5.6 || ^7.0 || ^7.1 || ^7.2 || ^7.3 || ^7.4 || ^8.0 || ^8.1 || ^8.2 || ^8.3 || ^8.4 || ^8.5CI passing

Since Mar 3Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/vursion/vursion)[ Packagist](https://packagist.org/packages/vursion/vursion)[ Docs](https://github.com/vursion/vursion)[ GitHub Sponsors](https://github.com/vursion)[ RSS](/packages/vursion-vursion/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (8)Versions (28)Used By (0)

VURSION
=======

[](#vursion)

The missing monitor!

[![Latest Version on Packagist](https://camo.githubusercontent.com/9fc8a166daccbb0c86101591ea63629b9cefbb0c96007469048cce050a838cf0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f76757273696f6e2f76757273696f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/vursion/vursion)[![Tests](https://github.com/vursion/vursion/workflows/tests/badge.svg)](https://github.com/vursion/vursion/workflows/tests/badge.svg)[![Total Downloads](https://camo.githubusercontent.com/982f8ca2f2a4430ac22dbca3a5e6ad78ec0a95398729fabbef4279bda0882ea0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f76757273696f6e2f76757273696f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/vursion/vursion)

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

[](#installation)

You can install the package via composer:

```
composer require vursion/vursion
```

***No need to register the service provider if you're using Laravel &gt;= 5.5. The package will automatically register itself.***Once the package is installed, you can register the service provider in `config/app.php` in the providers array:

```
'providers' => [
	...
	Vursion\Vursion\VursionServiceProvider::class
],
```

Configure your vursion API key in your `.env` file.

```
VURSION_KEY=
```

To publish the config file to `config/vursion.php` run:

```
php artisan vursion:publish
```

This is the content of the published config file:

```
return [

    'key' => env('VURSION_KEY'),

    'enabled' => env('VURSION_ENABLED', true),

];
```

### Don't forget to add the cron job needed to trigger Laravel’s scheduling!

[](#dont-forget-to-add-the-cron-job-needed-to-trigger-laravels-scheduling)

Please see  for more information on adding the cron entry to your server.

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Jochen Sengier](https://github.com/celcius-jochen)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

58

—

FairBetter than 98% of packages

Maintenance87

Actively maintained with recent releases

Popularity31

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity84

Battle-tested with a long release history

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

Recently: every ~183 days

Total

27

Last Release

62d ago

Major Versions

0.0.13 → 1.0.02021-03-01

PHP version history (8 changes)0.0.1PHP ^5.4 || ^7.0

0.0.12PHP ^5.4 || ^7.0 || ^8.0

1.2.0PHP ^5.4 || ^7.0 || ^8.0 || ^8.1

1.3.0PHP ^5.4 || ^7.0 || ^7.1 || ^7.2 || ^7.3 || ^7.4 || ^8.0 || ^8.1

1.4.0PHP ^5.4 || ^5.5 || ^5.6 || ^7.0 || ^7.1 || ^7.2 || ^7.3 || ^7.4 || ^8.0 || ^8.1 || ^8.2

1.6.0PHP ^5.4 || ^5.5 || ^5.6 || ^7.0 || ^7.1 || ^7.2 || ^7.3 || ^7.4 || ^8.0 || ^8.1 || ^8.2 || ^8.3

1.7.2PHP ^5.4 || ^5.5 || ^5.6 || ^7.0 || ^7.1 || ^7.2 || ^7.3 || ^7.4 || ^8.0 || ^8.1 || ^8.2 || ^8.3 || ^8.4

1.9.0PHP ^5.4 || ^5.5 || ^5.6 || ^7.0 || ^7.1 || ^7.2 || ^7.3 || ^7.4 || ^8.0 || ^8.1 || ^8.2 || ^8.3 || ^8.4 || ^8.5

### Community

Maintainers

![](https://www.gravatar.com/avatar/b5d33f1ee1d57422623543dd00f0399ae238171eb7006b62ddfdc6640e679205?d=identicon)[jochensengier](/maintainers/jochensengier)

---

Top Contributors

[![jochensengier](https://avatars.githubusercontent.com/u/10118729?v=4)](https://github.com/jochensengier "jochensengier (104 commits)")

---

Tags

composerdependenciesenvlaravelnpmphpversion-managerlaravelvursion

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/vursion-vursion/health.svg)

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

###  Alternatives

[akaunting/laravel-money

Currency formatting and conversion package for Laravel

7825.3M18](/packages/akaunting-laravel-money)[gehrisandro/tailwind-merge-laravel

TailwindMerge for Laravel merges multiple Tailwind CSS classes by automatically resolving conflicts between them

341682.2k18](/packages/gehrisandro-tailwind-merge-laravel)[backpack/basset

Dead-simple way to load CSS or JS assets only once per page, when using Laravel 10+.

202832.4k6](/packages/backpack-basset)[firefly-iii/data-importer

Firefly III Data Import Tool.

7545.8k](/packages/firefly-iii-data-importer)[bensampo/laravel-embed

Painless responsive embeds for videos, slideshows and more.

142146.8k](/packages/bensampo-laravel-embed)[glhd/conveyor-belt

14797.0k](/packages/glhd-conveyor-belt)

PHPackages © 2026

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