library scurvy
Dead-simple PHP template engine
dburkart/scurvy
Dead-simple PHP template engine
- Saturday, April 15, 2017
- by dburkart
- Repository
- 2 Watchers
- 10 Stars
- 24 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 3 Forks
- 6 Open issues
- 2 Versions
- 9 % Grown
Scurvy Templating Engine
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., (*1)
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
, (*2)