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

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

alexeyshockov/postman-bundle
============================

Mail handling for Symfony 2

v0.1.0(12y ago)218[2 issues](https://github.com/alexeyshockov/PostmanBundle/issues)MITPHPPHP &gt;=5.3.2

Since May 22Pushed 12y ago1 watchersCompare

[ Source](https://github.com/alexeyshockov/PostmanBundle)[ Packagist](https://packagist.org/packages/alexeyshockov/postman-bundle)[ Docs](http://github.com/alexeyshockov/PostmanBundle)[ RSS](/packages/alexeyshockov-postman-bundle/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (5)Versions (3)Used By (0)

PostmanBundle
=============

[](#postmanbundle)

Goal
----

[](#goal)

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

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

[](#installation)

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

18

—

LowBetter than 8% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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

4739d ago

### Community

Maintainers

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

---

Top Contributors

[![alexeyshockov](https://avatars.githubusercontent.com/u/203120?v=4)](https://github.com/alexeyshockov "alexeyshockov (7 commits)")

---

Tags

symfonymail

### Embed Badge

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

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

###  Alternatives

[railsware/mailtrap-php

The Mailtrap SDK provides methods for all API functions.

56770.5k](/packages/railsware-mailtrap-php)[scullwm/mailhookbundle

A bundle to catch API webhook from differents mail service

4020.5k](/packages/scullwm-mailhookbundle)[yzh52521/think-mail

A powerful and beautiful php mailer for All of ThinkPHP and Other PHP Frameworks based symfony

745.0k](/packages/yzh52521-think-mail)[dotkernel/dot-mail

Dotkernel mail component based on symfony mailer

1140.0k5](/packages/dotkernel-dot-mail)

PHPackages © 2026

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