PHPackages                             developerlab/mollie-payment-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. developerlab/mollie-payment-bundle

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

developerlab/mollie-payment-bundle
==================================

A Symfony 4 Bundle to connect with Mollie PSP

1121PHP

Since Jul 27Pushed 7y ago1 watchersCompare

[ Source](https://github.com/Psarmidani/mollie-payment)[ Packagist](https://packagist.org/packages/developerlab/mollie-payment-bundle)[ RSS](/packages/developerlab-mollie-payment-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Mollie Payment Bundle For Symfony 3.4 and above
===============================================

[](#mollie-payment-bundle-for-symfony-34-and-above)

This bundle provides an easy implementation of Mollie Payment Service Provider.

Getting Started
---------------

[](#getting-started)

This installation requires the package with Composer

**The bundle is still under heavy development. Do not use this bundle until a stable version is ready**

```
php composer require developerlab/mollie-payment-bundle

```

### Register the bundle

[](#register-the-bundle)

After you have installed the package, you just need to add the bundle to your *AppKernel.php* file:

```
// app/AppKernel.php
$bundles = array(
    // ...
    new Developerlab\MolliePaymentBundle\MolliePaymentBundle(),
    // ...
);

```

### Configuration

[](#configuration)

MolliePaymentBundle requires initial configurations to get you started

These parameter names are required

```
// app/config/config.yml
mollie_payment:
    testmode: false
    api_key:
    api_key_test:

```

These parameters are not required unless you want to change them

```
// app/config/config.yml
mollie_payment:
    redirect_url: //default /mollie/redirect_url
    webhooks: //default /mollie/webhooks

```

Running the test
----------------

[](#running-the-test)

This bundle comes with a command named `mollie:testrun`

*run this command to test your installation*

```
php bin/console mollie:testrun

```

Commands
--------

[](#commands)

Export all existing customers from Mollie into `mollie_customer` table

```
php bin/console mollie:customers

```

Built With
----------

[](#built-with)

- [Symfony](https://symfony.com/) - The web framework used
- [PHPStorm](https://www.jetbrains.com/phpstorm/) - PHP IDE

Contributing
------------

[](#contributing)

Please read [CONTRIBUTING.md](https://gist.github.com/PurpleBooth/b24679402957c63ec426) for details on our code of conduct, and the process for submitting pull requests to us.

Authors
-------

[](#authors)

- **Puya Sarmidani** - *Initial work* - [Developerlab](https://www.developerlab.nl)

License
-------

[](#license)

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/9e6de2054e6da6c90e60e1f29fe630af6f12cfaecd4c18a4341897f14862fae7?d=identicon)[Psarmidani](/maintainers/Psarmidani)

---

Top Contributors

[![Developer-lab](https://avatars.githubusercontent.com/u/65309745?v=4)](https://github.com/Developer-lab "Developer-lab (3 commits)")

### Embed Badge

![Health badge](/badges/developerlab-mollie-payment-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/developerlab-mollie-payment-bundle/health.svg)](https://phpackages.com/packages/developerlab-mollie-payment-bundle)
```

###  Alternatives

[omnipay/paypal

PayPal gateway for Omnipay payment processing library

3156.8M53](/packages/omnipay-paypal)[eduardokum/laravel-boleto

Biblioteca com boletos para o laravel

626351.9k2](/packages/eduardokum-laravel-boleto)[tbbc/money-bundle

This is a Symfony bundle that integrates moneyphp/money library (Fowler pattern): https://github.com/moneyphp/money.

1961.9M](/packages/tbbc-money-bundle)[2checkout/2checkout-php

2Checkout PHP Library

83740.3k2](/packages/2checkout-2checkout-php)[smhg/sepa-qr-data

Generate QR code data for SEPA payments

61717.2k5](/packages/smhg-sepa-qr-data)[omnipay/dummy

Dummy driver for the Omnipay payment processing library

271.2M33](/packages/omnipay-dummy)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
