Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 273 Bytes

File metadata and controls

14 lines (9 loc) · 273 Bytes

handlebars-php

PHP implementation of the Handlebars templating engine.

Running Tests

make test

Project Structure

  • src/Handlebars/ — core engine (parser, tokenizer, context, helpers, loaders, cache)
  • tests/Handlebars/ — PHPUnit test suite