PHPackages                             staffim/postman-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. staffim/postman-bundle

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

staffim/postman-bundle
======================

Mail handling for Symfony 2

1972PHP

Since Aug 23Pushed 9y ago5 watchersCompare

[ Source](https://github.com/staffim/PostmanBundle)[ Packagist](https://packagist.org/packages/staffim/postman-bundle)[ RSS](/packages/staffim-postman-bundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

PostmanBundle [![Build Status](https://camo.githubusercontent.com/7fc74931f797becf2f062bc83c2bcb24bf2b9acc6801c3e34564087f88844fd2/68747470733a2f2f7472617669732d63692e6f72672f7374616666696d2f506f73746d616e42756e646c652e706e67)](https://travis-ci.org/staffim/PostmanBundle)
================================================================================================================================================================================================================================================================================

[](#postmanbundle-)

Goal
----

[](#goal)

Foundation for mail handling (like Symfony's core HttpFoundation for HTTP).

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

[](#installation)

Require the `staffim/postman-bundle` package in your composer.json and update your dependencies.

```
$ composer require staffim/postman-bundle:*

```

Add the PostmanBundle to your application's kernel:

```
    public function registerBundles()
    {
        $bundles = array(
            ...
            new Postman\PostmanBundle\PostmanBundle(),
            ...
        );
        ...
    }
```

Usage
-----

[](#usage)

Define pipelining mail from your MTA to Symfony's console command. In Exim 4 this may be done by router

```
# /etc/exim4/conf.d/router/postman
postman:
    debug_print = "R: postman for $local_part@$domain"
    driver      = accept
    transport   = postman_pipe

```

and transport

```
# /etc/exim4/conf.d/transport/postman
postman_pipe:
    debug_print = "T: postman_pipe for $local_part@$domain"
    driver      = pipe

    return_fail_output
    # Failure to exec is treated specially, and causes the message to be frozen.
    freeze_exec_fail

    path    = "/bin:/usr/bin:/usr/local/bin"
    command = "/usr/bin/php /var/www/app/app/console -e=prod postman:mail:handle"
    user    = www-data
    group   = www-data
    umask   = 022

```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 77.3% 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/347306?v=4)[Vyacheslav Salakhutdinov](/maintainers/megazoll)[@megazoll](https://github.com/megazoll)

---

Top Contributors

[![megazoll](https://avatars.githubusercontent.com/u/347306?v=4)](https://github.com/megazoll "megazoll (17 commits)")[![alexeyshockov](https://avatars.githubusercontent.com/u/203120?v=4)](https://github.com/alexeyshockov "alexeyshockov (4 commits)")[![fureev](https://avatars.githubusercontent.com/u/1880288?v=4)](https://github.com/fureev "fureev (1 commits)")

### Embed Badge

![Health badge](/badges/staffim-postman-bundle/health.svg)

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

###  Alternatives

[mattketmo/email-checker

Throwaway email detection library

2752.1M5](/packages/mattketmo-email-checker)[sarfraznawaz2005/noty

Laravel package to incorporate noty flash notifications into laravel.

324.5k](/packages/sarfraznawaz2005-noty)

PHPackages © 2026

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