PHPackages                             nti/email-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. nti/email-bundle

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

nti/email-bundle
================

Symfony NTIEmailBundle

v5.5.2(2y ago)25.0k4MITPHP

Since Jan 20Pushed 2y ago6 watchersCompare

[ Source](https://github.com/ntidev/EmailBundle)[ Packagist](https://packagist.org/packages/nti/email-bundle)[ RSS](/packages/nti-email-bundle/feed)WikiDiscussions master Synced today

READMEChangelog (9)DependenciesVersions (19)Used By (0)

NTIEmailBundle
==============

[](#ntiemailbundle)

### Installation

[](#installation)

1. Install the bundle using composer:

    ```
    $ composer require ntidev/email-bundle "dev-master"

    ```
2. Add the bundle configuration to the AppKernel

    ```
    public function registerBundles()
    {
        $bundles = array(
            ...
            new NTI\EmailBundle\NTIEmailBundle(),
            ...
        );
    }

    ```
3. Update the database schema

    ```
    $ php app/console doctrine:schema:update

    ```

### Usage

[](#usage)

### Cronjob

[](#cronjob)

Schedule the following cronjob to check and send emails in the queue:

```
# /etc/crontab
# ...
# NTIEmailBundle
* * * * * [user] php /path/to/project/app/console nti:email:check

```

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~166 days

Total

14

Last Release

801d ago

Major Versions

v1.0.0 → v2.0.242017-09-19

v2.0.26 → v3.0.42018-12-25

3.0.6 → v4.0.02020-08-10

v4.0.1 → v5.0.02022-10-13

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/20537953?v=4)[Net Tech International](/maintainers/ntidev)[@ntidev](https://github.com/ntidev)

---

Top Contributors

[![angelbencosme](https://avatars.githubusercontent.com/u/6846866?v=4)](https://github.com/angelbencosme "angelbencosme (5 commits)")[![bvisonl](https://avatars.githubusercontent.com/u/4421747?v=4)](https://github.com/bvisonl "bvisonl (4 commits)")[![ealcantara22](https://avatars.githubusercontent.com/u/56136351?v=4)](https://github.com/ealcantara22 "ealcantara22 (3 commits)")

---

Tags

EmailBundle

### Embed Badge

![Health badge](/badges/nti-email-bundle/health.svg)

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

###  Alternatives

[maize-tech/laravel-email-domain-rule

Laravel Email Domain Rule

612.0k](/packages/maize-tech-laravel-email-domain-rule)[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)
