marcosdsanchez/mustache-templating-engine

Mustache templating engine for symfony/templating

v1.0.0 2019-12-25 20:24 UTC

This package is auto-updated.

Last update: 2025-06-26 08:31:11 UTC


README

A Symfony engine of the Mustache template rendering. Should be used with symfony/templating and mustache/mustache

  1. Installing

Composer

Just run following command with composer:

composer require marcosdsanchez/mustache-templating-engine

Lookup desired version constraint from packagist. After adding this run

composer update