Do any projects exist for PHP that is similar to ActiveMerchant for Ruby?
I'm curious if anyone is aware of something for PHP with similar, universal 开发者_高级运维payment processor functionality that exists with ActiveMerchant.
If you are looking something like Active Merchant in PHP check this at github
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
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.
I know this is an old post but just wanted to share another option. Tala Payments is a composer supported payment library.
精彩评论