ylitc/usaepay-php

There is no license information available for the latest version (dev-master) of this package.

Fork of USAePay's Transaction library for PHP that includes composer package support.

dev-master 2022-10-28 21:23 UTC

This package is not auto-updated.

Last update: 2024-09-28 06:33:33 UTC


README

This is a fork of the repo by USAePay here: https://github.com/usaepay/usaepay-php

This does not include the test files. Added Composer support with autoload.

I originaly tried using the repository @ https://github.com/portsidedesign/usaepay-php. I could not get it to work as there were issues with the autoload to do with folders/files/filenames/namespaces(?).

Update Oct 2022: Updated to be compatible with PHP 8+

USAGE

composer require ylitc/usaepay-php

require_once __DIR__ . '/vendor/autoload.php';
$tran = new usaepay\umTransaction();

MORE INFO FROM USAePay

USAePay PHP Library

http://www.usaepay.com

http://help.usaepay.com/developer/phplibrary

SYNOPSIS

The USAePay PHP library is a class for running transactions on the USAePay gateway. Its feature set roughly follows the transaction api. If you are looking for more features, take a look at soap api.

SUPPORT

If you have any questions on the use of this library, please contact the developer integration support department: devsupport@usaepay.com 866-872-3729 x706

For more documentation on using the library, please see http://help.usaepay.com/developer/phplibrary

REQUIREMENTS

-PHP 4.3.x or higher (http://www.php.net)

-HTTPs streams support in PHP or -Curl/ssl module installed (http://curl.haxx.se/)