An open API service indexing awesome lists of open source software.

https://github.com/exbil/vpnresellers-php-api

A full-featured implementation of the VPNResellers API Client
https://github.com/exbil/vpnresellers-php-api

api api-client exbil php rest rest-api vpnresellers vpnresellers-api vpnresellers-api-client

Last synced: 5 months ago
JSON representation

A full-featured implementation of the VPNResellers API Client

Awesome Lists containing this project

README

          

# 💾 VPNResellers PHP API Client

![visitors](https://visitor-badge.laobi.icu/badge?page_id=exbil.vpnresellers-php-api)
![](https://img.shields.io/badge/stable-v.1.0-informational?style=flat&logoColor=white&color=6aa6f8)
![](https://img.shields.io/badge/license-MIT-informational?style=flat&logoColor=white&color=6aa6f8)

# Getting Started
### 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
In the root of your project execute the following:
```sh
composer require exbil/vpnresellers-php-api
```
or add this to your `composer.json` file:
```json
{
"require": {
"exbil/vpnresellers-php-api": "^1.0"
}
}
```

Then perform the installation:
```sh
$ composer install --no-dev
```

# 📑 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

```php
servers()->getServers());
?>
```