php-mustache icon indicating copy to clipboard operation
php-mustache copied to clipboard

Mustache PHP Extension

Results 3 php-mustache issues
Sort by recently updated
recently updated
newest added

This mustache implementation is fast, well known, stable, and extensively used in some big applications. Questions such those raised in issues https://github.com/jbboehr/php-mustache/issues/45 and https://github.com/jbboehr/php-mustache/issues/4 suggest that examples of template loading,...

Hi John, I'm digging into the code and am currently working on a [BFF](http://samnewman.io/patterns/architectural/bff/) system and picked Mustache as the templating engine. That said, I'd like to describe in some...

Without this: ``` Warning: MustacheAST::__toString() implemented without string return type in Unknown on line 0 Warning: MustacheTemplate::__toString() implemented without string return type in Unknown on line 0 ```