Skip to content

CryptoWallet-io/cryptowalletSDK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages