Download the PHP package ruudk/payment-mollie-bundle without Composer
On this page you can find all versions of the php package ruudk/payment-mollie-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ruudk/payment-mollie-bundle
More information about ruudk/payment-mollie-bundle
Files in ruudk/payment-mollie-bundle
Package payment-mollie-bundle
Short Description A Symfony2 Bundle that provides access to the Mollie API. Based on JMSPaymentCoreBundle.
License MIT
Homepage https://github.com/ruudk/PaymentMollieBundle
Informations about the package payment-mollie-bundle
RuudkPaymentMollieBundle
A Symfony2 Bundle that provides access to the Mollie API. Based on JMSPaymentCoreBundle.
Installation
Step1: Require the package with Composer
`
Step2: Enable the bundle
Enable the bundle in the kernel:
Step3: Configure
Add the following to your routing.yml:
Add the following to your config.yml:
See the Mollie API documentation for all available methods.
Make sure you set the return_url
in the predefined_data
for every payment method you enable:
` It's also possible to set a
descriptionfor the transaction in the
predefined_data`.
To use the Mollie Webhook you should also set the notify_url
for every transaction. You can use the default
processNotification route ruudk_payment_mollie_notifications
for this url.
See JMSPaymentCoreBundle documentation for more info.
All versions of payment-mollie-bundle with dependencies
symfony/framework-bundle Version ~3.4||~4.0
symfony/form Version ~3.4||~4.0
jms/payment-core-bundle Version ~1.0
psr/log Version ~1.0
omnipay/mollie Version ~4.0