https://github.com/phly/phly-expressive-mustache
Expressive template adapter for phly-mustache
https://github.com/phly/phly-expressive-mustache
Last synced: about 1 year ago
JSON representation
Expressive template adapter for phly-mustache
- Host: GitHub
- URL: https://github.com/phly/phly-expressive-mustache
- Owner: phly
- License: bsd-2-clause
- Created: 2015-09-02T20:30:13.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-03-27T21:40:00.000Z (about 8 years ago)
- Last Synced: 2025-04-01T18:11:42.516Z (about 1 year ago)
- Language: PHP
- Size: 52.7 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# phly-expressive-mustache
[](http://travis-ci.org/phly/phly-expressive-mustache)
phly-expressive-mustache provides a [zend-expressive](http://zend-expressive.rtfd.org)
`TemplateInterface` adapter for [phly-mustache](https://github.com/phly/phly-mustache).
## Installation
Install via composer:
```bash
$ composer require phly/phly-expressive-mustache
```
## Documentation
You can build documentation in one of two ways:
- [MkDocs](http://www.mkdocs.org): Execute `mkdocs build` from the repository
root.
- [Bookdown](http://bookdown.io): Execute `bookdown doc/bookdown.json` from the
repository root.
In each case, you can use PHP's built-in web server to serve the documentation:
```bash
$ php -S 0.0.0.0:8080 -t doc/html/
```
and then browse to http://localhost:8080/.
## Usage
See the [manual](doc/book/usage.md) for usage.