namboy94/champlates
Composer 安装命令:
composer require namboy94/champlates
包简介
Templating for PHP 7.1+
关键字:
README 文档
README
| master | develop |
|---|---|
Champlates is a library used for translating and abstracting HTML in PHP. You can use champlates to create your own HTML templates in pure PHP using HtmlElements, or use HTML templates using the HtmlTemplate class. The Dictionary class makes it simple to support multiple languages using translation files which are just normal key value pairs in a JSON file
Installation
You can use champlates by adding the requirement
"namboy94/champlates": "dev-master"
to your composer.json file an then running composer install. You can then
find the classes in vendor/namboy94/champlates/src. Thanks to autoloader,
you should be able to easily access the classes from champlates.
Documentation
All classes and methods are documented using DocBlock comments.
Further Information
统计信息
- 总下载量: 185
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-or-later
- 更新时间: 2017-07-15
