PHPackages                             proshore/email-templates - 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. proshore/email-templates

ActiveLibrary

proshore/email-templates
========================

Email Template Management

v0.1.4(8y ago)18193HTML

Since Dec 14Pushed 8y ago5 watchersCompare

[ Source](https://github.com/proshore/email-templates)[ Packagist](https://packagist.org/packages/proshore/email-templates)[ RSS](/packages/proshore-email-templates/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (5)DependenciesVersions (8)Used By (0)

Email Template Management for Laravel 5.5
=========================================

[](#email-template-management-for-laravel-55)

[![Latest Stable Version](https://camo.githubusercontent.com/9cf0d69d9482b669a8d04206b9691dea0954881ac9fe4fa6f84bd2de10310320/68747470733a2f2f706f7365722e707567782e6f72672f70726f73686f72652f656d61696c2d74656d706c617465732f762f737461626c65)](https://packagist.org/packages/proshore/email-templates)[![Total Downloads](https://camo.githubusercontent.com/e846555278ded27898e3e2555f651c07926f6fe790137d566c45b324eeb72f36/68747470733a2f2f706f7365722e707567782e6f72672f70726f73686f72652f656d61696c2d74656d706c617465732f646f776e6c6f616473)](https://packagist.org/packages/proshore/email-templates)[![Latest Unstable Version](https://camo.githubusercontent.com/0b5f97cfd8f17a2b5144ae3e4e90fb8bdd59468adefb070637b0c9b75944cfd6/68747470733a2f2f706f7365722e707567782e6f72672f70726f73686f72652f656d61696c2d74656d706c617465732f762f756e737461626c65)](https://packagist.org/packages/proshore/email-templates)[![License](https://camo.githubusercontent.com/d99cd5b88241ffe7d8f9f8a6bb8221998a3fd0ee694a2b7e80f8ee88112ae21d/68747470733a2f2f706f7365722e707567782e6f72672f70726f73686f72652f656d61696c2d74656d706c617465732f6c6963656e7365)](https://packagist.org/packages/proshore/email-templates)[![StyleCI](https://camo.githubusercontent.com/2ba1ae897619a35d37c3cbcea25df3b60a0e636b6a7c6eca22138f68edecc5fb/68747470733a2f2f7374796c6563692e696f2f7265706f732f3131333533303936392f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/113530969)

Email Template Management with Bootstrap &amp; TinyMCE Editor

Can be used managing email templates from backend.

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

[](#installation)

1. Require this package with composer.

```
composer require proshore/email-templates
```

Laravel 5.5 uses Package Auto-Discovery, so you don't have to manually add the package to the ServiceProvider.

If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php

```
Proshore\EmailTemplates\EmailTemplatesServiceProvider::class,
```

2. Publish file.

Publishing
----------

[](#publishing)

#### Publishing the config file

[](#publishing-the-config-file)

```
php artisan vendor:publish --tag=config
```

#### Publishing views

[](#publishing-views)

```
php artisan vendor:publish --tag=views
```

#### Publishing migrations

[](#publishing-migrations)

```
php artisan vendor:publish --tag=migrations
```

#### Publishing assets

[](#publishing-assets)

```
php artisan vendor:publish --tag=public
```

Usage
-----

[](#usage)

TinyMCE script should be included in your appropriate layout. Multiple slugs can be added to config based on which the template identifiers are displayed in CRUD section, please change the config file located at 'config/proshore-email-templates.php'. Initially, there are some slugs to get you started with.

Contributor
-----------

[](#contributor)

Sudhir Bastakoti

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 60% 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 ~5 days

Total

5

Last Release

3057d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/22026481?v=4)[Proshore](/maintainers/proshore)[@proshore](https://github.com/proshore)

---

Top Contributors

[![sudhirconscious](https://avatars.githubusercontent.com/u/2309647?v=4)](https://github.com/sudhirconscious "sudhirconscious (9 commits)")[![babiz](https://avatars.githubusercontent.com/u/5087350?v=4)](https://github.com/babiz "babiz (6 commits)")

### Embed Badge

![Health badge](/badges/proshore-email-templates/health.svg)

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

PHPackages © 2026

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