PHPackages                             ezzing/email-template-manager - 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. [Templating &amp; Views](/categories/templating)
4. /
5. ezzing/email-template-manager

ActiveLibrary[Templating &amp; Views](/categories/templating)

ezzing/email-template-manager
=============================

Create, save, and edit your own email templates, and then send them to anybody whenever you need it

1.0.1(10y ago)041MITJavaScript

Since May 23Pushed 10y ago1 watchersCompare

[ Source](https://github.com/ezzing/email-template-manager)[ Packagist](https://packagist.org/packages/ezzing/email-template-manager)[ Docs](https://github.com/ezzing/email-template-manager)[ RSS](/packages/ezzing-email-template-manager/feed)WikiDiscussions master Synced today

READMEChangelog (2)DependenciesVersions (2)Used By (0)

email-template-manager
======================

[](#email-template-manager)

Create, save, and edit your own email templates, and then send them to anybody whenever you need it.

How to install
--------------

[](#how-to-install)

##### 0- Add email-template-manager as a composer dependency

[](#0--add-email-template-manager-as-a-composer-dependency)

`composer require ezzing/email-template-manager`

##### 1- Edtir your composer.json to add email-template-manager into PSR-4 autoloading

[](#1--edtir-your-composerjson-to-add-email-template-manager-into-psr-4-autoloading)

```
"psr-4": {
    "App\\": "app/",
    "Ezzing\\EmailTemplateManager\\":"vendor/ezzing/email-template-manager/src"
}

```

##### 2- Edit your config/app.php to add a new service provider

[](#2--edit-your-configappphp-to-add-a-new-service-provider)

```
'providers' => [
    ...
    Ezzing\EmailTemplateManager\EmailTemplatesManagerProvider::class,
    ...
]

```

##### 3- Refresh autoload\_classmap.php so new service provider can be recognised

[](#3--refresh-autoload_classmapphp-so-new-service-provider-can-be-recognised)

`composer dump-autoload`

##### 4- Publish new package

[](#4--publish-new-package)

`php artisan vendor:publish`

Files are published in /public/resources/emailTemplateManager directory.

##### 5- Refresh autoload\_classmap.php so new models and seeders cand be recognised

[](#5--refresh-autoload_classmapphp-so-new-models-and-seeders-cand-be-recognised)

`composer dump-autoload`

##### 6- Migrate email-template-manager tables into your DB

[](#6--migrate-email-template-manager-tables-into-your-db)

`php artisan migrate`

##### 7- Seed new email-template-manager tables

[](#7--seed-new-email-template-manager-tables)

`php artisan db:seed --class=MailTemplateManagerSeeder`

Done!
-----

[](#done)

Now you can access your email template manager accessig to

`http://yourdomain/template_manager`

You can change this route modifying /vendor/ezzing/email\_template\_manager/src/routes.php.

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 80% 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

Unknown

Total

1

Last Release

3690d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/14041944?v=4)[Adrián López Martínez](/maintainers/adriloma)[@adriloma](https://github.com/adriloma)

---

Top Contributors

[![adriloma](https://avatars.githubusercontent.com/u/14041944?v=4)](https://github.com/adriloma "adriloma (12 commits)")[![RubenRodriguezFdz](https://avatars.githubusercontent.com/u/16115660?v=4)](https://github.com/RubenRodriguezFdz "RubenRodriguezFdz (3 commits)")

---

Tags

emailtemplateemail-templatetemplate manager

### Embed Badge

![Health badge](/badges/ezzing-email-template-manager/health.svg)

```
[![Health](https://phpackages.com/badges/ezzing-email-template-manager/health.svg)](https://phpackages.com/packages/ezzing-email-template-manager)
```

###  Alternatives

[lorenzo/pinky

A Foundation for Emails (Inky) template transpiler

29314.0M13](/packages/lorenzo-pinky)[larablocks/pigeon

A more flexible email message builder for Laravel 5 including chained methods, reusable message configurations, and message layout and template view management.

143.7k](/packages/larablocks-pigeon)

PHPackages © 2026

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