Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lexik/lexikmailerbundle
This Symfony2 bundle allow you to manage some HTML email templates stored in your database. Templates are written with Twig and use I18N. You can also create some layouts to decorate your email.
https://github.com/lexik/lexikmailerbundle
bundle php symfony symfony-bundle
Last synced: about 3 hours ago
JSON representation
This Symfony2 bundle allow you to manage some HTML email templates stored in your database. Templates are written with Twig and use I18N. You can also create some layouts to decorate your email.
- Host: GitHub
- URL: https://github.com/lexik/lexikmailerbundle
- Owner: lexik
- License: mit
- Created: 2012-04-27T14:01:33.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2019-11-29T16:59:24.000Z (about 5 years ago)
- Last Synced: 2025-01-16T10:04:37.085Z (1 day ago)
- Topics: bundle, php, symfony, symfony-bundle
- Language: PHP
- Size: 345 KB
- Stars: 82
- Watchers: 15
- Forks: 44
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Overview
========This Symfony bundle allow you to manage some HTML email templates stored in your database. Templates are written with Twig and use I18N.
You can also create some layouts to decorate your email.**Twig 1.2.0 or later is required.**
[![Build Status](https://secure.travis-ci.org/lexik/LexikMailerBundle.png?branch=master)](http://travis-ci.org/lexik/LexikMailerBundle)
[![Latest Stable Version](https://poser.pugx.org/lexik/mailer-bundle/v/stable)](https://packagist.org/packages/lexik/mailer-bundle)
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/65df9f8f-6336-4e28-bec5-fe7f501a21dc/mini.png)](https://insight.sensiolabs.com/projects/65df9f8f-6336-4e28-bec5-fe7f501a21dc)Documentation
=============For installation and configuration refer to [Resources/doc/index.md](https://github.com/lexik/LexikMailerBundle/blob/master/Resources/doc/index.md)