PHPackages                             laravel-versio/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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. laravel-versio/laravel-versio

AbandonedLibrary[Logging &amp; Monitoring](/categories/logging)

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

Laravel 5 versio package

1.13.1(8y ago)147MITPHPPHP &gt;=5.6.0

Since Jun 4Pushed 8y ago1 watchersCompare

[ Source](https://github.com/Cannonb4ll/LaravelVersio)[ Packagist](https://packagist.org/packages/laravel-versio/laravel-versio)[ RSS](/packages/laravel-versio-laravel-versio/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (7)Dependencies (1)Versions (8)Used By (0)

Laravel Versio
==============

[](#laravel-versio)

Laravel 5 package for communicating with the API from versio.nl

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

[](#installation)

You can install the package through Composer.

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

You must install this service provider.

```
// config/app.php
'providers' => [
    LaravelVersio\ServiceProvider::class,
];
```

Then publish the config and migration file of the package using artisan.

```
php artisan vendor:publish --provider="LaravelVersio\ServiceProvider"
```

And adjust config file (`config/versio.php`) with your desired settings.

Usage
-----

[](#usage)

All that is left to do is to define 3 ENV configuration variables.

```
VERSIO_EMAIL=
VERSIO_PASSWORD=
VERSIO_TEST=

```

Next you can use it like this:

```
$versio = new LaravelVersio;
```

`$versio` will now have the following modules available:

```
->domains()
    ->lists() // overview of all domains
    ->get($domain) // domain info
    ->getDnsRecords($domain) // domain dns records
    ->register($domain, (int) $contactId, (int) $years, array $nameservers) // register domain
    ->renew($domain, (int) $years) // renew a domain
    ->update($domain, $data) // update a domain
    ->available($domain) // check if a domain is available
    ->setDnsManagement($domain) // set domain on DNS management
    ->setNameServerManagement($domain) // set domain on nameserver management
->contacts()
    ->get((int) $contactId) // get a contact
    ->create(array $data) // create a contact
    ->delete((int) $contactId) // delete a contact
    ->lists() // overview of all contacts
->tlds()
    ->prices() // overview for prices
    ->info($tld) // tld info
->dnsTemplate()
    ->lists() // overview of all dns templates
    ->get($dnsTemplateId) // get template info
    ->delete($dnsTemplateId) // delete template
    ->update($dnsTemplateId, array $data) // update a template
    ->create(array $data) // create a template
```

Example:
--------

[](#example)

```
$versio = new Versio;

$domain = $versio->domains()->get('google.com');

// $domain contains data now
```

Another example:
----------------

[](#another-example)

```
$contact = (new Versio)->contacts()->get(55);

// $contact contains contact data now
```

You will have to get the API documentation from VERSIO to see what you can fill in the arrays:

License
-------

[](#license)

The laravel versio package is open source software licensed under the [license MIT](http://opensource.org/licenses/MIT)

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

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

Recently: every ~24 days

Total

7

Last Release

3164d ago

### Community

Maintainers

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

---

Top Contributors

[![Cannonb4ll](https://avatars.githubusercontent.com/u/3110750?v=4)](https://github.com/Cannonb4ll "Cannonb4ll (11 commits)")

---

Tags

apilaravellaravel-versioversiologlaravelerror

### Embed Badge

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

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

###  Alternatives

[larabug/larabug

Laravel 6.x/7.x/8.x/9.x/10.x/11.x/12.x/13.x bug notifier

299549.3k1](/packages/larabug-larabug)[saasscaleup/laravel-log-alarm

Laravel log Alarm help you to set up alarm when errors occur in your system and send you a notification via Slack and email

27025.0k](/packages/saasscaleup-laravel-log-alarm)[guanguans/laravel-exception-notify

Monitor exception and report to the notification channels(Log、Mail、AnPush、Bark、Chanify、DingTalk、Discord、Gitter、GoogleChat、IGot、Lark、Mattermost、MicrosoftTeams、NowPush、Ntfy、Push、Pushback、PushBullet、PushDeer、PushMe、Pushover、PushPlus、QQ、RocketChat、ServerChan、ShowdocPush、SimplePush、Slack、Telegram、WeWork、WPush、XiZhi、YiFengChuanHua、ZohoCliq、ZohoCliqWebHook、Zulip).

14642.7k1](/packages/guanguans-laravel-exception-notify)[yaro/log-envelope

Laravel 5 email on error

4147.0k](/packages/yaro-log-envelope)[hosmelq/laravel-logsnag

Integrate the power of LogSnag's real-time event tracking into your Laravel application.

237.9k](/packages/hosmelq-laravel-logsnag)

PHPackages © 2026

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