2017 © Pedro Peláez
 

library php-paymentree-api

This library wraps the Paymentree API for ease of use.

image

travis-bradbury/php-paymentree-api

This library wraps the Paymentree API for ease of use.

  • Monday, September 25, 2017
  • by travis-bradbury
  • Repository
  • 1 Watchers
  • 0 Stars
  • 23 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

php-paymentree-api

Here's an example of what this might look like., (*1)

// Optional; otherwise connects on default 127.0.0.1:32000.
Paymentree::connect('192.168.10.154', 80);

$transaction = new PaymentTransaction();
$transaction->setAmount(500);
/** @var \Paymentree\DebitResponse */
$response = $transaction->send();

$transaction_id = $response->getPayLinqTransactionId();

The Versions

25/09 2017

dev-master

9999999-dev

This library wraps the Paymentree API for ease of use.

  Sources   Download

The Requires

 

by Travis Bradbury

25/09 2017

v0.2.2

0.2.2.0

This library wraps the Paymentree API for ease of use.

  Sources   Download

The Requires

 

by Travis Bradbury

06/07 2017

v0.2.1

0.2.1.0

This library wraps the Paymentree API for ease of use.

  Sources   Download

The Requires

 

by Travis Bradbury

16/06 2016

v0.2.0

0.2.0.0

This library wraps the Paymentree API for ease of use.

  Sources   Download

The Requires

 

by Travis Bradbury

09/06 2016

v0.1.1

0.1.1.0

This library wraps the Paymentree API for ease of use.

  Sources   Download

The Requires

 

by Travis Bradbury

02/06 2016

0.1.0

0.1.0.0

This library wraps the Paymentree API for ease of use.

  Sources   Download

The Requires

 

by Travis Bradbury