PHPackages                             guliano/esco-mail - 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. guliano/esco-mail

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

guliano/esco-mail
=================

ZF2 module wrapping mail functionality

v0.3.1(5y ago)0556MITPHPPHP ^5.6|^7.0,&lt;7.4CI failing

Since Apr 29Pushed 5y ago1 watchersCompare

[ Source](https://github.com/guliano/esco-mail)[ Packagist](https://packagist.org/packages/guliano/esco-mail)[ RSS](/packages/guliano-esco-mail/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (10)Versions (6)Used By (0)

EscoMail
========

[](#escomail)

[![Build Status](https://camo.githubusercontent.com/aa5df507a2792e1ddf4377646bde8e4f0cfb91fef869b50da0f928de006b8452/68747470733a2f2f7472617669732d63692e6f72672f67756c69616e6f2f6573636f2d6d61696c2e737667)](https://travis-ci.org/guliano/esco-mail)[![Coverage Status](https://camo.githubusercontent.com/4a89ab54d13d3ed79c18c57e971bdcb508380e233138663b54b31ed7aed9f246/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f67756c69616e6f2f6573636f2d6d61696c2f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/r/guliano/esco-mail?branch=master)

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

[](#introduction)

This module wraps ZF2 mail functionality. It supports file attachments, template email composition and extra `test mode` for sending e-mails to defined root e-mail address instead of real recipient.

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

[](#requirements)

Please see the [composer.json](composer.json) file.

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

[](#installation)

Run the following `composer` command:

```
$ composer require guliano/esco-mail
```

Alternately, manually add the following to your `composer.json`, in the `require` section:

Finally, add the module name to your project's `config/application.config.php` under the `modules`key:

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

Usage
=====

[](#usage)

TODO

Configuration
=============

[](#configuration)

### User Configuration

[](#user-configuration)

This module utilizes the top level key `esco-mail` for user configuration.

#### Key: `mail_test_mode`

[](#key-mail_test_mode)

TODO

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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

Total

5

Last Release

1848d ago

PHP version history (3 changes)v0.1PHP &gt;=5.3.0

v0.3.0PHP ^5.3|^7.0,&lt;7.4

v0.3.1PHP ^5.6|^7.0,&lt;7.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/986461ee088954647b8185c7b0f7de04f7cec27f22753894cc46093abffaa5d6?d=identicon)[guliano](/maintainers/guliano)

---

Top Contributors

[![guliano](https://avatars.githubusercontent.com/u/1310023?v=4)](https://github.com/guliano "guliano (25 commits)")

---

Tags

mailzendzf2

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/guliano-esco-mail/health.svg)

```
[![Health](https://phpackages.com/badges/guliano-esco-mail/health.svg)](https://phpackages.com/packages/guliano-esco-mail)
```

###  Alternatives

[spoonx/sxmail

A simple mail module for Zend Framework 2.

1173.1k](/packages/spoonx-sxmail)[mtymek/mt-mail

Zend Framework e-mail module. Using this library can easily create e-mail messages from PHTML templates (with optional layouts) and send them using configurable transports. Pluggable, EventManager-driven architecture allows you to customize every aspect of the process.

1839.2k3](/packages/mtymek-mt-mail)[rwoverdijk/sxmail

A simple mail module for Zend Framework 2.

111.5k](/packages/rwoverdijk-sxmail)[thefox/smtpd

SMTP server (library) written in pure PHP.

1302.4k1](/packages/thefox-smtpd)

PHPackages © 2026

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