phly-expressive-mustache provides a zend-expressive
TemplateInterface
adapter for phly-mustache.
Install via composer:
$ composer require phly/phly-expressive-mustache
You can build documentation in one of two ways:
- MkDocs: Execute
mkdocs build
from the repository root. - Bookdown: 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:
$ php -S 0.0.0.0:8080 -t doc/html/
and then browse to http://localhost:8080/.
See the manual for usage.