PHPackages                             madeitbelgium/laravel-versio - 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. madeitbelgium/laravel-versio

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

madeitbelgium/laravel-versio
============================

PHP Laravel Versio

0.2.0(5y ago)0201LGPL-3.0-or-laterPHPPHP &gt;=5.6CI failing

Since Mar 3Pushed 5y ago1 watchersCompare

[ Source](https://github.com/madeITBelgium/Laravel-Versio)[ Packagist](https://packagist.org/packages/madeitbelgium/laravel-versio)[ Docs](http://www.madeit.be)[ GitHub Sponsors](https://github.com/madeitbelgium)[ RSS](/packages/madeitbelgium-laravel-versio/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)Dependencies (7)Versions (3)Used By (0)

PHP Laravel Versio
==================

[](#php-laravel-versio)

[![Build Status](https://camo.githubusercontent.com/935c34b1192bcee078d97b0235f917b35dd18c4afcc4a863ccd0691e94630c43/68747470733a2f2f7472617669732d63692e6f72672f6d616465495442656c6769756d2f4c61726176656c2d56657273696f2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/madeITBelgium/Laravel-Versio)[![Coverage Status](https://camo.githubusercontent.com/57f02128d70d5c7e35b0771ce0b00663c265ae26f6f8aae51b9cbc60999d5670/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f6d616465495442656c6769756d2f4c61726176656c2d56657273696f2f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/madeITBelgium/Laravel-Versio?branch=master)[![Maintainability](https://camo.githubusercontent.com/9a6e838b38fc0d4f3804a6649d4634bde72efe513bc06e7a024d18bbfb3bd7c6/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f61303264356365333162636363653039343036382f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/madeITBelgium/Laravel-Versio/maintainability)[![Latest Stable Version](https://camo.githubusercontent.com/2915317f629e8ecd378f72983a4a7e5f6b7631beae1457f6f3c24e4bdf28da0e/68747470733a2f2f706f7365722e707567782e6f72672f6d616465495442656c6769756d2f4c61726176656c2d56657273696f2f762f737461626c652e737667)](https://packagist.org/packages/madeITBelgium/Laravel-Versio)[![Latest Unstable Version](https://camo.githubusercontent.com/81272da75ba387223b64cb630ee86d05217d073afea0170de6d7540100af2c5b/68747470733a2f2f706f7365722e707567782e6f72672f6d616465495442656c6769756d2f4c61726176656c2d56657273696f2f762f756e737461626c652e737667)](https://packagist.org/packages/madeITBelgium/Laravel-Versio)[![Total Downloads](https://camo.githubusercontent.com/b6164058ddf9ea13e7eb20d44fed781d86b710b2c01fd9d35e47af1130a1828b/68747470733a2f2f706f7365722e707567782e6f72672f6d616465495442656c6769756d2f4c61726176656c2d56657273696f2f642f746f74616c2e737667)](https://packagist.org/packages/madeITBelgium/Laravel-Versio)[![License](https://camo.githubusercontent.com/3329992b1808a08bc7168145a1d324d48b78759d7624112550b8bb631f85a0cd/68747470733a2f2f706f7365722e707567782e6f72672f6d616465495442656c6769756d2f4c61726176656c2d56657273696f2f6c6963656e73652e737667)](https://packagist.org/packages/madeITBelgium/Laravel-Versio)

With this Laravel package you can connect to your vesta cp server.

Installation
============

[](#installation)

Install the package through composer

```
composer require madeitbelgium/laravel-versio
```

Require this package in your `composer.json` and update composer.

```
"madeitbelgium/laravel-versio": "0.*"
```

On laravel Version &lt; 5.5
---------------------------

[](#on-laravel-version--55)

updating composer, add the ServiceProvider to the providers array in `config/app.php`

```
MadeITBelgium\Versio\VersioServiceProvider::class,
```

You can use the facade for shorter code. Add this to your aliases:

```
'Versio' => MadeITBelgium\Versio\VersioFacade::class,
```

On laravel version &gt;= 5.5
----------------------------

[](#on-laravel-version--55-1)

The service provider is auto loaded.

Documentation
=============

[](#documentation)

Usage
-----

[](#usage)

```
use MadeITBelgium\Versio\Versio;

$versio = new Versio($email, $password, null, $test);
```

In laravel you can use the Facade

```
$domains = Versio::domain()->all();
```

Laraval validator
-----------------

[](#laraval-validator)

```
public function store(Request $request) {
    $this->validate($request, ['domainname' => 'domainavailable']);
}
```

The complete documentation can be found at:

Support
=======

[](#support)

Support github or mail:

Contributing
============

[](#contributing)

Please try to follow the psr-2 coding style guide.

License
=======

[](#license)

This package is licensed under LGPL. You are free to use it in personal and commercial projects. The code can be forked and modified, but the original copyright author should always be included!

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity42

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

Total

2

Last Release

2073d ago

### Community

Maintainers

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

---

Top Contributors

[![madeITBelgium](https://avatars.githubusercontent.com/u/20304892?v=4)](https://github.com/madeITBelgium "madeITBelgium (36 commits)")

---

Tags

hostingversio

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/madeitbelgium-laravel-versio/health.svg)

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

###  Alternatives

[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[flarum/core

Delightfully simple forum software.

211.3M1.9k](/packages/flarum-core)[illuminate/broadcasting

The Illuminate Broadcasting package.

7126.5M178](/packages/illuminate-broadcasting)[glhd/conveyor-belt

14797.0k](/packages/glhd-conveyor-belt)[wearepixel/laravel-cart

A cart implementation for Laravel

1310.5k](/packages/wearepixel-laravel-cart)

PHPackages © 2026

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