I'm curious if anyone is aware of something for PHP with similar, universal payment processor functionality that exists with ActiveMerchant.
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
If you are looking something like Active Merchant in PHP check this at github
回答2:
I also know this is an oldie but you should definitely check out omnipay: https://github.com/adrianmacneil/omnipay
It is by far the most thought out solution for universal payment gateways with php. Supports a ton of processors, it's unit tested, build from the grounds up for php 5.3+ and it's quite active
回答3:
Nice! I may port it to PHP in the future.
Meanwhile the closest thing I know of are some PEAR Payment packages and Kohana Payment Module.
回答4:
I know this is an old post but just wanted to share another option. Tala Payments is a composer supported payment library.