hemroy/simpletemplate
Composer 安装命令:
composer require hemroy/simpletemplate
包简介
php template engine from codeshack.io, by David Adams
README 文档
README
Description
A very useful small template engine script to use for small php project.
Ideas and thoughts are collected from codeshack.io provided by David Adams.
Installation
Composer Installation:
composer require hemroy/simpletemplate
Usage
This template engine is very light weight only a single file currently and when compiled
produced compiled php code.
How to use
A demo test folder has been given with this package, where the use of this template engine
has been demonstrated for users who wants to use the package.
Run the demo
Make sure, php is installed and path is set to auto locate php. Then
```
php -S localhost:port -t test/
```
License
This package is with MIT license.
统计信息
- 总下载量: 14
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-06-02