blob: e9f4076494209820bc0219f7bbdcaf5790352a51 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# pure_php_templates
This isn't a ready-to-use library but rather a concept of native php templates with:
- transparent string escaping
- ability to "include" other templates
- conditions and loops support
PHP 8+ is required (it is not strictly necessary, but named arguments makes code much easier to write and understand).
## Usage examples
See [ch1p.io sources](https://git.ch1p.io/ch1p_io_web.git/).
## License
GPLv3
|