air-php / view-mustache
A mustache implementation of an Air view renderer.
Installs: 6 776
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
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: 2025-01-04 17:33:21 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"
}