Skip to content

agmscode/agms_php_lite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

agms_php_lite

Agms Php Lite Library

Build Status Latest Stable Version Total Downloads Latest Unstable Version License

Requirements

PHP 5.1 and later.

Installation

Download the latest release. Then, include the agms.php file.

require_once('/path/to/agms_php_lite/agms.php');

Getting Started

Simple usage looks like:

Agms::setUsername('your username');
Agms::setPassword('your password');
$params = array(
    'TransactionType' => 'sale'
    'CCNumber' => '4111111111111111',
    'CC_exp_date' => '1220',
    'CVV' => 123,
    'Amount' => '20'
);
$response = Agms::process($params);
echo $response;

Documentation

Please see http://onlinepaymentprocessing.com/docs/ for up-to-date documentation.

Tests

In order to run tests first install PHPUnit via Composer:

composer update --dev

To run the test suite:

./vendor/bin/phpunit

About

AGMS PHP Lite Library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages