Do any projects exist for PHP that is similar to ActiveMerchant for Ruby?

▼魔方 西西 提交于 2019-12-22 10:38:15

问题


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.



来源:https://stackoverflow.com/questions/2768942/do-any-projects-exist-for-php-that-is-similar-to-activemerchant-for-ruby

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!