PHPackages                             exbil/vpnresellers-php-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. [HTTP &amp; Networking](/categories/http)
4. /
5. exbil/vpnresellers-php-api

ActiveLibrary[HTTP &amp; Networking](/categories/http)

exbil/vpnresellers-php-api
==========================

A full-featured implementation of the VPNResellers API Client

v3.2(1y ago)011GPL-3.0-or-laterPHPPHP &gt;=7.2CI passing

Since Oct 16Pushed 1y agoCompare

[ Source](https://github.com/Exbil/vpnresellers-php-api)[ Packagist](https://packagist.org/packages/exbil/vpnresellers-php-api)[ RSS](/packages/exbil-vpnresellers-php-api/feed)WikiDiscussions development Synced 1mo ago

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

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

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

[![visitors](https://camo.githubusercontent.com/74e3ad5825bcbfac160b6c10241817770f5c0bef62bba9481c6a56fc1a09d00d/68747470733a2f2f76697369746f722d62616467652e6c616f62692e6963752f62616467653f706167655f69643d657862696c2e76706e726573656c6c6572732d7068702d617069)](https://camo.githubusercontent.com/74e3ad5825bcbfac160b6c10241817770f5c0bef62bba9481c6a56fc1a09d00d/68747470733a2f2f76697369746f722d62616467652e6c616f62692e6963752f62616467653f706167655f69643d657862696c2e76706e726573656c6c6572732d7068702d617069)[![](https://camo.githubusercontent.com/f95589c7d094171de001bd17718ce5087c2f0d3b34cfea156a2f50dede5e687f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f737461626c652d762e312e302d696e666f726d6174696f6e616c3f7374796c653d666c6174266c6f676f436f6c6f723d776869746526636f6c6f723d366161366638)](https://camo.githubusercontent.com/f95589c7d094171de001bd17718ce5087c2f0d3b34cfea156a2f50dede5e687f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f737461626c652d762e312e302d696e666f726d6174696f6e616c3f7374796c653d666c6174266c6f676f436f6c6f723d776869746526636f6c6f723d366161366638)[![](https://camo.githubusercontent.com/74c02ebafa99db5ec618934969f4f0ec49df8f179e371a4d2d3e4b5fabf50bab/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d696e666f726d6174696f6e616c3f7374796c653d666c6174266c6f676f436f6c6f723d776869746526636f6c6f723d366161366638)](https://camo.githubusercontent.com/74c02ebafa99db5ec618934969f4f0ec49df8f179e371a4d2d3e4b5fabf50bab/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d696e666f726d6174696f6e616c3f7374796c653d666c6174266c6f676f436f6c6f723d776869746526636f6c6f723d366161366638)

Getting Started
===============

[](#getting-started)

### Requirements

[](#requirements)

- [**PHP 8.3+**](https://www.php.net/downloads.php)
- Extensions: [Composer](https://getcomposer.org/), [PHP-JSON](https://www.php.net/manual/en/book.json.php)

⚒️ Install
==========

[](#️-install)

In the root of your project execute the following:

```
composer require exbil/vpnresellers-php-api
```

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

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

Then perform the installation:

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

📑 Usage
=======

[](#-usage)

Search for the official API Documentation [here](https://api.vpnresellers.com/docs/v3_1).
You need an [API Key](https://app.vpnresellers.com/api-access) for that.

### 🗃️ Basic

[](#️-basic)

```
