phly/phly-expressive-mustache

为zend-expressive实现的Mustache TemplateInterface

2.0.0 2018-03-27 21:38 UTC

This package is auto-updated.

Last update: 2024-09-11 13:58:36 UTC


README

Build Status

phly-expressive-mustache为zend-expressive提供phly-mustacheTemplateInterface适配器。

安装

通过composer安装

$ composer require phly/phly-expressive-mustache

文档

您可以通过以下两种方式之一构建文档

  • MkDocs:从存储库根目录执行mkdocs build
  • Bookdown:从存储库根目录执行bookdown doc/bookdown.json

在每种情况下,您都可以使用PHP内置的web服务器来提供文档

$ php -S 0.0.0.0:8080 -t doc/html/

然后浏览到http://localhost:8080/

用法

有关用法,请参阅手册