I'm curious if anyone is aware of something for PHP with similar, universal payment processor functionality that exists with ActiveMerchant.
views:
173answers:
2
A:
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.
Alix Axel
2010-05-05 00:24:11
Thanks. The Kohana Payment Module looks like it can offer some help. I've written a somewhat extensive PHP PayPal class (http://github.com/drewjoh/phpPayPal) to access many of the PayPal API functions offered, so perhaps combining the Kohana module with that will offer functionality for other gateways and provide a good base to work with.
drewjoh
2010-05-05 19:51:14
+2
A:
If you are looking somethinh like Active Merchant in PHP check this at github
akDeveloper
2010-07-18 21:07:50