承接 casino25/php-api-client 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

casino25/php-api-client

最新稳定版本:v1.2.2

Composer 安装命令:

composer require casino25/php-api-client

包简介

无描述信息

README 文档

README

PHP API Client for Casino v2.5

Requirements

  • PHP 5.6.3 or higher
  • The phpseclib3 library.
    • (required for secure 64-bit nonce generation used by the signature mechanism)
  • OpenSSL and cURL extensions (required by json-rpc client)

Example of usage:

<?php use casino25\api\client\Client; require __DIR__.'/vendor/autoload.php'; $client = new Client(array( 'url' => 'https://api.example.com/v1/', // You'll get it with documentation. 'sslKeyPath' => __DIR__.'/ssl/apikey.pem', )); var_export($client->listGames());

Example of usage with signature authentication method:

NOTE: Please refer to corresponding documentation regarding the "Signature authentication method".

<?php use casino25\api\client\Client; require __DIR__.'/vendor/autoload.php'; $client = new Client(array( 'url' => 'https://customer.exammple.com/v1/signed/', 'debug' => true, 'ssl_verification' => false, 'signature_verification' => true, 'signature' => array( 'key_id' => 'example-key', 'key_value' => 'ExampleKeyValue', 'casino_id' => $myCasinoID, 'nonce_start' => $randomNonceInt64, ), )); var_export($client->listGames([]));

统计信息

  • 总下载量: 10.66k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 3
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2026-01-04

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固