nemundo/html
最新稳定版本:6
Composer 安装命令:
composer require nemundo/html
包简介
Html Generator
README 文档
README
Generate Html Code
Installation
composer require nemundo/html
Example
$html = new \Nemundo\Html\Document\HtmlDocument();
$html->title = 'Document Example';
$h1 = new \Nemundo\Html\Heading\H1($html);
$h1->content = 'Hello World!';
$p = new \Nemundo\Html\Paragraph\Paragraph($html);
$p->content = 'Lorem ..';
$html->render();
统计信息
- 总下载量: 805
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 3
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-04-11