PHPackages                             avn/symfony-send-email - 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. avn/symfony-send-email

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

avn/symfony-send-email
======================

0.1.1(3y ago)02MITPHPPHP ^7.4

Since Jun 3Pushed 3y ago1 watchersCompare

[ Source](https://github.com/AlexVasechkin/symfony-send-email)[ Packagist](https://packagist.org/packages/avn/symfony-send-email)[ RSS](/packages/avn-symfony-send-email/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (2)Versions (2)Used By (0)

Comfortable ready service for Symfony projects to send email
============================================================

[](#comfortable-ready-service-for-symfony-projects-to-send-email)

Description
-----------

[](#description)

The service sends html email via symfony/mailer.

Usage
-----

[](#usage)

```
class SomeController extends AbstractController
{
    public function index(
        SendEmailAction $sendEmailAction
    ) {
        $sendEmailAction->execute(
            new SendEmailRequest(
                'login@domain.zone', //to
                'Greetings!', //subject
                'Hello, it`s me!' // textContent
                'Hello, it`s me!' //htmlContent
            )
        );
    }
}
```

Don`t forget
------------

[](#dont-forget)

Add parameter app.email.from to config/services.yml. Set email from as a value.

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1126d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ae1733023c2dea6cb76f21f20e1fe5266dda8ba76cccc6dd9bbd0e93f56fddb9?d=identicon)[Alex.Vasechkin](/maintainers/Alex.Vasechkin)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/avn-symfony-send-email/health.svg)

```
[![Health](https://phpackages.com/badges/avn-symfony-send-email/health.svg)](https://phpackages.com/packages/avn-symfony-send-email)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M737](/packages/sylius-sylius)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.8M507](/packages/pimcore-pimcore)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[kimai/kimai

Kimai - Time Tracking

4.8k9.0k1](/packages/kimai-kimai)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M203](/packages/sulu-sulu)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M574](/packages/shopware-core)

PHPackages © 2026

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