dburkart/scurvy

Dead-simple PHP template engine

Maintainers

Package info

github.com/dburkart/scurvy

pkg:composer/dburkart/scurvy

Statistics

Installs: 38

Dependents: 0

Suggesters: 0

Stars: 11

Open Issues: 7

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

This package is not auto-updated.

Last update: 2026-03-14 20:31:07 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