This project is a PHP port of Active Merchant library from Ruby.
The aim is to develop a PHP application to includes payment gateways under common interfaces.
- Authorize.net
- CardStream
- Centinel 3D Secure
- Eway
- Fat Zebra
- E-xact
- Hsbc Secure e-Payment
- Mercury
- Moneris
- Moneris US
- PayPal Payflow Pro
- PayPal Payflow Pro Uk
- Paypal Express Checkout
- PayPal Website Payments Pro
- Piraeus Paycenter
- Realex
- PHP 5.3.3+
- cUrl
- SimpleXML
- Basic usage
- Creating a gateway
You can fork this project and implement new gateways.
Be sure that you checkout the develop
branch, add your gateway and make your Pull Requests to
develop
branch.