dotworkers/casino25-api-client

There is no license information available for the latest version (v1.0.0) of this package.

v1.0.0 2019-01-18 21:36 UTC

This package is auto-updated.

Last update: 2024-05-19 09:49:10 UTC


README

PHP API Client for Casino v2.5

All of the information you need you can find on Wiki Home Page

Example of usage:

<?php
use outcomebet\casino25\api\client\Client;

require __DIR__.'/vendor/autoload.php';

$client = new Client(array(
        'url' => 'https://api.casinovegas.org/v1/',
        'sslKeyPath' => __DIR__.'/ssl/apikey.pem',
));

var_export($client->listGames());