chain33-sdk-php / chain33
chain33 php sdk
1.0.0
2020-06-22 05:20 UTC
Requires
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2025-04-22 16:32:14 UTC
README
chain33 php sdk
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist chain33-sdk-php/chain33 "*"
or add
"chain33-sdk-php/chain33": "*"
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \chain33\phpsdk\AutoloadExample::widget(); ?>``` # chain33-sdk-php