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

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

youshido/mail
=============

Symfony Budnle for Email templates, variables and attachments integration

v0.2.6(9y ago)11.7kMITPHPPHP &gt;=5.6

Since Nov 25Pushed 8y ago2 watchersCompare

[ Source](https://github.com/Youshido/MailBundle)[ Packagist](https://packagist.org/packages/youshido/mail)[ Docs](https://github.com/Youshido/MailBundle)[ RSS](/packages/youshido-mail/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (2)Versions (14)Used By (0)

Mail Bundle
===========

[](#mail-bundle)

### 1. Basic config:

[](#1-basic-config)

```
youshido_mail:
    config:
        from: test@test.com # default from for all emails
    emails:
        registration_success: # email config id
            subject:  Welcome to our service #not necessary
            template: '@App/emails/register-success.html.twig'
            from: billing@test.com # optional From for this config
        personal_reminder: # email config id
            subject:  Hi %name%, your reminder is here!
            template: '@App/emails/register-success.html.twig'
            from: billing@test.com # optional From for this config
```

### 2. Usage:

[](#2-usage)

```
$mailer = $this->container->get('youshido.mailer');
$mailer->sendEmailWithId('registration_success', 'user@test.com', ['name' => 'Alex']);

$mailer->sendEmailWithId('personal_reminder', 'user@test.com', ['name' => 'Alex']);
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 62.5% 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 ~48 days

Recently: every ~21 days

Total

12

Last Release

3292d ago

PHP version history (2 changes)v0.0.1PHP &gt;=5.4

v0.2PHP &gt;=5.6

### Community

Maintainers

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

---

Top Contributors

[![viniychuk](https://avatars.githubusercontent.com/u/1412341?v=4)](https://github.com/viniychuk "viniychuk (10 commits)")[![portey](https://avatars.githubusercontent.com/u/1961696?v=4)](https://github.com/portey "portey (6 commits)")

---

Tags

symfonybundlemailemail-templatecIdemail variable

### Embed Badge

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

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

###  Alternatives

[stephpy/timeline-bundle

Symfony2 bundle to make timeline

192368.4k4](/packages/stephpy-timeline-bundle)[secit-pl/imap-bundle

PHP-IMAP Symfony integration.

711.5M2](/packages/secit-pl-imap-bundle)[scullwm/mailhookbundle

A bundle to catch API webhook from differents mail service

4020.5k](/packages/scullwm-mailhookbundle)[mcfedr/awspushbundle

A set of services to simplify using Aws to send push notifications

40378.6k1](/packages/mcfedr-awspushbundle)

PHPackages © 2026

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