dotworkers/casino25-api-client

此包最新版本(v1.0.0)没有可用的许可信息。

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

This package is auto-updated.

Last update: 2024-09-19 10:36:10 UTC


README

Casino v2.5 的 PHP API 客户端

所有你需要的信息都可以在 Wiki 主页 上找到

使用示例

<?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());