player account client 源码
玩家账户客户 该软件包用作与玩家帐户服务进行通信的标准化方法。客户端实现了流畅的界面。 客户端设置 // Getting a client instance $ playerAccount = PlayerAccount :: create ( $ playerAccountBaseURL ); // Setting basic auth credentials $ playerAccount -> auth ( $ username , $ password ); // Telling the client to use Request Insurance $ playerAccount -> useRequestInsurance (); 用法 // Triggering a user incident $ playerAccount -> incident ( $ userId ,
文件列表
player-account-client-master.zip
(预估有个14文件)
player-account-client-master
composer.json
1002B
phpunit.xml
818B
tests
Unit
PlayerAccountTest.php
2KB
Integration
.gitkeep
0B
Feature
.gitkeep
0B
暂无评论