I'm looking for a PHP implementation of the Jade template engine used in NodeJS. I've recently tried Jade.php, but it is incomplete as it does not support inheritance or partials. I've also seen PHPNativeJadeRenderer, but it relies on a shell_exec
to parse the template file through the npm jade module and I'm not entirely comfortable with using that method.
Does anybody know of a complete PHP OOP port of the Jade Template Engine?
Update (03.12.2015):
It seems Tale Jade seems to be the most complete and most active integration of Jade into PHP.
https://github.com/Talesoft/tale-jade
just as an update:
it seems, this fork: https://github.com/SC7639/jade.php has the most features and nearly the most recent activity. (May 2016)
A chart of jade.php fork/commit activity on GitHub.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With