定制 pear/html_template_sigma 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

Build Status

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

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

GitHub 信息

  • Stars: 1
  • Watchers: 12
  • Forks: 7
  • 开发语言: PHP

其他信息

  • 授权协议: PHP
  • 更新时间: 2025-10-31