crypto-wallet-io / cryptowallet-sdk
CryptoWallet API PHP SDK
dev-master
2016-03-14 15:13 UTC
Requires
- php: >=5.4.0
- mashape/unirest-php: 2.*
Requires (Dev)
- phpunit/phpunit: 4.0.*
This package is not auto-updated.
Last update: 2025-01-10 18:55:33 UTC
README
The cryptowallet PHP SDK allows easy communication with the cryptowallet api.
#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
to install
$ cd Example
$ composer install