ylitc / usaepay-php
Fork of USAePay's Transaction library for PHP that includes composer package support.
Requires
None
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-09-12 16:24:19 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://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/)