What the plugin does for you ============================ jmsPaymentPlugin is designed to provide a generic 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. * It is robust, and stable due to many unit tests. What's next? ============ [started/Installation](Getting)(http://wiki.github.com/schmittjoh/jmsPaymentPlugin/getting-started) [with Payments](Working)(http://wiki.github.com/schmittjoh/jmsPaymentPlugin/working-with-payments) Contributing ============ You can report bugs directly through github: [Bug](Report)(http://github.com/schmittjoh/jmsPaymentPlugin/issues) If you want to contribute new features, a post on the [mailing list](symfony)(http://groups.google.com/group/symfony-devs) would be appreciated, so we can discuss how to best implement the desired features.