vldmitrofanov/usaepay-php
Composer 安装命令:
composer require vldmitrofanov/usaepay-php
包简介
Fork of nikolaynesov's fork of USAePay's PHP API library that includes composer package support and PHP 8.3.
README 文档
README
Supports Composer. PSR-4.
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/)
VERIFYING INSTALLATION
This package includes a test script "verify_install.php" that can be used to verify that your PHP installation is capable of using this library. Make sure to modify the script to include the correct path to the library. Then place the script in web accessable directiory and access it from a web browser. If any problems are detected, follow the on screen instructions.
QUICK START
<?php
$tran=new USAePay\umTransaction;
$tran->key="AAAAABBBBBBCCCCCCDDDDDDEEEEEEEE";
$tran->card="4444555566667779";
$tran->exp="1214";
$tran->amount="5.00";
if($tran->process())
{
echo "Transaction Approved!";
} else {
echo "Transaction Failed: " . $tran->error;
}
vldmitrofanov/usaepay-php 适用场景与选型建议
vldmitrofanov/usaepay-php 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 106 次下载、GitHub Stars 达 0, 最近一次更新时间为 2025 年 01 月 10 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 vldmitrofanov/usaepay-php 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 vldmitrofanov/usaepay-php 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 106
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 14
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-01-10