PHPackages                             vanio/vanio-mailing-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. vanio/vanio-mailing-bundle

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

vanio/vanio-mailing-bundle
==========================

Easy peasy e-mail sending from Symfony applications.

06.6k[6 PRs](https://github.com/vaniocz/vanio-mailing-bundle/pulls)PHP

Since Mar 31Pushed 3y ago4 watchersCompare

[ Source](https://github.com/vaniocz/vanio-mailing-bundle)[ Packagist](https://packagist.org/packages/vanio/vanio-mailing-bundle)[ RSS](/packages/vanio-vanio-mailing-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (8)Used By (0)

[![Vanio](https://camo.githubusercontent.com/b691445be273912a0905be759555aa166528db3a3606ddf1f25a54e734e7efbb/687474703a2f2f7777772e76616e696f2e637a2f696d672f76616e696f2d6c6f676f2e706e67)](http://www.vanio.cz) Mailing Bundle
================================================================================================================================================================================================================================

[](#-mailing-bundle)

[![Build Status](https://camo.githubusercontent.com/e7e4203a40f06df7f5178c9b3e2a9e408a9b0a86db4ad7e0151d77ec727b5dc1/68747470733a2f2f7472617669732d63692e6f72672f76616e696f637a2f76616e696f2d6d61696c696e672d62756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/vaniocz/vanio-mailing-bundle)[![Coverage Status](https://camo.githubusercontent.com/3a3f1524f2be04c4cd52eb00903e9fb9e6eb9feb104b678d5786112845c1aeed/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f76616e696f637a2f76616e696f2d6d61696c696e672d62756e646c652f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/vaniocz/vanio-mailing-bundle?branch=master)[![PHP7](https://camo.githubusercontent.com/1707d1cf35d1b3dba207caa68b99d5e4af7689d1c4bf5ad784bf4b1ec532f507/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d372d3642374542392e737667)](https://camo.githubusercontent.com/1707d1cf35d1b3dba207caa68b99d5e4af7689d1c4bf5ad784bf4b1ec532f507/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d372d3642374542392e737667)[![License](https://camo.githubusercontent.com/d573fe5380eb5c5c9c6f6b01f5a5ec73564a1811723971c7bdd06037fa3ee068/68747470733a2f2f706f7365722e707567782e6f72672f76616e696f2f76616e696f2d6d61696c696e672d62756e646c652f6c6963656e7365)](https://github.com/vaniocz/vanio-mailing-bundle/blob/master/LICENSE)

Installation
============

[](#installation)

Installation can be done as usually using composer. `composer require vanio/vanio-mailing-bundle`

Next step is to register this bundle as well as bundles it depends on inside your `AppKernel`.

```
// app/AppKernel.php
// ...

class AppKernel extends Kernel
{
    // ...

    public function registerBundles(): array
    {
        $bundles = [
            // ...
            new Symfony\Bundle\TwigBundle\TwigBundle,
            new Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle,
            new Vanio\UserBundle\VanioMailingBundle,
        ];

        // ...
    }
}
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/5d5ed213513607936f6fa5990085e6b0f08fa3e00cd7b1ad153f0e411c25c232?d=identicon)[nixbody](/maintainers/nixbody)

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

---

Top Contributors

[![maryo](https://avatars.githubusercontent.com/u/900769?v=4)](https://github.com/maryo "maryo (6 commits)")[![nixbody](https://avatars.githubusercontent.com/u/1381401?v=4)](https://github.com/nixbody "nixbody (1 commits)")

### Embed Badge

![Health badge](/badges/vanio-vanio-mailing-bundle/health.svg)

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

###  Alternatives

[minishlink/web-push

Web Push library for PHP

1.9k12.0M53](/packages/minishlink-web-push)[laravel-notification-channels/twilio

Provides Twilio notification channel for Laravel

2587.7M12](/packages/laravel-notification-channels-twilio)[spatie/url-signer

Generate a url with an expiration date and signature to prevent unauthorized access

4422.3M16](/packages/spatie-url-signer)[mattketmo/email-checker

Throwaway email detection library

2742.0M5](/packages/mattketmo-email-checker)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)[eduardokum/laravel-mail-auto-embed

Library for embed images in emails automatically

1702.0M5](/packages/eduardokum-laravel-mail-auto-embed)

PHPackages © 2026

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