pear/html_template_sigma
最新稳定版本:v1.4.0
Composer 安装命令:
composer require pear/html_template_sigma
包简介
A fork of Integrated Templates (PEAR HTML_Template_IT) with template "compilation" added
README 文档
README
This is a repository for PEAR HTML_Template_Sigma package that has been migrated from PEAR SVN.
The package is a fork of PEAR HTML_Template_IT and can be used as a drop-in replacement for that. The main advantages of Sigma are
- implementation of template caching and
- support for some extra syntax.
Please report issues via the PEAR bug tracker or GitHub issues.
Pull requests are welcome.
Installation
The package may be installed either with PEAR
$ pear install HTML_Template_Sigma
or with composer
$ composer require pear/html_template_sigma
Composer installation relies completely on autoloading and does not contain require_once calls or
use include-path option.
Documentation
...is available on PEAR website.
Larger usage examples are in the repository.
Testing, Packaging and Installing (Pear)
To test, run
$ phpunit tests/
after installing dependencies with composer. You can also test the installed package with
$ phpunit [PEAR tests dir]/HTML_Template_Sigma
Since PEAR package needs its require_once statements re-enabled, please run the helper file before packaging and
installing
$ php pear-package-helper.php
Then to build, simply
$ pear package .pear-package/package.xml
To install from scratch
$ pear install .pear-package/package.xml
To upgrade
$ pear upgrade -f .pear-package/package.xml
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 1
其他信息
- 授权协议: PHP
- 更新时间: 2025-10-31