2017 © Pedro Peláez
 

library mastercore-php

RPC wrapper for the JSON-RPC API interface of Master Core

image

mastercoin/mastercore-php

RPC wrapper for the JSON-RPC API interface of Master Core

  • Sunday, September 21, 2014
  • by dexx
  • Repository
  • 1 Watchers
  • 0 Stars
  • 32 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

mastercoin/mastercore-php

This project is a PHP wrapper for Master Core., (*1)

Usage

To use the RPC wrapper you basically need to do the following:, (*2)

use Mastercoin\MasterCore\MasterCoreRpc;

...

$mastercore = new MasterCoreRpc('http://rpcuser:rpcpass@rpchost:rpcport');
$mastercore->...

Please take a look at the example and the interface documentation., (*3)

Additional information are available in the official Master Core API documentation., (*4)

Installation

The recommended way to install this library is by using composer and packagist., (*5)

If not already done, install composer:, (*6)

curl -sS https://getcomposer.org/installer | php

To use this project as a library, create or edit the file composer.json and add:, (*7)

{
    "require": {
        "mastercoin/mastercore-php": "~1.0"
    }
}

And execute within your project dir:, (*8)

php composer.phar install

To create mastercore-php as a new project, execute the following command:, (*9)

php composer.phar create-project mastercoin/mastercore-php

Based on your system composer and php composer.phar might be used synonymously., (*10)

Dependencies

For the Bitcoin Core base and RPC connection nbobtc/bitcoind-php (packagist) is used., (*11)

The Versions

21/09 2014

dev-master

9999999-dev

RPC wrapper for the JSON-RPC API interface of Master Core

  Sources   Download

MIT

The Requires

 

by dexX7

bitcoin rpc mastercoin mastercore

21/09 2014

v1.0.1

1.0.1.0

RPC wrapper for the JSON-RPC API interface of Master Core

  Sources   Download

MIT

The Requires

 

by dexX7

bitcoin rpc mastercoin mastercore

17/09 2014

v1.0.0

1.0.0.0

RPC wrapper for the JSON-RPC API interface of Master Core

  Sources   Download

MIT

The Requires

 

by dexX7

bitcoin rpc mastercoin mastercore

01/09 2014

v0.2.1

0.2.1.0

RPC wrapper for the JSON-RPC API interface of Master Core

  Sources   Download

MIT

The Requires

 

by dexX7

bitcoin rpc mastercoin mastercore

01/09 2014

v0.2.0

0.2.0.0

RPC wrapper for the JSON-RPC API interface of Master Core

  Sources   Download

MIT

The Requires

 

by dexX7

bitcoin rpc mastercoin mastercore

14/08 2014

v0.1.1

0.1.1.0

RPC wrapper for the JSON-RPC API interface of Master Core

  Sources   Download

MIT

The Requires

 

by dexX7

bitcoin rpc mastercoin mastercore

09/08 2014

v0.1.0

0.1.0.0

RPC wrapper for the JSON-RPC API interface of Master Core

  Sources   Download

MIT

The Requires

 

by dexX7

bitcoin rpc mastercoin mastercore