air-php / view-mustache
There is no license information available for the latest version (v0.2.5) of this package.
A mustache implementation of an Air view renderer.
v0.2.5
2016-01-29 10:45 UTC
Requires
- php: >=5.5.0
- air-php/view: ~0.1
- mustache/mustache: 2.*
- phpunit/phpunit: >=4.1
This package is not auto-updated.
Last update: 2026-02-28 23:56:45 UTC
README
A mustache implementation of an Air view renderer, for use with the Air view package.
Installation
Installation via Composer is recommended.
"require": {
"air-php/view-mustache": "dev-master"
}