The PayumBundle adds support of payum lib to symfony framework.
The bundle allows you easy configure payments, add storages, custom actions/extensions/apis. Nothing is hardcoded: all payments and storages are added via factories (payment factories, storage factories) in the bundle build method. You can add your payment this way too!
Also, it provides a nice secured capture controller. It's extremely reusable. Check the sandbox (code) for more details.
- Paypal express checkout.
- Authorize.Net AIM.
- Be2Bill.
- Omnipay gateways via bridge.
The bulk of the documentation is stored in the Resources/doc/index.md
file in this bundle:
Read the Documentation for master
Read the Documentation of payum
Look at sandbox: online, code.
All the installation instructions are located in documentation.
You can star the lib on github or packagist. You may also drop a message on Twitter.
If you are having general issues with bundle or payum, we suggest posting your issue on stackoverflow. Feel free to ping @maksim_ka2 on Twitter if you can't find a solution.
If you believe you have found a bug, please report it using the GitHub issue tracker: bundle or payum, or better yet, fork the library and submit a pull request.
PayumBundle is released under the MIT License. For more information, see License.