2017 © Pedro Peláez
 

symfony-bundle mollie-bundle

A Symfony2 bundle for working with Mollie

image

ruudk/mollie-bundle

A Symfony2 bundle for working with Mollie

  • Tuesday, January 21, 2014
  • by ruudk
  • Repository
  • 2 Watchers
  • 1 Stars
  • 297 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

RuudkMollieBundle

A Symfony2 bundle for working with the old iDEAL Mollie API., (*1)

This bundle uses AMNL\Mollie created by Arno Moonen., (*2)

Deprecated!

If you start a new project today, don't use this bundle, but use RuudkPaymentMollieBundle which is powered by JMSPaymentCorebundle and Omnipay/Mollie and support the new Mollie API that supports ideal, credit cards, mister cash and more., (*3)

Installation

Step1: Require the package with Composer

php composer.phar require ruudk/mollie-bundle, (*4)

Step2: Enable the bundle

Enable the bundle in the kernel:, (*5)

``` php <?php // app/AppKernel.php, (*6)

public function registerBundles() { $bundles = array( // ..., (*7)

    new Ruudk\MollieBundle\RuudkMollieBundle(),
);

}, (*8)


### Step3: Configure Finally, add the following to your config.yml ``` yaml # app/config/config_prod.yml ruudk_mollie: partner_id: # Your partner ID profile_key: ~ # Optional profile key testmode: true buzz_client: # Optional Buzz client, can be file_get_contents or curl

Congratulations! You're ready., (*9)

Use the API

$ideal = $this->container->get('mollie.ideal');
$minitix = $this->container->get('mollie.minitix');
$ivr = $this->container->get('mollie.ivr');

For full usage of the Mollie API see the documentation., (*10)

The Versions

21/01 2014

dev-master

9999999-dev http://github.com/ruudk/MollieBundle

A Symfony2 bundle for working with Mollie

  Sources   Download

MIT

The Requires

 

by Ruud Kamphuis

symfony2 mollie

08/07 2013

0.1.6

0.1.6.0 http://github.com/ruudk/MollieBundle

A Symfony2 bundle for working with Mollie

  Sources   Download

MIT

The Requires

 

by Ruud Kamphuis

symfony2 mollie

19/06 2013

0.1.5

0.1.5.0 http://github.com/ruudk/MollieBundle

A Symfony2 bundle for working with Mollie

  Sources   Download

MIT

The Requires

 

by Ruud Kamphuis

symfony2 mollie

26/03 2013

0.1.4

0.1.4.0 http://github.com/ruudk/MollieBundle

A Symfony2 bundle for working with Mollie

  Sources   Download

MIT

The Requires

 

by Ruud Kamphuis

symfony2 mollie

11/03 2013

0.1.3

0.1.3.0 http://github.com/ruudk/MollieBundle

A Symfony2 bundle for working with Mollie

  Sources   Download

MIT

The Requires

 

by Ruud Kamphuis

symfony2 mollie

17/12 2012

0.1.2

0.1.2.0 http://github.com/ruudk/MollieBundle

A Symfony2 bundle for working with Mollie

  Sources   Download

MIT

The Requires

 

by Ruud Kamphuis

symfony2 mollie

31/10 2012

0.1.1

0.1.1.0 http://github.com/ruudk/MollieBundle

A Symfony2 bundle for working with Mollie

  Sources   Download

MIT

The Requires

 

by Ruud Kamphuis

symfony2 mollie

08/10 2012

0.1.0

0.1.0.0 http://github.com/ruudk/MollieBundle

A Symfony2 bundle for working with Mollie

  Sources   Download

MIT

The Requires

 

by Ruud Kamphuis

symfony2 mollie