Download the PHP package kladislav/hyperwallet-php-sdk without Composer
On this page you can find all versions of the php package kladislav/hyperwallet-php-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download kladislav/hyperwallet-php-sdk
More information about kladislav/hyperwallet-php-sdk
Files in kladislav/hyperwallet-php-sdk
Package hyperwallet-php-sdk
Short Description A library to manage users, transfer methods and payments through the Hyperwallet API
License MIT
Homepage http://hyperwallet.github.io/php-sdk
Informations about the package hyperwallet-php-sdk
Hyperwallet REST SDK (with Guzzle 7 support)
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 hyperwallet-php-sdk with dependencies
guzzlehttp/guzzle Version ^6.2.1 || ^7.0.1
phpseclib/phpseclib Version ^2.0.11
gree/jose Version ^2.2.1
guzzlehttp/uri-template Version ^1.0