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.

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/).

  1. Install Composer:

    curl -s https://getcomposer.org/installer | php
    
  2. Add SCI lib as a dependency to your composer.json file:

    {
        "require": {
            "egopay/sci": "1.4.*@dev"
        }
    }
  3. Install:

    php composer.phar install