Download the PHP package coliving/hyperwallet-sdk without Composer
On this page you can find all versions of the php package coliving/hyperwallet-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download coliving/hyperwallet-sdk
More information about coliving/hyperwallet-sdk
Files in coliving/hyperwallet-sdk
Package hyperwallet-sdk
Short Description A library to manage users, transfer methods and payments through the Hyperwallet API. This is fork from hyperwallet/sdk to upgrade the guzzlehttp package
License
Informations about the package hyperwallet-sdk
Hyperwallet REST SDK (Beta)
A library to manage users, transfer methods and payments through the Hyperwallet Rest V4 API To access V3 Rest APIs, please use SDK v1.5
Prerequisites
Hyperwallet's PHP server SDK requires at minimum PHP 5.6 and above.
Installation
-
Install from hyperwallet/sdk
- Install from Coliving
Documentation
Documentation is available at http://hyperwallet.github.io/php-sdk.
API Overview
To write an app using the SDK
- Register for a sandbox account and get your username, password and program token at the Hyperwallet Program Portal.
-
Add dependency
hyperwallet/sdk
to yourcomposer.json
. -
Create a instance of the Hyperwallet Client (with username, password and program token)
-
Start making API calls (e.g. create a user)
- Error Handling
The
HyperwalletException
has an array of errors withcode
,message
andfielName
properties to represent a error.
Development
Run the tests using phpunit
:
Reference
License
All versions of hyperwallet-sdk with dependencies
guzzlehttp/guzzle Version ^7.3
phpseclib/phpseclib Version ^3.0
coliving/jose Version ^1.0