PHPackages                             appventus/spoolmailerbundle - 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. [Database &amp; ORM](/categories/database)
4. /
5. appventus/spoolmailerbundle

AbandonedArchivedSymfony-bundle[Database &amp; ORM](/categories/database)

appventus/spoolmailerbundle
===========================

Database spool emails

2.0.1(8y ago)715.4k4[1 issues](https://github.com/AppVentus/AvSpoolMailerBundle/issues)1MITPHPPHP &gt;=5.3.3

Since Dec 23Pushed 8y ago3 watchersCompare

[ Source](https://github.com/AppVentus/AvSpoolMailerBundle)[ Packagist](https://packagist.org/packages/appventus/spoolmailerbundle)[ RSS](/packages/appventus-spoolmailerbundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (4)Versions (8)Used By (1)

AvSpoolMailerBundle
===================

[](#avspoolmailerbundle)

Allow you to store your mails as a spool and send transactionnal direct mails or store it in db

---

1. Installation

This bundle is on Packagist here :

2. Configuration :

Import this in your config.yml : - { resource: @AvSpoolMailerBundle/Resources/config/config.yml }

Always in config.yml, overwrite the sender mail config:

```
av_awesome_spool_mailer:
    contact_addresses:
      admin:
        address: [yours]
        name: [yours]
      noreply:
        address: [yours]
        name: [yours]
      ...

```

Add your owns, each row inside contact addresses will automatically be accessible in the parameter bag following this scheme :

example :

```
contact_addresses_**KEY**_address

```

3. Usage :

You can spool message in db with : $this-&gt;get('spool\_mailer')-&gt;queueMessage($message);

You can send instant email in controller with : $this-&gt;get('instant\_mailer')-&gt;send($message);

To send spooled messages, call : php app/console swiftmailer:spool:send

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~89 days

Total

7

Last Release

2986d ago

Major Versions

1.1.0 → 2.0.02017-08-29

### Community

Maintainers

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

---

Top Contributors

[![paulandrieux](https://avatars.githubusercontent.com/u/1942078?v=4)](https://github.com/paulandrieux "paulandrieux (17 commits)")[![TristanPouliquen](https://avatars.githubusercontent.com/u/9153231?v=4)](https://github.com/TristanPouliquen "TristanPouliquen (7 commits)")[![lenybernard](https://avatars.githubusercontent.com/u/618536?v=4)](https://github.com/lenybernard "lenybernard (6 commits)")[![Charlie-Lucas](https://avatars.githubusercontent.com/u/6369470?v=4)](https://github.com/Charlie-Lucas "Charlie-Lucas (3 commits)")[![gregumo](https://avatars.githubusercontent.com/u/11725078?v=4)](https://github.com/gregumo "gregumo (3 commits)")[![BFoucher](https://avatars.githubusercontent.com/u/16239924?v=4)](https://github.com/BFoucher "BFoucher (1 commits)")

---

Tags

doctrineswiftmailerspool

### Embed Badge

![Health badge](/badges/appventus-spoolmailerbundle/health.svg)

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

###  Alternatives

[doctrine/common

PHP Doctrine Common project is a library that provides additional functionality that other Doctrine projects depend on such as better reflection support, proxies and much more.

5.8k363.3M1.2k](/packages/doctrine-common)[gedmo/doctrine-extensions

Doctrine behavioral extensions

4.1k118.8M365](/packages/gedmo-doctrine-extensions)[symfony/property-info

Extracts information about PHP class' properties using metadata of popular sources

2.2k256.7M851](/packages/symfony-property-info)[beberlei/doctrineextensions

A set of extensions to Doctrine 2 that add support for additional query functions available in MySQL, Oracle, PostgreSQL and SQLite.

2.1k75.1M146](/packages/beberlei-doctrineextensions)[ramsey/uuid-doctrine

Use ramsey/uuid as a Doctrine field type.

90340.3M209](/packages/ramsey-uuid-doctrine)[carbonphp/carbon-doctrine-types

Types to use Carbon in Doctrine

213220.4M8](/packages/carbonphp-carbon-doctrine-types)

PHPackages © 2026

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