views:

173

answers:

2

I'm curious if anyone is aware of something for PHP with similar, universal payment processor functionality that exists with ActiveMerchant.

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
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
+2  A: 

If you are looking somethinh like Active Merchant in PHP check this at github

akDeveloper