azelea/templater
Composer 安装命令:
composer require azelea/templater
包简介
The templater for the azelea php framework
README 文档
README
What is this repo?
This templater library is for the core of the lightweight PHP framework named Azelea. Can be used as standalone.
How do I run this?
This repo is for the composer package, which you can install
with composer require azelea/templater.
You are not required to use the Azelea Framework to use the templater. There are two things you need to do to load this.
- You need to create the Loom class and call the render function
- An example:
$loom = new Loom($data); return $loom->render($view);
- An example:
How do I contribute to this?
Currently I have no idea if others can contribute to this repo. If you can, any help is appreciated. You can also contribute to the azelea-core repo in my profile.
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: none
- 更新时间: 2024-10-11