Skip to content

Commit 020a9d5

Browse files
committed
Add note about PHP Handlebars
1 parent aef3c65 commit 020a9d5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ Parse [Handlebars](https://handlebarsjs.com) templates to a spec-compliant AST w
55
Implements the same lexical analysis and grammar specification as Handlebars.js, so any template
66
which can (or cannot) be parsed by Handlebars.js should parse (or error) the same way here.
77

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+
812
## Installation
913

1014
`composer require devtheorem/php-handlebars-parser`

0 commit comments

Comments
 (0)