PHP code example of casino25 / php-api-client
1. Go to this page and download the library: Download casino25/php-api-client 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/ */
casino25 / php-api-client example snippets
use casino25\api\client\Client;
url' => 'https://api.example.com/v1/', // You'll get it with documentation.
'sslKeyPath' => __DIR__.'/ssl/apikey.pem',
));
var_export($client->listGames());