PHPackages                             setono/sylius-mailer-plugin - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. setono/sylius-mailer-plugin

ActiveSylius-plugin[Utility &amp; Helpers](/categories/utility)

setono/sylius-mailer-plugin
===========================

Setono example plugin for Sylius.

01.1kPHPCI passing

Since Jun 4Pushed 11mo ago1 watchersCompare

[ Source](https://github.com/Setono/sylius-mailer-plugin)[ Packagist](https://packagist.org/packages/setono/sylius-mailer-plugin)[ RSS](/packages/setono-sylius-mailer-plugin/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Sylius Mailer Plugin
====================

[](#sylius-mailer-plugin)

[![Latest Version](https://camo.githubusercontent.com/19adba7657ef66a46791cc578768b9eb84e1dd41aa83d50f88d8ac300c704577/68747470733a2f2f706f7365722e707567782e6f72672f7365746f6e6f2f73796c6975732d6d61696c65722d706c7567696e2f762f737461626c65)](https://packagist.org/packages/setono/sylius-mailer-plugin)[![Software License](https://camo.githubusercontent.com/f3cfd2d6d948a8a21993b32499d2eea71008423f4644bae19aca3e1bd49421da/68747470733a2f2f706f7365722e707567782e6f72672f7365746f6e6f2f73796c6975732d6d61696c65722d706c7567696e2f6c6963656e7365)](LICENSE)[![Build Status](https://github.com/Setono/sylius-mailer-plugin/workflows/build/badge.svg)](https://github.com/Setono/sylius-mailer-plugin/actions)[![Code Coverage](https://camo.githubusercontent.com/fa1b246bfd67e5a0b3c3e70741b57f92ba93e208df7c2b8f75dfb9520a610e30/68747470733a2f2f636f6465636f762e696f2f67682f5365746f6e6f2f73796c6975732d6d61696c65722d706c7567696e2f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/Setono/sylius-mailer-plugin)[![Mutation testing](https://camo.githubusercontent.com/cc087c5a6f12efda77cb07ead6331fa8126341a90de263135fc8edfd04706380/68747470733a2f2f696d672e736869656c64732e696f2f656e64706f696e743f7374796c653d666c61742675726c3d687474707325334125324625324662616467652d6170692e737472796b65722d6d757461746f722e696f2532466769746875622e636f6d2532465365746f6e6f25324673796c6975732d6d61696c65722d706c7567696e2532466d6173746572)](https://dashboard.stryker-mutator.io/reports/github.com/Setono/sylius-mailer-plugin/master)

Enhance your Sylius store's mailing capabilities with this plugin. For now the plugin provides a logging mechanism for all emails sent from your store.

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

[](#installation)

1. Require the plugin with Composer:

    ```
    composer require setono/sylius-mailer-plugin
    ```
2. Add the plugin to your `config/bundles.php` file:

    ```
    return [
        // ...

        Setono\SyliusMailerPlugin\SetonoSyliusMailerPlugin::class => ['all' => true],
        Sylius\Bundle\GridBundle\SyliusGridBundle::class => ['all' => true],

        // ...
    ];
    ```

    Remember to add the plugin *before* the `SyliusGridBundle`.
3. Import the plugin's routing configuration:

    ```
    # config/routes/setono_sylius_mailer.yaml
    setono_sylius_mailer:
        resource: "@SetonoSyliusMailerPlugin/Resources/config/routes.yaml"
    ```
4. Run the database migrations:

    ```
    bin/console doctrine:migrations:diff
    bin/console doctrine:migrations:migrate
    ```

Usage
-----

[](#usage)

After installation, the plugin will automatically log all emails sent from your Sylius store. You can view the logged emails in the admin panel under the "Mailer &gt; Email log" section.

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity14

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2412177?v=4)[Joachim Løvgaard](/maintainers/loevgaard)[@loevgaard](https://github.com/loevgaard)

---

Top Contributors

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

---

Tags

phpsyliussylius-pluginsymfony

### Embed Badge

![Health badge](/badges/setono-sylius-mailer-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/setono-sylius-mailer-plugin/health.svg)](https://phpackages.com/packages/setono-sylius-mailer-plugin)
```

###  Alternatives

[phalcon/zephir

Zephir is a compiled high level language aimed to the creation of C-extensions for PHP

3.4k414.1k18](/packages/phalcon-zephir)[rafaelfragoso/haversini-formula

This PHP class can replace the Google Distance Matrix to calculate the distance between two points using latitude and longitude. It will prevent you to do massive requests to Google servers and enhance your service performance.

45212.0k](/packages/rafaelfragoso-haversini-formula)

PHPackages © 2026

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