ipfsmainofficial / yii2-blockcity-api
yii2 extension - blockcity api client
0.1
2019-05-06 08:24 UTC
Requires
- linslin/yii2-curl: *
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2025-03-06 22:23:23 UTC
README
yii2 extension - blockcity api client
deponds on linslin\yii2\curl
代码由星际大陆贡献
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist ipfsmainofficial/yii2-blockcity-api "*"
or add
"ipfsmainofficial/yii2-blockcity-api": "*"
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply use it in your code by :
<?php $client = new ipfsmainofficial\blockcity\BlockcityClient(); ?>