dotworkers / casino25-api-client
Installs: 4 635
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 5
pkg:composer/dotworkers/casino25-api-client
Requires
- php: >=5.3.0
- fguillot/json-rpc: 1.2.5
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());