PHP lib for egopay.com SCI
Installation
The fastest way to install SCI lib in your project is using Composer (http://getcomposer.org/).
-
Install Composer:
curl -s https://getcomposer.org/installer | php -
Add SCI lib as a dependency to your
composer.jsonfile:{ "require": { "egopay/sci": "1.4.*@dev" } } -
Install:
php composer.phar install