PHPackages                             cocorico/swift-reader-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. [Mail &amp; Notifications](/categories/mail)
4. /
5. cocorico/swift-reader-bundle

ActiveSymfony-bundle[Mail &amp; Notifications](/categories/mail)

cocorico/swift-reader-bundle
============================

CocoricoSwiftReaderBundle is a free symfony bundle to read emails sent by Swift Mailer.

v0.1.0(8y ago)44091[1 issues](https://github.com/Cocolabs-SAS/CocoricoSwiftReaderBundle/issues)MITPHPPHP &gt;=5.3.9

Since Jul 28Pushed 8y ago4 watchersCompare

[ Source](https://github.com/Cocolabs-SAS/CocoricoSwiftReaderBundle)[ Packagist](https://packagist.org/packages/cocorico/swift-reader-bundle)[ Docs](http://cocorico.io)[ RSS](/packages/cocorico-swift-reader-bundle/feed)WikiDiscussions master Synced 2mo ago

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

CocoricoSwiftReaderBundle
=========================

[](#cocoricoswiftreaderbundle)

CocoricoSwiftReaderBundle is a free Symfony bundle to read emails sent by [Swift Mailer](https://github.com/swiftmailer/swiftmailer) from the Symfony Web Debug Toolbar.

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

[](#installation)

### Download the Bundle

[](#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:

```
$ php composer.phar require --dev cocorico/swift-reader-bundle
```

### Enable the Bundle

[](#enable-the-bundle)

Then, enable the bundle by adding the following line in the `app/config/AppKernel.php` file of your project:

```
...
    if (in_array($this->getEnvironment(), array('dev', 'test'), true)) {
        ...
        $bundles[] = new Cocorico\SwiftReaderBundle\CocoricoSwiftReaderBundle();
    }
...
```

### Update the routing

[](#update-the-routing)

Add the main route by adding the following lines in the `app/config/routing_dev.yml` file of your project:

```
...
_cocorico_swift_reader:
    resource: "@CocoricoSwiftReaderBundle/Resources/config/routing.yml"
    prefix:   /_cocorico_swift_reader
```

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

[](#configuration)

It is possible to modify the path where the emails are stored by adding the following lines in the `app/config/config_dev.yml` file of your project:

```
...
cocorico_swift_reader:
    path: "your/path/here"
```

Usage
-----

[](#usage)

One you have installed the bundle, you can read emails by clicking on the link `Swift Reader` in the profiler toolbar.

License
-------

[](#license)

This bundle is under the MIT license. See the complete license [in the bundle](LICENSE).

About Us
--------

[](#about-us)

This bundle is sponsored by [Cocolabs](http://www.cocolabs.io) creator of [Cocorico](https://github.com/Cocolabs-SAS/cocorico) an open source marketplace solution for services and rentals.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance15

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 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

Every ~0 days

Total

2

Last Release

3208d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/18029169?v=4)[Cocolabs](/maintainers/cocolabssas)[@cocolabssas](https://github.com/cocolabssas)

---

Top Contributors

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

---

Tags

cocoricoswiftsymfonymailemailreadermailerswiftmailer

### Embed Badge

![Health badge](/badges/cocorico-swift-reader-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/cocorico-swift-reader-bundle/health.svg)](https://phpackages.com/packages/cocorico-swift-reader-bundle)
```

###  Alternatives

[voku/bounce-mail-handler

Bounce Mail Handler

49230.9k2](/packages/voku-bounce-mail-handler)[boundstate/yii2-mailgun

Mailgun integration for the Yii framework

28160.6k](/packages/boundstate-yii2-mailgun)[yarcode/yii2-mailgun-mailer

Mailgun mailer implementation for Yii2

1576.0k](/packages/yarcode-yii2-mailgun-mailer)[sandstorm/templatemailer

Neos and Flow package for simple handling of template-based emails, including CSS inlining

1147.3k2](/packages/sandstorm-templatemailer)[andrewdyer/slim3-mailer

Email support for the Slim Framework using Twig and Swift Mailer.

1032.7k](/packages/andrewdyer-slim3-mailer)

PHPackages © 2026

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