PHPackages                             macromindonline/vultr-api-client - 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. [API Development](/categories/api)
4. /
5. macromindonline/vultr-api-client

ActiveLibrary[API Development](/categories/api)

macromindonline/vultr-api-client
================================

PHP API client for api.vultr.com

1.1.2(8y ago)017MITPHPPHP &gt;=5.4.0

Since Mar 7Pushed 8y ago1 watchersCompare

[ Source](https://github.com/macromindonline/vultr-api-client)[ Packagist](https://packagist.org/packages/macromindonline/vultr-api-client)[ Docs](https://github.com/malc0mn/vultr-api-client)[ RSS](/packages/macromindonline-vultr-api-client/feed)WikiDiscussions master Synced 1mo ago

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

PHP API Client for api.vultr.com
================================

[](#php-api-client-for-apivultrcom)

[![Build Status](https://camo.githubusercontent.com/b233f90ca78ed373c943ef98ba38d729c657b2cc42fba73d86fe4d43b4087e4c/68747470733a2f2f7472617669732d63692e6f72672f6d616c63306d6e2f76756c74722d6170692d636c69656e742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/malc0mn/vultr-api-client)[![Latest Stable Version](https://camo.githubusercontent.com/1f4eb9200a685936e5774509028c5fb35c6dbc8fecbabd62c03ee1a0f0ebff63/68747470733a2f2f706f7365722e707567782e6f72672f6d616c63306d6e2f76756c74722d6170692d636c69656e742f762f737461626c65)](https://packagist.org/packages/malc0mn/vultr-api-client)[![Total Downloads](https://camo.githubusercontent.com/2f23a4959c6635776451c00395a9d609e2783c78178023b6ba27cd0ba5c9b4a0/68747470733a2f2f706f7365722e707567782e6f72672f6d616c63306d6e2f76756c74722d6170692d636c69656e742f646f776e6c6f616473)](https://packagist.org/packages/malc0mn/vultr-api-client)[![Latest Unstable Version](https://camo.githubusercontent.com/a10e84e80017ee7be2bb0cd47036549e9930c12daba9e2d76f8e7967e4df7630/68747470733a2f2f706f7365722e707567782e6f72672f6d616c63306d6e2f76756c74722d6170692d636c69656e742f762f756e737461626c65)](https://packagist.org/packages/malc0mn/vultr-api-client)[![License](https://camo.githubusercontent.com/608058d0fe6c3ea41c0d671e6c737f88b764df29eae11a3bd1c20172f3e08645/68747470733a2f2f706f7365722e707567782e6f72672f6d616c63306d6e2f76756c74722d6170692d636c69656e742f6c6963656e7365)](https://packagist.org/packages/malc0mn/vultr-api-client)[![SensioLabsInsight](https://camo.githubusercontent.com/d903bb79dcf99ebb3a9de442ca49d13c6aefb1cde224d1833a342c26b7cf4399/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f32346536666166382d306261612d346266382d613932312d3737623234653834666161332f6d696e692e706e67)](https://insight.sensiolabs.com/projects/24e6faf8-0baa-4bf8-a921-77b24e84faa3)

Install using composer
----------------------

[](#install-using-composer)

Open a shell, `cd` to your poject and type:

```
composer require malc0mn/vultr-api-client
```

or edit composer.json and add:

```
{
    "require": {
        "malc0mn/vultr-api-client": "~1.0"
    }
}
```

If you want to use the `GuzzleHttpAdapter`, you will need to add [Guzzle 5](https://github.com/guzzle/guzzle/tree/5.3)or [Guzzle 6](https://github.com/guzzle/guzzle).

Usage examples
--------------

[](#usage-examples)

###### Guzzle

[](#guzzle)

```
require 'vendor/autoload.php';

use Vultr\VultrClient;
use Vultr\Adapter\GuzzleHttpAdapter;

// Using Guzzle 5 or 6...
$client = new VultrClient(
    new GuzzleHttpAdapter('your-api-key')
);

$result = $client->metaData()->getAccountInfo();

var_export($result);
```

###### CURL

[](#curl)

```
require 'vendor/autoload.php';

use Vultr\VultrClient;
use Vultr\Adapter\CurlAdapter;

// Using regular CURL, courtesy of 'usefulz'
$client = new VultrClient(
    new CurlAdapter('your-api-key')
);

$result = $client->metaData()->getAccountInfo();

var_export($result);
```

Vultr API documentation
-----------------------

[](#vultr-api-documentation)

The full API documentation can be found on  and has been partly added to the PHP DocBlocks companioning the PHP functions that implement the actual calls.

Credits
-------

[](#credits)

The original version of this API is done by [usefulz](https://github.com/usefulz/vultr-api-client). This version has been forked by [integr.io](http://integr.io/) for use in one of our Symfony applications. It has been reworked with extensibility and ease of use in mind.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 79.3% 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 ~190 days

Total

4

Last Release

3142d ago

### Community

Maintainers

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

---

Top Contributors

[![malc0mn](https://avatars.githubusercontent.com/u/3725436?v=4)](https://github.com/malc0mn "malc0mn (69 commits)")[![usefulz](https://avatars.githubusercontent.com/u/430161?v=4)](https://github.com/usefulz "usefulz (13 commits)")[![jeichorn](https://avatars.githubusercontent.com/u/122486?v=4)](https://github.com/jeichorn "jeichorn (5 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/macromindonline-vultr-api-client/health.svg)

```
[![Health](https://phpackages.com/badges/macromindonline-vultr-api-client/health.svg)](https://phpackages.com/packages/macromindonline-vultr-api-client)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M475](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M270](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M186](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M33](/packages/facebook-php-business-sdk)[microsoft/microsoft-graph

The Microsoft Graph SDK for PHP

65723.5M95](/packages/microsoft-microsoft-graph)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)

PHPackages © 2026

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