jnjxp/phender
Composer 安装命令:
composer require jnjxp/phender
包简介
CLI php templates
README 文档
README
Quick and dirty cli php template rendering.
Usage
See example directory...
$ ./bin/phender \
-i articles:./example/article-data.php \
-v "site:My Site" \
-h ./example/helpers.php \
./example/template/articles.phtml \
./example/template/layout.phtml > articles.html
-i/--include VAR:PATHsetsVARto value returned by includingPATH-v/--var VAR:VALUEsetsVARtoVALUE-h/--helpers PATHsets helpers to value returned by includingPATH. Should return an array of callables.
统计信息
- 总下载量: 5
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-09-27