PHP code example of benyazi / vscale-php-api
1. Go to this page and download the library: Download benyazi/vscale-php-api library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
benyazi / vscale-php-api example snippets
$client = new \Benyazi\VscaleApi\Client(API_TOKEN);
$balance = $client->getBillingBalance();
$plans = $client->getBillingPrices()["default"];
$scalets = $client->getScalets();
php composer.phar
js
"benyazi/vscale-php-api": "dev-master"