PHPackages                             vexura/vpnresellers-api - 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. vexura/vpnresellers-api

ActiveLibrary[API Development](/categories/api)

vexura/vpnresellers-api
=======================

A full-featured implementation of the VPNResellers API

1.0.8(1y ago)03971GPL-3.0-or-laterPHPPHP &gt;=7.2

Since Oct 21Pushed 1y agoCompare

[ Source](https://github.com/Vexura/vpnresellers-api)[ Packagist](https://packagist.org/packages/vexura/vpnresellers-api)[ RSS](/packages/vexura-vpnresellers-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (9)Dependencies (2)Versions (10)Used By (0)

VPNResellers PHP API Client
===========================

[](#vpnresellers-php-api-client)

This **PHP 7.2+** library allows you to communicate with the VPNResellers-API.

[![Latest Stable Version](https://camo.githubusercontent.com/e8c41ab31a5d55d27be194491a5883eb59dc0b1517b9e95b65b2b5e7f8c75ca5/687474703a2f2f706f7365722e707567782e6f72672f7665787572612f76706e726573656c6c6572732d6170692f76)](https://packagist.org/packages/vexura/vpnresellers-api) [![Total Downloads](https://camo.githubusercontent.com/83b7e6f04f008be20d2969cb83531c802451cf985147f5e830a1d742f25a78b9/687474703a2f2f706f7365722e707567782e6f72672f7665787572612f76706e726573656c6c6572732d6170692f646f776e6c6f616473)](https://packagist.org/packages/vexura/vpnresellers-api) [![Latest Unstable Version](https://camo.githubusercontent.com/5ebc01cc0f4efd57c53e8f1ea276160ac87f3c5f3cab59b31d18059bd49f234c/687474703a2f2f706f7365722e707567782e6f72672f7665787572612f76706e726573656c6c6572732d6170692f762f756e737461626c65)](https://packagist.org/packages/vexura/vpnresellers-api) [![License](https://camo.githubusercontent.com/4ccd30326e223e2c0dcbb3fb0bd561b754985a2ca08935607b61eff91b2ba87b/687474703a2f2f706f7365722e707567782e6f72672f7665787572612f76706e726573656c6c6572732d6170692f6c6963656e7365)](https://packagist.org/packages/vexura/vpnresellers-api) [![PHP Version Require](https://camo.githubusercontent.com/43e2e254a1f2a1292bd28b020ee102a5de529f88cf01e8ed3b6d924e134c4ca5/687474703a2f2f706f7365722e707567782e6f72672f7665787572612f76706e726573656c6c6572732d6170692f726571756972652f706870)](https://packagist.org/packages/vexura/vpnresellers-api)

> You can find the full API documentation [here](https://api.vpnresellers.com/docs/v3_1)!

Getting Started
---------------

[](#getting-started)

Recommended installation is using **Composer**!

In the root of your project execute the following:

```
$ composer require vexura/vpnresellers-api
```

Or add this to your `composer.json` file:

```
{
    "require": {
        "vexura/vpnresellers-api": "^1.0"
    }
}
```

Then perform the installation:

```
$ composer install --no-dev
```

### Examples

[](#examples)

Creating the VPNResellersAPI main object:

```
