egopay / sci
There is no license information available for the latest version (1.4.1) of this package.
PHP lib for egopay.com SCI
This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.
1.4.1
2014-05-06 10:47 UTC
This package is not auto-updated.
Last update: 2022-01-03 18:09:50 UTC
README
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