PHPackages                             jasuwienas/mail - 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. jasuwienas/mail

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

jasuwienas/mail
===============

Integrates mailer into Symfony2 project.

12863[1 PRs](https://github.com/jasuwienas/Mail/pulls)PHP

Since Oct 3Pushed 9y ago1 watchersCompare

[ Source](https://github.com/jasuwienas/Mail)[ Packagist](https://packagist.org/packages/jasuwienas/mail)[ RSS](/packages/jasuwienas-mail/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Symfony2 Mail
=============

[](#symfony2-mail)

Integrates mail into Symfony2 project.

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

[](#installation)

1. Add as composer dependency:

```
composer require jasuwienas/mail
```

2. Add in application kernel:

```
class AppKernel extends Kernel
{
    public function registerBundles()
    {
    //...
    $bundles[] = new \Jasuwienas\MailBundle\MailBundle();
    return $bundles;
    }
}
```

3. Mail sending command: php app/console mail:send

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

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/95c3abfa7d0fce4245da4fb1f6a6c47701a71810d486de5cc0a6d418379a2a05?d=identicon)[jasuwienas](/maintainers/jasuwienas)

---

Top Contributors

[![jasuwienas](https://avatars.githubusercontent.com/u/4995377?v=4)](https://github.com/jasuwienas "jasuwienas (5 commits)")

### Embed Badge

![Health badge](/badges/jasuwienas-mail/health.svg)

```
[![Health](https://phpackages.com/badges/jasuwienas-mail/health.svg)](https://phpackages.com/packages/jasuwienas-mail)
```

###  Alternatives

[mattketmo/email-checker

Throwaway email detection library

2752.1M5](/packages/mattketmo-email-checker)[sarfraznawaz2005/noty

Laravel package to incorporate noty flash notifications into laravel.

324.5k](/packages/sarfraznawaz2005-noty)

PHPackages © 2026

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