phug/lexer

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

Maintainers

Package info

github.com/phug-php/lexer

Homepage

Documentation

pkg:composer/phug/lexer

Statistics

Installs: 95 086

Dependents: 2

Suggesters: 0

Stars: 3

Open Issues: 0

2.0.1 2026-03-15 18:02 UTC

This package is auto-updated.

Last update: 2026-05-17 22:23:36 UTC


README

What is Phug Lexer?

The Phug Lexer utilizes the Phug Reader to scan Pug code and turn it into a generator of tokens.

Installation

Install via Composer

composer require phug/lexer

Usage