globalpayments/omnipay-globalpayments
Composer 安装命令:
composer require globalpayments/omnipay-globalpayments
包简介
description
README 文档
README
Omnipay 3.x driver for Global Payments
Installation
composer require globalpayments/omnipay-globalpayments
Global Paymens payment gateways
This driver handles server-to-server requests for multiple Global Payments payment gateways by connecting to Global Payments' PHP-SDK, which is the key dependency. Currently supported payment gateways are: Heartland/Portico, TransIt, and Merchantware/Genius.
Single-use Tokenization
The integration is fairly straight forward. Essentially you just pass
a token field through instead of (or sometimes in addition to) the regular credit card data.
Start by following the standard Heartland Single-use Tokenization guide here.
After that you will have a payment_token field which will be submitted to your server.
In the typical Omnipay fashion, simply pass this through to the gateway as token:
$token = $_POST['payment_token']; $response = $gateway->purchase([ 'amount' => '10.00', 'card' => $formData, // still used for things like cardholder name and address 'currency' => 'USD', 'token' => $token, ])->send();
Examples & Samples
Our Examples folder contains ready-to-run examples for your reference. We're especially keen to provide notated examples for transactions we support that differ from the basic Omnipay examples.
globalpayments/omnipay-globalpayments 适用场景与选型建议
globalpayments/omnipay-globalpayments 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 818 次下载、GitHub Stars 达 0, 最近一次更新时间为 2021 年 03 月 11 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「gateway」 「omnipay」 「heartland」 「globalpayments」 「tsys」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 globalpayments/omnipay-globalpayments 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 globalpayments/omnipay-globalpayments 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 globalpayments/omnipay-globalpayments 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
PHP SDK for processing payments via Portico Gateway
repository php library
Payyo Gateway for the Omnipay payment processing library
Heartland driver for the Omnipay payment processing library
Yandex.Kassa driver for Omnipay payment processing library
Some pre-defined rules for validation in Omnipay payment processing library.
统计信息
- 总下载量: 818
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2021-03-11