dburkart / scurvy
Dead-simple PHP template engine
Installs: 38
Dependents: 0
Suggesters: 0
Security: 0
Stars: 11
Watchers: 1
Forks: 3
Open Issues: 7
pkg:composer/dburkart/scurvy
Requires
- php: >=5
This package is not auto-updated.
Last update: 2025-10-25 18:34:15 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