dotworkers/casino25-api-client

This package is abandoned and no longer maintained. The author suggests using the no option package instead.
There is no license information available for the latest version (v1.0.0) of this package.

Maintainers

Package info

github.com/dotworkers/casino25-api-client

pkg:composer/dotworkers/casino25-api-client

Statistics

Installs: 5 019

Dependents: 0

Suggesters: 0

Stars: 0

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

This package is auto-updated.

Last update: 2025-03-31 14:54:32 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());