gordalina/hipay-wallet

Official hipay wallet SDK as a composer package

1.1.0 2017-04-03 19:09 UTC

This package is auto-updated.

Last update: 2024-02-20 07:26:06 UTC


README

This library is the official one from hipaywallet.com but packaged for composer. It is versioned as 1.0 (MAPI_VERSION) and the documentation is version 1.4 from July 1st, 2013.

Installing via Composer

The recommended way to install is through Composer.

# Install Composer
$ curl -sS https://getcomposer.org/installer | php

# Add easypay-php as a dependency
$ php composer.phar require gordalina/hipay-wallet:~1

After installing, you need to require Composer's autoloader:

require 'vendor/autoload.php';

License

This repository (excluding hipay source code) is under the MIT License, see the complete license here