We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aef3c65 commit 020a9d5Copy full SHA for 020a9d5
README.md
@@ -5,6 +5,10 @@ Parse [Handlebars](https://handlebarsjs.com) templates to a spec-compliant AST w
5
Implements the same lexical analysis and grammar specification as Handlebars.js, so any template
6
which can (or cannot) be parsed by Handlebars.js should parse (or error) the same way here.
7
8
+> [!NOTE]
9
+> This project is only a parser. To compile Handlebars templates to native PHP for execution,
10
+> see [PHP Handlebars](https://github.com/devtheorem/php-handlebars), which uses this parser.
11
+
12
## Installation
13
14
`composer require devtheorem/php-handlebars-parser`
0 commit comments