Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1013 Bytes

README.markdown

File metadata and controls

22 lines (17 loc) · 1013 Bytes

PHP Merchant is a simple and unified PHP abstraction library for payment gateway integration.

Who is PHP Merchant for?

PHP Merchant is right for you if you want a library that:

  • provides a consistent programming interface across various payment gateway providers.
  • minimizes the amount of time to learn to use the API for various payment gateways.
  • minimizes the amount of code you need to write in order to process payments.
  • is being used in real projects and proven to be stable.
  • has clear and thorough documentation.

Example

Take a look at our getting started guide, there's a good code example there.

Links