PHP code example of lukasss93 / minecraft-premium-account-checker
1. Go to this page and download the library: Download lukasss93/minecraft-premium-account-checker 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/ */
lukasss93 / minecraft-premium-account-checker example snippets
//using the class
use MCPremium\MCPremium;
//include composer autoload
ormations from object
var_dump($response);
//or from array
var_dump($response->toArray());