PHP-API-wrapper:Cashila API的包装器

时间:2021-05-17 16:06:40
【文件属性】:
文件名称:PHP-API-wrapper:Cashila API的包装器
文件大小:8KB
文件格式:ZIP
更新时间:2021-05-17 16:06:40
PHP Cashila API客户端 该软件包是的包装。 安装 使用安装最新版本 composer require cashila/php-api-wrapper dev-master 用法 您将需要api键才能使用它。 您可以在上创建一个。 use Cashila \ Api \ Client ; $ token = '[ api token ]' ; $ secret = '[ api secret ]' ; // use sandbox server instead of production $ useSandbox = false ; $ client = new Client ( $ token , $ secret , $ useSandbox ); // fetches recent billpays $ res = $ client -> privateGet ( 'bill
【文件预览】:
PHP-API-wrapper-master
----src()
--------Client.php(18KB)
--------Exception.php(257B)
----composer.json(287B)
----README.md(4KB)

网友评论