svcpool / novacoin-rpc
Novacoin
dev-master
2019-05-13 13:01 UTC
Requires
- liamwli/php-bitcoin: 1.0.2
- yiisoft/yii2: ~2.0.0
This package is not auto-updated.
Last update: 2025-03-30 08:28:34 UTC
README
Novacoin
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist svcpool/novacoin-rpc "*"
or add
"svcpool/novacoin-rpc": "*"
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \Svcpool\NovacoinRpc\AutoloadExample::widget(); ?>```