PHPackages                             indibeast/email-template-generator - 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. indibeast/email-template-generator

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

indibeast/email-template-generator
==================================

Email template generator

650PHP

Since Sep 21Pushed 10y ago4 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Email template generator using blade.
=====================================

[](#email-template-generator-using-blade)

[![Build Status](https://camo.githubusercontent.com/edad318d4e912b633b50c463ebea29e54784d78f510e360ca4f5368fe1c228b9/68747470733a2f2f7472617669732d63692e6f72672f696e646962656173742f656d61696c2d74656d706c6174652d67656e657261746f722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/indibeast/email-template-generator)[![Coverage Status](https://camo.githubusercontent.com/7618be8f7b51baf2c41ca15ad260d6426d173bd03f24bb885a7653569a1bcb50/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f696e646962656173742f656d61696c2d74656d706c6174652d67656e657261746f722f62616467652e7376673f6272616e63683d6d617374657226736572766963653d676974687562)](https://coveralls.io/github/indibeast/email-template-generator?branch=master)

Minimum Requirements
--------------------

[](#minimum-requirements)

- PHP 5.5+

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

[](#installation)

Install using composer:

```
composer require indibeast/email-template-generator
```

FileWriter
----------

[](#filewriter)

```
 $filewriter = new Writer(__DIR__ . '/../files/');//Set the directory
 $content = 'Hi {{$name}}';//Blade content
 $filewriter->setFilename('sample')->setContent($content)->save();//This will create sample.blade.php file in the given location.
```

FileReader
----------

[](#filereader)

```
$reader = new Reader(__DIR__ . '/../files/');//Set the directory where blade files located.
$reader->setFilename('sample')->readFile();//This will display 'Hi {{$name}}'.
```

BladeRender
-----------

[](#bladerender)

```
$bladeRender = new BladeRender(__DIR__ . '/../files',__DIR__ . '/../cache');//Set views nad cache folder for blade files.
$bladeRender->render('sample',['name' => 'Mahendra']);//This will display 'Hi Mahendra'.
```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](https://github.com/indibeast/email-template-generator/blob/master/LICENSE) for more information.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/f142486578cebceab0076cddde3ef02cab97a5936c8870847f47020b7eaeab31?d=identicon)[indibeast](/maintainers/indibeast)

### Embed Badge

![Health badge](/badges/indibeast-email-template-generator/health.svg)

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

###  Alternatives

[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[whitecube/nova-flexible-content

Flexible Content &amp; Repeater Fields for Laravel Nova.

8053.0M25](/packages/whitecube-nova-flexible-content)[mopa/bootstrap-bundle

Easy integration of twitters bootstrap into symfony2

7042.9M33](/packages/mopa-bootstrap-bundle)[limenius/react-bundle

Client and Server-side react rendering in a Symfony Bundle

3871.2M](/packages/limenius-react-bundle)[nicmart/string-template

StringTemplate is a very simple string template engine for php. I've written it to have a thing like sprintf, but with named and nested substutions.

2101.7M30](/packages/nicmart-string-template)[symfony/ux-icons

Renders local and remote SVG icons in your Twig templates.

555.8M69](/packages/symfony-ux-icons)

PHPackages © 2026

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