mathsgod/html
最新稳定版本:1.0.14
Composer 安装命令:
composer require mathsgod/html
包简介
README 文档
README
Description
A simple way to create html element
How to use
echo html("a")->href("https://google.com")->text("Hello world!"); //<a href="https://google.com">Hello world</a> echo html("div")->button->class("btn btn-xs")->type("submit")->text("Submit"); //<div><button class="btn btn-xs" type="submit">Submit</button></div>
统计信息
- 总下载量: 325
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 3
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2020-12-28