cblanquera/cradle-handlebars

Handlebars for Cradle

Installs: 4 813

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:plugin

pkg:composer/cblanquera/cradle-handlebars

dev-master 2018-03-12 06:57 UTC

This package is auto-updated.

Last update: 2025-10-13 23:46:10 UTC


README

Deprecation Notice: This project has been moved to https://github.com/CradlePHP/Cradle

cradle-handlebars

Mail Handling for Cradle with Swift Mailer

1. Requirements

You should be using CradlePHP currently at dev-master. See https://cradlephp.github.io/ for more information.

2. Install

composer require cblanquera/cradle-handlebars

Then in /bootstrap.php, add

->register('cblanquera/cradle-handlebars')

3. Usage

$template = cradle('global')->handlebars()->compile('{{foo}}');
echo $template(array('foo' => 'bar'));

See http://handlebarsjs.com/ for more information about handlebars.