svcpool/novacoin-rpc

Novacoin

Installs: 126

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 0

pkg:composer/svcpool/novacoin-rpc

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

This package is not auto-updated.

Last update: 2025-09-28 10:53:00 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(); ?>```