egopay / sci
PHP lib for egopay.com SCI
This package's canonical repository appears to be gone and the package has been frozen as a result.
Installs: 5 490
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
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.json
file:{ "require": { "egopay/sci": "1.4.*@dev" } }
-
Install:
php composer.phar install