diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..a27e6f0 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# 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). + + +## License + +GPLv3
\ No newline at end of file |