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.7.0
2026-08-03 12:44 UTC
Requires
- php: ^8.5
- ext-mbstring: *
Requires (Dev)
- celema/dev: ^5.0
- 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/celema/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.