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

ActiveSymfony-bundle[Templating &amp; Views](/categories/templating)

ccc/email-template-bundle
=========================

Twig extension for quick integration of email templates that you manage in the database

1111PHP

Since Sep 16Pushed 11y ago8 watchersCompare

[ Source](https://github.com/tamago-db/EmailTemplateBundle)[ Packagist](https://packagist.org/packages/ccc/email-template-bundle)[ RSS](/packages/ccc-email-template-bundle/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

CCCEmailTemplateBundle
======================

[](#cccemailtemplatebundle)

Email template form type with Ajax (using jQuery) to populate a textarea field and list/insert/update/delete pages to manage email templates in a Doctrine-managed database. Highly experimental and subject to change. Use at your own risk.

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

[](#installation)

### Add the package to your dependencies

[](#add-the-package-to-your-dependencies)

```
{
    "require": {
        "ccc/email-template-bundle": "dev-master"
        ...
    }
}
```

### Register the bundle in your kernel

[](#register-the-bundle-in-your-kernel)

```
public function registerBundles()
{
    $bundles = array(
        // ...
        new FOS\JsRoutingBundle\FOSJsRoutingBundle(),
        new CCC\EmailTemplateBundle\EmailTemplateBundle(),
        // ...
    );
```

### Update your packages

[](#update-your-packages)

```
$ php composer.phar update
```

### Update your database schema

[](#update-your-database-schema)

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

### Add routes

[](#add-routes)

```
# app/config/routing.yml
ccc_email_template:
    resource: "@CCCEmailTemplateBundle/Resources/config/routing.yml"
    prefix:   /
```

### Translations

[](#translations)

If you wish to use default text provided in this bundle, you have to make sure you have translator enabled in your config.

```
# app/config/config.yml

framework:
    translator: ~
```

Usage
-----

[](#usage)

After populating database with some templates you can use by:

```
$builder
    ->add('email_template', 'email_template_select', array(
        'required' => false,
        'label' => 'email'
    ));
```

See /email-template/select for an example

Routes
------

[](#routes)

Available in config/routing/emailtemplate.yml

- `/email-template/` - lists all templates available
- `/email-template/new` - create a new template
- `/email-template/{id}/show` - show the details of a template
- `/email-template/{id}/edit` - edit a template
- `/email-template/{id}/delete` - delete a template

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

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

### Community

Maintainers

![](https://www.gravatar.com/avatar/0d6ef04132ded978641abea255e050d1fc5f640de4df6dd8ec0acb7514ea7b03?d=identicon)[nurikabe](/maintainers/nurikabe)

![](https://avatars.githubusercontent.com/u/2322397?v=4)[Michael Langford](/maintainers/michael-langford)[@michael-langford](https://github.com/michael-langford)

---

Top Contributors

[![tomiford](https://avatars.githubusercontent.com/u/1459286?v=4)](https://github.com/tomiford "tomiford (10 commits)")[![michael-langford](https://avatars.githubusercontent.com/u/2322397?v=4)](https://github.com/michael-langford "michael-langford (1 commits)")

### Embed Badge

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

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

###  Alternatives

[limenius/react-bundle

Client and Server-side react rendering in a Symfony Bundle

3861.2M](/packages/limenius-react-bundle)[area17/laravel-auto-head-tags

Laravel Auto Head Tags helps you build the list of head elements for your app

4616.0k](/packages/area17-laravel-auto-head-tags)[jelix/wikirenderer

WikiRenderer is a library to generate HTML or anything else from wiki content.

1712.2k1](/packages/jelix-wikirenderer)[webkinder/sproutset

A Composer package for handling responsive images in Roots Bedrock + Sage + Blade projects.

281.8k](/packages/webkinder-sproutset)

PHPackages © 2026

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