Sistema de view básico


License
MIT

Documentation

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.

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