PHPackages                             gdpro/gdpro-mailer - 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. gdpro/gdpro-mailer

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

gdpro/gdpro-mailer
==================

Mailer module to manage mailer, message, smtp, logger, jobs

1.1.3(9y ago)11421MITPHPPHP &gt;=5.5.8

Since Dec 3Pushed 9y ago1 watchersCompare

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

READMEChangelogDependencies (9)Versions (17)Used By (1)

Gdpro Mailer
------------

[](#gdpro-mailer)

### Introduction

[](#introduction)

Gdpro Mailer is a module manage smtp connection, message, mailer. It permit to add messages in a queue and to execute the job later through command line.

### Changelog

[](#changelog)

[doc/CHANGELOG.md](doc/CHANGELOG.md)

### Requirements

[](#requirements)

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

### Installation

[](#installation)

Run the following `composer` command:

```
$ composer require "gdpro/gdpro-mailer:~1.0"
```

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

```
"require": {
    "gdpro/gdpro-mailer": "~1.0"
}
```

And then run `composer update` to ensure the module is installed.

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

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

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity66

Established project with proven stability

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

Recently: every ~41 days

Total

13

Last Release

3381d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/12bb1d3b51340daa0f19c946f2ba7d3e4b277854fc722409809d0e43845fe0de?d=identicon)[garygitton](/maintainers/garygitton)

---

Top Contributors

[![garygitton](https://avatars.githubusercontent.com/u/3704874?v=4)](https://github.com/garygitton "garygitton (54 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/gdpro-gdpro-mailer/health.svg)

```
[![Health](https://phpackages.com/badges/gdpro-gdpro-mailer/health.svg)](https://phpackages.com/packages/gdpro-gdpro-mailer)
```

###  Alternatives

[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)[anod/gmail-imap

API to work with Gmail using IMAP built on top of Zend Imap Library

728.7k](/packages/anod-gmail-imap)[thefox/smtpd

SMTP server (library) written in pure PHP.

1302.4k1](/packages/thefox-smtpd)[spoonx/sxmail

A simple mail module for Zend Framework 2.

1173.1k](/packages/spoonx-sxmail)[rwoverdijk/sxmail

A simple mail module for Zend Framework 2.

111.5k](/packages/rwoverdijk-sxmail)

PHPackages © 2026

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