PHPackages                             kozikaza/mindbaz-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. [Mail &amp; Notifications](/categories/mail)
4. /
5. kozikaza/mindbaz-bundle

ActiveSymfony-bundle[Mail &amp; Notifications](/categories/mail)

kozikaza/mindbaz-bundle
=======================

Symfony bundle to provide a Mindbaz SwiftMailer service

v1.1.0(9y ago)21.6k1MITPHPPHP &gt;=5.6

Since Apr 19Pushed 9y ago1 watchersCompare

[ Source](https://github.com/Kozikaza/MindbazBundle)[ Packagist](https://packagist.org/packages/kozikaza/mindbaz-bundle)[ RSS](/packages/kozikaza-mindbaz-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (3)Dependencies (19)Versions (4)Used By (0)

MindbazBundle
=============

[](#mindbazbundle)

Symfony bundle to provide a Mindbaz SwiftMailer service.

Feel free to contribute on it!

[![Build Status](https://camo.githubusercontent.com/fba34e16e19a452251d559b94400b1d9564294bf2a0d741d317808a517d80715/68747470733a2f2f7472617669732d63692e6f72672f4b6f7a696b617a612f4d696e6462617a42756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Kozikaza/MindbazBundle)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/57cf98d1f18898f89a50cf07ed5e86749a653100f6b4bfaab44605f95af90ab2/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f4b6f7a696b617a612f4d696e6462617a42756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/Kozikaza/MindbazBundle/?branch=master)

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

[](#installation)

Installing MindbazBundle can be done easily through [Composer](https://getcomposer.org/):

```
composer require kozikaza/mindbaz-bundle
```

Register this bundle in your kernel:

```
// app/AppKernel.php
public function registerBundles()
{
    $bundles = [
        new Kozikaza\MindbazBundle\MindbazBundle(),
        // ...
    ];

    // ...
}
```

Configuration
-------------

[](#configuration)

Edit your configuration file to declare your Mindbaz mailer with credentials &amp; campaigns:

```
# config.yml
swiftmailer:
    default_mailer: direct
    mailers:
        direct:
            transport: "%mailer_transport%"
            host:      "%mailer_host%"
            username:  "%mailer_user%"
            password:  "%mailer_password%"
            port:      "%mailer_port%"
            spool:
                type:  memory
        mindbaz:
            id_site:   123      # Must be integer
            username:  foo
            password:  p4$$w0rd
            campaigns:
                register:        123
                forgot-password: 456
```

**Don't forget to change credentials &amp; campaigns in previous example!**

Credits
-------

[](#credits)

Created by [David DELEVOYE](https://github.com/daviddlv/) &amp; [Vincent CHALAMON](https://github.com/vincentchalamon/).

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 85.7% 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.

###  Release Activity

Cadence

Every ~4 days

Total

3

Last Release

3305d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/dfa2177a6960be6805e8ad955138fe43fae25a224864dc7867e7d6ff1246dba6?d=identicon)[daviddlv](/maintainers/daviddlv)

---

Top Contributors

[![vincentchalamon](https://avatars.githubusercontent.com/u/407859?v=4)](https://github.com/vincentchalamon "vincentchalamon (6 commits)")[![daviddlv](https://avatars.githubusercontent.com/u/1759582?v=4)](https://github.com/daviddlv "daviddlv (1 commits)")

---

Tags

symfonybundleswiftmailermindbaz

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/kozikaza-mindbaz-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/kozikaza-mindbaz-bundle/health.svg)](https://phpackages.com/packages/kozikaza-mindbaz-bundle)
```

###  Alternatives

[web-auth/webauthn-framework

FIDO2/Webauthn library for PHP and Symfony Bundle.

50570.7k1](/packages/web-auth-webauthn-framework)[web-auth/webauthn-symfony-bundle

FIDO2/Webauthn Security Bundle For Symfony

63397.4k6](/packages/web-auth-webauthn-symfony-bundle)[cspoo/swiftmailer-mailgun-bundle

Swiftmailer Mailgun bundle

1031.1M](/packages/cspoo-swiftmailer-mailgun-bundle)[spomky-labs/pwa-bundle

Progressive Web App Manifest Generator Bundle for Symfony.

6144.4k1](/packages/spomky-labs-pwa-bundle)[php-flasher/flasher-symfony

Integrate flash notifications into Symfony projects effortlessly with PHPFlasher. Improve user experience and application feedback loops easily.

141.3M20](/packages/php-flasher-flasher-symfony)

PHPackages © 2026

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