chain33-sdk-php / chain33
chain33 php sdk
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 2
pkg:composer/chain33-sdk-php/chain33
Requires
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2025-10-22 17:31:05 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