waxedphp/waxedphp

Advanced views with mustache.

Maintainers

Package info

github.com/waxedphp/waxedphp

pkg:composer/waxedphp/waxedphp

Statistics

Installs: 145

Dependents: 35

Suggesters: 0

Stars: 0

Open Issues: 0

0.3.16 2026-01-26 23:21 UTC

This package is auto-updated.

Last update: 2026-03-29 02:59:03 UTC


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.