2017 © Pedro Peláez
 

library agms_php_lite

Agms PHP Lite Library

image

agmscode/agms_php_lite

Agms PHP Lite Library

  • Wednesday, June 24, 2015
  • by maanas
  • Repository
  • 3 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

agms_php_lite

Agms Php Lite Library, (*1)

Build Status Latest Stable Version Total Downloads Latest Unstable Version License, (*2)

Requirements

PHP 5.1 and later., (*3)

Installation

Download the latest release. Then, include the agms.php file., (*4)

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

Getting Started

Simple usage looks like:, (*5)

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., (*6)

Tests

In order to run tests first install PHPUnit via Composer:, (*7)

composer update --dev

To run the test suite:, (*8)

./vendor/bin/phpunit

The Versions

24/06 2015

dev-master

9999999-dev http://onlinepaymentprocessing.com/

Agms PHP Lite Library

  Sources   Download

MIT

The Requires

  • php >=5.2.1
  • ext-curl *
  • ext-json *
  • ext-libxml *
  • ext-simplexml *

 

The Development Requires

api payment pay gateway merchant purchase payment processing agms onlinepaymentprocessing avant-garde marketing solutions inc

24/06 2015

v0.2.0

0.2.0.0 http://onlinepaymentprocessing.com/

Agms PHP Lite Library

  Sources   Download

MIT

The Requires

  • php >=5.2.1
  • ext-curl *
  • ext-json *
  • ext-libxml *
  • ext-simplexml *

 

The Development Requires

api payment pay gateway merchant purchase payment processing agms onlinepaymentprocessing avant-garde marketing solutions inc

07/05 2015

v0.1.0

0.1.0.0 http://onlinepaymentprocessing.com/

Agms PHP Lite Library

  Sources   Download

MIT

The Requires

  • php >=5.2.1
  • ext-curl *
  • ext-json *
  • ext-libxml *
  • ext-simplexml *

 

The Development Requires

api payment pay gateway merchant purchase payment processing agms onlinepaymentprocessing avant-garde marketing solutions inc