定制 pear/html_common2 二次开发

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

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

pear/html_common2

最新稳定版本:v2.3.1

Composer 安装命令:

composer require pear/html_common2

包简介

Abstract base class for HTML classes (PHP5 port of HTML_Common package).

README 文档

README

Build Status

This is a repository for PEAR HTML_Common2 package that has been migrated from PEAR SVN.

The package contains an abstract HTML_Common2 class that implements methods for HTML attributes handling and setting document-wide options. It is quite helpful as a building block for packages generating HTML and is currently used as such by PEAR HTML_QuickForm2 package. The package is a PHP5 rewrite of PEAR HTML_Common.

Features:

Please report all issues via the PEAR bug tracker or Github issues.

End-user documentation as well as generated API documentation for current release is available on PEAR website.

Pull requests are welcome.

Installation

The package may be installed either with PEAR

$ pear install HTML_Common2

or with composer

$ composer require pear/html_common2

Note that composer.json does not define include-path option: require_once 'HTML/Common2.php' will not work with composer installation, use autoloading.

Testing, Packaging and Installing (Pear)

To test, run either

$ phpunit tests/

or

$ pear run-tests -r

To build, simply

$ pear package

To install from scratch

$ pear install package.xml

To upgrade

$ pear upgrade -f package.xml

统计信息

  • 总下载量: 499.31k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 2
  • 依赖项目数: 3
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 10
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 2014-12-25