2017 © Pedro Peláez
 

library novacoin-rpc

Novacoin

image

svcpool/novacoin-rpc

Novacoin

  • Wednesday, April 4, 2018
  • by zvinger
  • Repository
  • 1 Watchers
  • 0 Stars
  • 21 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 11 % Grown

The README.md

Novacoin RPC actions

Novacoin, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

php composer.phar require --prefer-dist svcpool/novacoin-rpc "*"

or add, (*4)

"svcpool/novacoin-rpc": "*"

to the require section of your composer.json file., (*5)

Usage

Once the extension is installed, simply use it in your code by :, (*6)

php <?= \Svcpool\NovacoinRpc\AutoloadExample::widget(); ?>, (*7)

The Versions

04/04 2018

dev-master

9999999-dev

Novacoin

  Sources   Download

MIT

The Requires

 

by Avatar zvinger

library novacoin