Pug (ex-Jade) compiler for PHP, HTML template engine structured by indentation


Keywords
php, template, html, jade, views, compiler, render, presentation, dialect, phtml, pug, phug
License
MIT

Documentation

Phug Compiler

What is Phug Compiler?

The Phug compiler get pug string or a pug file then return a PHP compiled template.

Installation

Install via Composer

composer require phug/compiler

Usage

$compiler = new Phug\Compiler($options);
$phtml = $compiler->compile($pugInput);

//$phtml is the PHP compiled template