PHPackages                             symsensor/actuator-mailer-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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. symsensor/actuator-mailer-bundle

ActiveSymfony-bundle[Logging &amp; Monitoring](/categories/logging)

symsensor/actuator-mailer-bundle
================================

Extension for the ActuatorBundle which provides health checking capabilities for the symfony mailer component.

v1.1.0(2y ago)01.3k[1 issues](https://github.com/SymSensor/ActuatorMailerBundle/issues)MITPHP

Since Aug 11Pushed 2y agoCompare

[ Source](https://github.com/SymSensor/ActuatorMailerBundle)[ Packagist](https://packagist.org/packages/symsensor/actuator-mailer-bundle)[ RSS](/packages/symsensor-actuator-mailer-bundle/feed)WikiDiscussions main Synced yesterday

READMEChangelog (2)Dependencies (11)Versions (3)Used By (0)

ActuatorMailerBundle
====================

[](#actuatormailerbundle)

[![](https://github.com/SymSensor/ActuatorMailerBundle/raw/main/docs/logo.png?raw=true)](https://github.com/SymSensor/ActuatorMailerBundle/blob/main/docs/logo.png?raw=true)

ActuatorMailerBundle extends [ActuatorBundle](https://github.com/SymSensor/ActuatorBundle) by providing health indicator and information collector for the symfony mailer component.

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

[](#installation)

Make sure Composer is installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

### Applications that use Symfony Flex

[](#applications-that-use-symfony-flex)

Open a command console, enter your project directory and execute:

```
$ composer require symsensor/actuator-mailer-bundle
```

### Applications that don't use Symfony Flex

[](#applications-that-dont-use-symfony-flex)

#### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require symsensor/actuator-mailer-bundle
```

#### Step 2: Enable the Bundle

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in the `config/bundles.php` file of your project:

```
// config/bundles.php

return [
    // ...
    SymSensor\ActuatorBundle\SymSensorActuatorMailerBundle::class => ['all' => true],
];
```

Configuration
-------------

[](#configuration)

The Bundle can be configured with a configuration file named `config/packages/sym_sensor_actuator.yaml`. Following snippet shows the default value for all configurations:

```
sym_sensor_actuator_mailer:
  enabled: true
  transports:
    default:
      service: mailer.default_transport
```

License
-------

[](#license)

ActuatorBundle is released under the MIT Licence. See the bundled LICENSE file for details.

Author
------

[](#author)

Originally developed by [Arkadiusz Kondas](https://twitter.com/ArkadiuszKondas)

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

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 ~116 days

Total

2

Last Release

941d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/905dd52f3e3496d49f533a665ce4563dd944876be109503e36efd57bf9885c5b?d=identicon)[kreemer](/maintainers/kreemer)

---

Tags

actuatorsymfonysymfony-bundlesymfony-maileractuator

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/symsensor-actuator-mailer-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/symsensor-actuator-mailer-bundle/health.svg)](https://phpackages.com/packages/symsensor-actuator-mailer-bundle)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1189.8k](/packages/rcsofttech-audit-trail-bundle)[ecotone/symfony-bundle

Ecotone for Symfony — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Symfony Messenger, via PHP attributes.

11249.0k1](/packages/ecotone-symfony-bundle)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k14](/packages/2lenet-crudit-bundle)[inspector-apm/inspector-symfony

Code Execution Monitoring for Symfony applications.

2839.2k10](/packages/inspector-apm-inspector-symfony)

PHPackages © 2026

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