phug / lexer
Pug (ex-Jade) lexer for PHP, HTML template engine structured by indentation
2.0.1
2026-03-15 18:02 UTC
Requires
- php: >=5.5.0
- phug/reader: ^0.2.0 || ^1.0 || ^2.0
- phug/util: ^1.5 || ^2.0
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