dburkart / scurvy
Dead-simple PHP template engine
v1.2.1
2013-11-10 00:14 UTC
Requires
- php: >=5
This package is not auto-updated.
Last update: 2024-12-21 14:22:27 UTC
README
Scurvy is a PHP templating engine with a focus on simplicity. There are too many templating engines available which are bloated and/or syntax heavy; Scurvy was created for those who want a simple solution.
Features
- Simple usage
- Fast evaluation
- Variables, includes, loops, and if-statements
- Rich if-statement expression set: () = != + - * / % && ||
- Template caching
Planned
- Comprehensive debugging / error output
- Speed optimization