Download the PHP package hyperwallet/sdk without Composer
On this page you can find all versions of the php package hyperwallet/sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download hyperwallet/sdk
More information about hyperwallet/sdk
Files in hyperwallet/sdk
Package sdk
Short Description A library to manage users, transfer methods and payments through the Hyperwallet API
License MIT
Homepage https://github.com/hyperwallet/php-sdk
Informations about the package sdk
Hyperwallet REST SDK
A library to manage users, transfer methods and payments through the Hyperwallet v4 API.
For Hyperwallet v3 API calls, please use the latest SDK version 1.x.x. See [here|https://docs.hyperwallet.com/content/updates/v1/rest-api-v4] to learn about the differences between versions and the update process required to use REST API v4.
Prerequisites
Hyperwallet's PHP server SDK requires at minimum PHP 5.6 and above.
Installation
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 sdk with dependencies
ext-json Version *
guzzlehttp/guzzle Version ^6.2.1 || ^7.0.1
phpseclib/phpseclib Version ^2.0.11
gree/jose Version ^2.2.1