library php-paymentree-api
This library wraps the Paymentree API for ease of use.
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
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();
dev-master
9999999-dev
This library wraps the Paymentree API for ease of use.
Sources
Download
The Requires
by
Travis Bradbury
v0.2.2
0.2.2.0
This library wraps the Paymentree API for ease of use.
Sources
Download
The Requires
by
Travis Bradbury
v0.2.1
0.2.1.0
This library wraps the Paymentree API for ease of use.
Sources
Download
The Requires
by
Travis Bradbury
v0.2.0
0.2.0.0
This library wraps the Paymentree API for ease of use.
Sources
Download
The Requires
by
Travis Bradbury
v0.1.1
0.1.1.0
This library wraps the Paymentree API for ease of use.
Sources
Download
The Requires
by
Travis Bradbury
0.1.0
0.1.0.0
This library wraps the Paymentree API for ease of use.
Sources
Download
The Requires
by
Travis Bradbury