PHPackages                             veryard/laravel-vultr - 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. veryard/laravel-vultr

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

veryard/laravel-vultr
=====================

Laravel Vultr

04PHP

Since Jun 16Pushed 3y ago1 watchersCompare

[ Source](https://github.com/veryard/laravel-vultr)[ Packagist](https://packagist.org/packages/veryard/laravel-vultr)[ RSS](/packages/veryard-laravel-vultr/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

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

[](#installation)

Laravel Vultr requires [PHP](https://php.net) 7.2-8.1. This particular version supports Laravel 8-9.

To install the latest version, simple require this package using [Composer](https://getcomposer.org). Currently the only working adapter is CURL.

```
$ composer require "veryard/laravel-vultr"
```

Once installed, if you are not using automatic package discovery, then you need to register the `Vultr\Laravel\VultrServiceProvider` service provider in your `config/app.php`.

You can also optionally alias our facade:

```
        'Vultr' => Vultr\Laravel\Facades\Vultr::class,
```

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

[](#configuration)

Laravel Vultr requires connection configuration

To get start, you'll need to pubish the vendor assets:

```
$ php artisan vendor:publish --provider="Vultr\Laravel\VultrServiceProvider"
```

This will create a `config/vultr.php` file in your app, you will need to add the following to your `.ENV`

```
VULTR_API_TOKEN="YOUR_TOKEN"

```

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity25

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/661659c5ac638a2ba84deb55045f752af6e37919cfb6959da3e7861ca0dcffc7?d=identicon)[brad](/maintainers/brad)

---

Top Contributors

[![veryard](https://avatars.githubusercontent.com/u/3941758?v=4)](https://github.com/veryard "veryard (5 commits)")

### Embed Badge

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

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

###  Alternatives

[studioespresso/craft-date-range

Date range field

1222.6k1](/packages/studioespresso-craft-date-range)

PHPackages © 2026

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