dev-master
9999999-dev
MIT
The Requires
- php >=5.4
The Development Requires
anti-fraud fraudrecord
Wallogit.com
2017 © Pedro Peláez
Fraud Record API in PHP. Developed for use at www.x4b.net. Pull requests, features and patches welcome., (*2)
You need PHP 5.3.2+ compiled with the cURL extension., (*3)
The recommended way to install the Stallion SDK is through Composer., (*4)
Add splitice/fraudrecord-api as a dependency in your project's composer.json file:, (*5)
{
"require": {
"splitice/fraudrecord-api": "dev-master"
}
}
Download and install Composer:, (*6)
curl -s http://getcomposer.org/installer | php
Install your dependencies:, (*7)
php composer.phar install
Require Composer's autoloader, (*8)
Composer also prepares an autoload file that's capable of autoloading all of the classes in any of the libraries that it downloads. To use it, just add the following line to your code's bootstrap process:, (*9)
require 'vendor/autoload.php';
You can find out more on how to install Composer, configure autoloading, and other best-practices for defining dependencies at getcomposer.org., (*10)
MIT
anti-fraud fraudrecord