PHPackages                             stackinstance/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. stackinstance/mailer-bundle

ActiveSymfony-bundle

stackinstance/mailer-bundle
===========================

Stack Instance Mailer

2.1.13(4y ago)02.8kMITPHPPHP &gt;=7.2.5

Since Jun 22Pushed 4y ago1 watchersCompare

[ Source](https://github.com/stackinstance/mailer-bundle)[ Packagist](https://packagist.org/packages/stackinstance/mailer-bundle)[ RSS](/packages/stackinstance-mailer-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (10)Dependencies (4)Versions (26)Used By (0)

\#Stack Instance Mailer bundle

How to install
--------------

[](#how-to-install)

composer require stackinstance/mailer-bundle

Usage
-----

[](#usage)

```
/**
 * @Route("/mail", name="mail")
 */
public function mailAction()
{
    $mailer     = $this->container->get('stack_instance.mailer');
    $attachment = new Attachment();

    $attachment->attach('/path/to/file/test.csv', 'file.csv', 'text/csv');

    $mailer->send('This is my subject', 'This is the body', 'to@example.org', 'from@example.org', 'cc@address.com', 'bcc@address.com', $attachment);
}
```

Website
-------

[](#website)

-

PHP requirements
----------------

[](#php-requirements)

As of version 2.0.2 the Stack Instance Mailer bundle needs a minimum of php 7.0.0

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 75.8% 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 ~78 days

Total

25

Last Release

1732d ago

Major Versions

1.3.0 → 2.0.02017-12-04

PHP version history (3 changes)1.0.0PHP &gt;=5.5.0

2.0.2PHP &gt;=7.0.0

2.1.4PHP &gt;=7.2.5

### Community

Maintainers

![](https://www.gravatar.com/avatar/254ea5a8d7423e40436cc28602f4071527b5b9e56e934998e068e22b558e0b4f?d=identicon)[r.kootstra](/maintainers/r.kootstra)

---

Top Contributors

[![rkootstra](https://avatars.githubusercontent.com/u/7458106?v=4)](https://github.com/rkootstra "rkootstra (72 commits)")[![stackinstance](https://avatars.githubusercontent.com/u/17470567?v=4)](https://github.com/stackinstance "stackinstance (23 commits)")

---

Tags

mailer bundle

### Embed Badge

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

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

###  Alternatives

[symfony/security-bundle

Provides a tight integration of the Security component into the Symfony full-stack framework

2.5k172.9M1.8k](/packages/symfony-security-bundle)[sonata-project/entity-audit-bundle

Audit for Doctrine Entities

644989.8k1](/packages/sonata-project-entity-audit-bundle)

PHPackages © 2026

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