Download the PHP package mthaml/silex-mthaml without Composer
On this page you can find all versions of the php package mthaml/silex-mthaml. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package silex-mthaml
Silex-MtHaml
HAML templating for Silex using the MtHaml PHP HAML parser.
Features
- Acts as a Twig preprocessor: Supports Twig functions, filters, macros, blocks, inheritance, expressions and every Twig features
- Mix Twig and HAML templates: You can include, extend, use and import Twig templates from HAML templates, and vice versa.
- High performance: Templates are compiled to PHP code and cached, no parsing or runtime overhead.
- HAML syntax supported by editors
Installation
Install using composer:
Then register the service provider:
Usage
Name your template with a .haml
suffix, and call render
as usual.
Syntax
See MtHaml docs
All versions of silex-mthaml with dependencies
PHP Build Version
Package Version
Requires
mthaml/mthaml Version
1.*
The package mthaml/silex-mthaml contains the following files
Loading the files please wait ....