gordalina / hipay-wallet
Official hipay wallet SDK as a composer package
Installs: 1 041
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 5
Forks: 1
Open Issues: 0
Requires
- php: >=5.1
This package is auto-updated.
Last update: 2024-10-20 08:55:18 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