2017 © Pedro Peláez
 

library cryptowallet-sdk

CryptoWallet API PHP SDK

image

crypto-wallet-io/cryptowallet-sdk

CryptoWallet API PHP SDK

  • Monday, March 14, 2016
  • by jkirkby91
  • Repository
  • 1 Watchers
  • 0 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

The cryptowallet PHP SDK allows easy communication with the cryptowallet api., (*1)

To install the SDK run

    composer require crypto-wallet-io/cryptowallet-sdk

To instantiate the client

    $cryptowallet = new CryptoWallet($apiKey);

To produce a gateway for your method

    $cryptowallet->client->gateway = new CardGateway($cryptowallet);

Example code

Example code can be found in the 'Example' folder, (*2)

to install, (*3)

    $ cd Example
    $ composer install

The Versions

14/03 2016

dev-master

9999999-dev

CryptoWallet API PHP SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

by James Kirkby

cryptowallet