2017 © Pedro Peláez
 

library bitgosdk-php

A BitGo SDK written in PHP

image

neto737/bitgosdk-php

A BitGo SDK written in PHP

  • Tuesday, June 5, 2018
  • by neto737
  • Repository
  • 2 Watchers
  • 9 Stars
  • 808 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 9 Versions
  • 248 % Grown

The README.md

BitGoSDK PHP

BitGoSDK written in PHP. This SDK contains methods for easily interacting with the BitGo API., (*1)

Latest Stable Version Total Downloads Latest Unstable Version License PHP Version Require, (*2)

Requirements

  • PHP 7.0 or earlier with:
    • cURL
    • BCMath

Installation

To install the SDK, you will need to be using Composer in your project. If you aren't using Composer yet, it's really simple! Here's how to install composer and the BitGoSDK PHP., (*3)

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

# Add the BitGoSDK as a dependency
php composer.phar require neto737/bitgosdk-php

Next, require Composer's autoloader, in your application, to automatically load the BitGoSDK in your project:, (*4)

require 'vendor/autoload.php';

use neto737\BitGoSDK\BitGoSDK;

Or if put the following in your composer.json:, (*5)

"neto737/bitgosdk-php": "*"

Example

require 'vendor/autoload.php';

use neto737\BitGoSDK\BitGoSDK;
use neto737\BitGoSDK\Enum\CurrencyCode;

$bitgo = new BitGoSDK('YOUR_API_KEY_HERE', CurrencyCode::BITCOIN, false);
$bitgo->walletId = 'YOUR_WALLET_ID_HERE';

$createAddress = $bitgo->createWalletAddress();

BitGo Express

If you are going to use BitGo Express you have to run a BitGo Express node. You can find how to run your own BitGo Express node here., (*6)

Attention

Keep your cacert.pem always up to date. You can find updates on the site curl.haxx.se., (*7)

Credits

Donate BTC Donate ETH Donate LTC Donate with PayPal, (*8)

The Versions

05/06 2018

dev-master

9999999-dev

A BitGo SDK written in PHP

  Sources   Download

GPL-3.0 LGPL-3.0

The Requires

  • php >=7.0
  • ext-curl *
  • ext-bcmath *

 

by Pedro Rodrigues
by Neto Melo
by Wallace Calvet

sdk bitcoin bitgo

01/06 2018

2.1.2

2.1.2.0

A BitGo SDK written in PHP

  Sources   Download

GPL-3.0

The Requires

  • php >=7.0
  • ext-curl *
  • ext-bcmath *

 

by Neto Melo

sdk bitcoin bitgo

30/04 2018

2.1.1

2.1.1.0

A BitGo SDK written in PHP

  Sources   Download

GPL-3.0

The Requires

  • php >=7.0
  • ext-curl *
  • ext-bcmath *

 

by Neto Melo

sdk bitcoin bitgo

23/04 2018

2.1

2.1.0.0

A BitGo SDK written in PHP

  Sources   Download

GPL-3.0

The Requires

  • php >=7.0
  • ext-curl *
  • ext-bcmath *

 

by Neto Melo

sdk bitcoin bitgo

15/04 2018

2.0.1

2.0.1.0

A BitGo SDK written in PHP

  Sources   Download

GPL-3.0

The Requires

  • php >=7.0
  • ext-curl *

 

by Neto Melo

sdk bitcoin bitgo

15/04 2018

2.0

2.0.0.0

A BitGo SDK written in PHP

  Sources   Download

GPL-3.0

The Requires

  • php >=7.0
  • ext-curl *

 

by Neto Melo

sdk bitcoin bitgo

15/11 2017

1.1.1

1.1.1.0

A BitGo SDK written in PHP

  Sources   Download

LGPL-3.0

The Requires

  • php >=7.0
  • ext-curl *

 

by Pedro Rodrigues
by Neto Melo

sdk bitcoin bitgo

15/11 2017

1.1

1.1.0.0

A BitGo SDK written in PHP

  Sources   Download

LGPL-3.0

The Requires

  • php >=7.0
  • ext-curl *

 

by Pedro Rodrigues
by Neto Melo

sdk bitcoin bitgo

20/08 2017

1.0

1.0.0.0

A BitGo SDK written in PHP

  Sources   Download

LGPL-3.0

The Requires

  • php >=5.4.0

 

by Pedro Rodrigues
by Neto Melo
by Wallace Calvet

sdk bitcoin bitgo