jbboehr/handlebars
最新稳定版本:v0.7.0
Composer 安装命令:
composer require jbboehr/handlebars
包简介
PHP handlebars compiler and VM
关键字:
README 文档
README
PHP handlebars.js Compiler and VM. Use with handlebars.c and php-handlebars.
Deprecated: Use php-handlebars instead
Requirements
Install
Via Composer
composer require jbboehr/handlebars
Usage
$handlebars = new Handlebars\Handlebars(); $fn = $handlebars->compile('{{foo}}'); echo $fn(array( 'foo' => 'bar', )); echo $handlebars->render('{{foo}}', array( 'foo' => 'bar', ));
Testing
make test
License
This project is licensed under the LGPLv3. handlebars.js is licensed under the MIT license.
统计信息
- 总下载量: 1.03k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPLv3
- 更新时间: 2015-03-05