Skip to content

mlocati/GestPay

Repository files navigation

GestPay

PHP implementation of GestPay (Banca Sella)

Usage

To encrypt a string:

include 'GestPay.php';
$gestPay = new GestPay('YourShopLogin');
$gestPay->encode($dataToEncode);

To decrypt a string:

include 'GestPay.php';
$gestPay = new GestPay('YourShopLogin');
$gestPay->decode($encodedString);

Bitdeli Badge

About

PHP implementation of GestPay (Banca Sella)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published