文件名称:seamless-wallet-client:PHP Client for Seamless Wallet服务
文件大小:24KB
文件格式:ZIP
更新时间:2024-04-08 13:33:41
PHP
SeamlessWallet PHP客户端 该项目最初是由以下人员创建的: 尼基·埃瓦尔德·扎卡里亚森(NIZA) 尼古拉·鲍尔·詹森(NBJ) 用法 无缝钱包客户端实现了用于与无缝钱包服务进行交互的流畅接口。 界面 // Getting a client instance $ seamlessWallet = SeamlessWallet :: create ( 'base_url' ) -> auth ( /* < Credentials> */ ); // Setting the target player $ seamlessWallet -> forPlayer ( $ playerId ); // Creating a user wallet SeamlessWallet :: create ( /* < Base Url > */ ) -> auth (
【文件预览】:
seamless-wallet-client-master
----.php_cs(1KB)
----.gitignore(37B)
----app(3KB)
----src()
--------SeamlessWallet()
----LICENSE(1KB)
----composer.json(1KB)
----README.md(2KB)
----phpunit.xml(830B)
----tests()
--------Integration()
--------TestCase.php(979B)
--------Unit()
--------Feature()
----phpunit.integration.xml(632B)
----phpstan.neon(94B)