本文介绍了好的authorize.net PHP 库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在处理一个 PHP 项目,正在寻找一个好的 authorize.net 网关.我想要一些经过测试的成熟代码.目标是避免自己根据 authorize.net api 文档编写和测试整个内容.

I'm working on a PHP project and am looking for a good authorize.net gateway. I want something with mature code that's tested. The goal is to avoid writing and testing the entire thing myself based on the authorize.net api docs.

有人知道有什么好的 PHP 库吗?我在 Google 上搜索无果.

Does anyone know of any good PHP libraries for this? I've search Google to no avail.

推荐答案

Authorize.net 提供了自己的 SDK for PHP和其他语言.可能没有必要去别处寻找.

Authorize.net provides its own SDK for PHP and other languages. There is probably no need to look elsewhere.

这篇关于好的authorize.net PHP 库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-26 00:35