萨斯科 / 流cl-api客户端
PHP的Flow.cl Web服务客户端
1.0.2
2019-11-08 00:25 UTC
Requires
- php: >=5.5
- ext-curl: *
This package is auto-updated.
Last update: 2024-08-27 06:42:45 UTC
README
PHP客户端,用于与Flow.cl Web服务进行集成。
此代码在LGPL许可下发布。也就是说,它可以用于开源软件和私有软件。
ETH捐赠地址:0x2a8535838d0d10E90ffcB36dd2E2788667B6c9C5
安装
直接从终端使用
$ composer require sasco/flowcl-api-client
或编辑composer.json文件并添加
{
"require": {
"sasco/flowcl-api-client": "1.*"
}
}