吉祥游戏/mascot-api-client

此包的最新版本(dev-master)没有提供许可证信息。

dev-master 2021-05-21 16:58 UTC

This package is auto-updated.

Last update: 2024-09-30 11:04:04 UTC


README

PHP API 客户端

使用示例

<?php
use mascotgaming\mascot\api\client\Client;

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

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

var_export($client->listGames());