dtkahl/php-html-tag-builder

1.3.1 2016-11-10 21:22 UTC

This package is auto-updated.

Last update: 2024-08-29 04:14:32 UTC


README

Latest Stable Version License Build Status

PHP HTML 标签构建器

PHP 的 HTML 标签构建器。

依赖关系

  • PHP >= 5.6.0

安装

使用 Composer 安装

composer require dtkahl/php-html-tag-builder

使用方法

new HtmlTagBuilder("div", ['class' => 'foo']);

方法

待公布