dburkart/scurvy

Dead-simple PHP template engine

v1.2.1 2013-11-10 00:14 UTC

This package is not auto-updated.

Last update: 2024-03-16 10:48:49 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

travis-ci build status