waxedphp / waxedphp
Advanced views with mustache.
0.3.16
2026-01-26 23:21 UTC
Requires
- mustache/mustache: ^2.14
- scssphp/scssphp: ^1.11.1
README
Framework for rapid web frontend development, waxed as mustache.
Is a toolbox which allows PHP developer to easily prototype rich interactive web applications without too much fiddling with javascript and css. Contains curated and growing collection of frontend solutions for many typical scenarios - all driven from PHP code.
In the heart there is good old mustache templating:
{{#data}}
<h1>{{title}}</h1><p>{{text}}</p>
{{/data}}
...but, there is much more.