定制 yzpeedro/r6-php-sdk 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

yzpeedro/r6-php-sdk

Composer 安装命令:

composer require yzpeedro/r6-php-sdk

包简介

Software development kit for R6Stats API

README 文档

README

Welcome to Software development kit for R6Stats API

Installation

using composer

composer require yzpeedro/r6-php-sdk

Basic Usage

<?php  

// get psr-4 autoload
require_once "vendor/autoload.php";  

// get RainbowStats classes
use RainbowStats\RainbowStats\Auth\Authentication;  
use RainbowStats\RainbowStats\Stats\Player;  
  
// set yor API_KEY  
$authentication = new Authentication('YOUR_API_KEY');  
  
// get player object  
$player = new Player($authentication, [  
  'username' => 'Mumiia661',  
  'platform' => 'pc'  
]);  
  
// get all player information  
$all = $player->all();  
  
// get player stats  
$stats = $player->stats();  
  
// get all player aliases  
$aliases = $player->aliases();  
  
// get player seasonal progression  
$progression = $player->progression();

Documentation

You can see more about in Documentation

Disclaimer

If you are a tech lead or copyright owner of the R6Stats API and would like this repository removed, please contact me at: pedrocruzpessoa16@gmail.com

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-04-30

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固