PHPackages                             zf2-boiler-app/app-messenger - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. zf2-boiler-app/app-messenger

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

zf2-boiler-app/app-messenger
============================

ZF2 BoilerApp Messenger module

0175PHP

Since Aug 19Pushed 12y ago1 watchersCompare

[ Source](https://github.com/zf2-boiler-app/app-messenger)[ Packagist](https://packagist.org/packages/zf2-boiler-app/app-messenger)[ RSS](/packages/zf2-boiler-app-app-messenger/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

ZF2 BoilerApp "Messenger" module
================================

[](#zf2-boilerapp-messenger-module)

[![Build Status](https://camo.githubusercontent.com/acf882e741fddd3820c29128b292b09c798ce8a8b411a67afda39c28683deb91/68747470733a2f2f7472617669732d63692e6f72672f7a66322d626f696c65722d6170702f6170702d6d657373656e6765722e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/zf2-boiler-app/app-messenger)[![Latest Stable Version](https://camo.githubusercontent.com/89563a6b22a88d119118e7f9f447323943691bbe30e60589d5e9fa75220b0a02/68747470733a2f2f706f7365722e707567782e6f72672f7a66322d626f696c65722d6170702f6170702d6d657373656e6765722f762f737461626c652e706e67)](https://packagist.org/packages/zf2-boiler-app/app-messenger)[![Total Downloads](https://camo.githubusercontent.com/02e3b6f87f33d36d6a1153fbd31206f0285beff89659eb74c79aff945a3b07de/68747470733a2f2f706f7365722e707567782e6f72672f7a66322d626f696c65722d6170702f6170702d6d657373656e6765722f646f776e6c6f6164732e706e67)](https://packagist.org/packages/zf2-boiler-app/app-messenger)[![Code coverage](https://camo.githubusercontent.com/d88ad14609fc28b80da24e0c2f47229a8caecd3d6b7a71b5a25f6d286e839596/68747470733a2f2f7261772e6769746875622e636f6d2f7a66322d626f696c65722d6170702f6170702d746573742f6d61737465722f726573736f75726365732f3130302532352d636f64652d636f7665726167652e706e67 "100% code coverage")](https://camo.githubusercontent.com/d88ad14609fc28b80da24e0c2f47229a8caecd3d6b7a71b5a25f6d286e839596/68747470733a2f2f7261772e6769746875622e636f6d2f7a66322d626f696c65722d6170702f6170702d746573742f6d61737465722f726573736f75726365732f3130302532352d636f64652d636f7665726167652e706e67)

NOTE : This module is in heavy development, it's not usable yet. If you want to contribute don't hesitate, I'll review any PR.

Introduction
------------

[](#introduction)

**ZF2 BoilerApp "Messenger" module** is a Zend Framework 2 module that provides message managment for ZF2 Boiler-App

Requirements
------------

[](#requirements)

- [Zend Framework 2](https://github.com/zendframework/zf2) (latest master)
- [InlineStyle](https://github.com/christiaan/InlineStyle) (latest master)
- [ZF2 BoilerApp "User" module](https://github.com/zf2-boiler-app/app-user) (latest master)

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

[](#installation)

### Main Setup

[](#main-setup)

#### By cloning project

[](#by-cloning-project)

1. Clone this project into your `./vendor/` directory.

#### With composer

[](#with-composer)

1. Add this project in your composer.json:

    ```
    "repositories":[
        {
            "type": "vcs",
            "url": "http://github.com/Nodge/lessphp"
        },
        {
            "type": "package",
            "package": {
                "version": "dev-master",
                "name": "fabiomcosta/mootools-meio-mask",
                "source": {"url": "https://github.com/fabiomcosta/mootools-meio-mask.git","type": "git","reference": "master"}
            }
        },
        {
            "type": "package",
            "package": {
                "version": "dev-master",
                "name": "arian/iFrameFormRequest",
                "source": {"url": "https://github.com/arian/iFrameFormRequest.git","type": "git","reference": "master"}
            }
        },
        {
            "type": "package",
            "package": {
                "version": "dev-master",
                "name": "nak5ive/Form.PasswordStrength",
                "source": {"url": "https://github.com/nak5ive/Form.PasswordStrength.git","type": "git","reference": "master"}
            }
        }
    ],
    "require": {
        "zf2-boiler-app/app-messenger": "1.0.*"
    }
    ```
2. Now tell composer to download **ZF2 BoilerApp "Messenger" module** by running the command:

    ```
    $ php composer.phar update
    ```

#### Post installation

[](#post-installation)

1. Enabling it in your `application.config.php` file.

    ```
    return array(
        'modules' => array(
            // ...
            'BoilerAppMessenger'
        ),
        // ...
    );
    ```

Features
--------

[](#features)

\####Common

- Single "Message" entity : One Message to rule them all
- Provides multi types message (different transporters) :
    - Email
    - ...

\####Email

- Tree layout stack ([TreeLayoutStack](https://github.com/neilime/zf2-tree-layout-stack))
- Assets management ([AssetsBundle](https://github.com/neilime/zf2-assets-bundle)) :

Just add `AssetsBundle` in your `application.config.php` file to enable it.

- Inline style processing ([CssToInlineStyles](https://github.com/tijsverkoyen/CssToInlineStyles) [InlineStyle](https://github.com/christiaan/InlineStyle))
- Manage attachments
- Manage inline images as "inline attachments"

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/0cd480ea3050a483f3e08c365a6d847402b4edb110d706111d13ef33b845ef9f?d=identicon)[neilime](/maintainers/neilime)

---

Top Contributors

[![neilime](https://avatars.githubusercontent.com/u/314088?v=4)](https://github.com/neilime "neilime (44 commits)")

### Embed Badge

![Health badge](/badges/zf2-boiler-app-app-messenger/health.svg)

```
[![Health](https://phpackages.com/badges/zf2-boiler-app-app-messenger/health.svg)](https://phpackages.com/packages/zf2-boiler-app-app-messenger)
```

PHPackages © 2026

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