Skip to content
schmittjoh edited this page Sep 16, 2010 · 11 revisions

Home

What the plugin does for you

jmsPaymentPlugin is designed to provide a flexible persistence layer for processing payments.

  • It is not coupled to any specific payment provider, or process flow.
  • It does not make assumptions about your domain model.
  • It has a flexible event system that allows you to hook into the payment process without altering payment classes.
  • It is easy to add new payment methods (support for PayPal, and Micropayment already out of the box)
  • It is robust, and stable due to many unit tests.

What’s next?

Getting started
Working with Payments

Contributing

You can report bugs directly through github: Report Bug

If you want to contribute new features, a post on the symfony mailing list would be appreciated, so we can discuss how to best implement the desired features.

Clone this wiki locally