duon / boiler
This package is abandoned and no longer maintained.
No replacement package was suggested.
A PHP template engine that doesn't require you to learn a new syntax
0.4.0
2026-05-12 18:45 UTC
Requires
- php: ^8.5
- ext-mbstring: *
Requires (Dev)
- celemas/dev: ^4.1
- symfony/html-sanitizer: ^8.0
Suggests
- symfony/html-sanitizer: Provides the built-in sanitize filter
README
⚠️ This repository is a mirror!
Development moved to https://codeberg.org/celemas/boiler.
Boiler is a small auto escaping template engine for PHP 8.5+, inspired by Plates. Like Plates, it uses native PHP as its templating language rather than introducing a custom syntax.