svcpool/novacoin-rpc

dev-master 2019-05-13 13:01 UTC

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(); ?>```