Do any projects exist for PHP that is similar to A

2019-05-14 02:12发布

问题:

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.