PHPackages                             axelvnk/sylius-mollie-payum-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Payment Processing](/categories/payments)
4. /
5. axelvnk/sylius-mollie-payum-bundle

ActiveSymfony-bundle[Payment Processing](/categories/payments)

axelvnk/sylius-mollie-payum-bundle
==================================

A Mollie payment gateway implementation for use in a Sylius webshop with Payum.

v0.1(9y ago)51573[2 issues](https://github.com/axelvnk/SyliusMolliePayumBundle/issues)[1 PRs](https://github.com/axelvnk/SyliusMolliePayumBundle/pulls)MITPHPPHP ^5.6|^7.0

Since Apr 16Pushed 8y ago3 watchersCompare

[ Source](https://github.com/axelvnk/SyliusMolliePayumBundle)[ Packagist](https://packagist.org/packages/axelvnk/sylius-mollie-payum-bundle)[ RSS](/packages/axelvnk-sylius-mollie-payum-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (5)Versions (2)Used By (0)

SyliusMolliePayumBundle
=======================

[](#syliusmolliepayumbundle)

Welcome to the SyliusMolliePayumBundle - a Payum implementation of the Mollie gateway to use in your Sylius (~beta) webshop.

For details on how to get started with SyliusMolliePayumBundle, keep on reading.

All code included in the SyliusMolliePayumBundle is released under the MIT or BSD license.

Installation
------------

[](#installation)

### Step 1 - Install SyliusMolliePayumBundle using composer

[](#step-1---install-syliusmolliepayumbundle-using-composer)

Edit your composer.json to include the bundle as a dependency.

```
{
    "require": {
        "axelvnk/sylius-mollie-payum-bundle": "dev-master",
    }
}
```

Open up a command line window and tell composer to download the new dependency.

```
$ php composer.phar update axelvnk/sylius-mollie-payum-bundle
```

### Step 2 - Register the bundle in your AppKernel file

[](#step-2---register-the-bundle-in-your-appkernel-file)

```
// app/AppKernel.php
