Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Handlebarsjs PHP rendering

I was wondering if there was something out there that would allow php to render Handlebarsjs templates on the server side.

thanks

like image 883
merlin371 Avatar asked Jul 01 '12 13:07

merlin371


2 Answers

I start a new project to do this task, its here :

https://github.com/XaminProject/handlebars.php

Not so much tested but its usable enough.

like image 75
fzerorubigd Avatar answered Oct 20 '22 16:10

fzerorubigd


lightncandy is a pure PHP library that supports almost all features of handlebars (Does not require a PECL library)

like image 44
AKi Avatar answered Oct 20 '22 16:10

AKi