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
- Host: GitHub
- URL: https://github.com/exbil/vpnresellers-php-api
- Owner: Exbil
- License: agpl-3.0
- Created: 2024-10-16T15:58:56.000Z (over 1 year ago)
- Default Branch: development
- Last Pushed: 2024-10-17T01:07:07.000Z (over 1 year ago)
- Last Synced: 2024-11-20T03:44:33.562Z (over 1 year ago)
- Topics: api, api-client, exbil, php, rest, rest-api, vpnresellers, vpnresellers-api, vpnresellers-api-client
- Language: PHP
- Homepage: https://www.exbil.net
- Size: 19.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 💾 VPNResellers PHP API Client



# 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());
?>
```