rapttor / html
通用HTML类
dev-master
2024-09-27 16:01 UTC
Requires
- php: >=5.4
This package is auto-updated.
Last update: 2024-09-27 16:01:48 UTC
README
功能
- 简化与着陆页工作的生活
- PSR-4自动加载兼容结构
- 使用PHPUnit进行单元测试[进行中]
安装
composer require rapttor/html
或者,如果你在加载dev-master时遇到问题,可以使用
composer require rapttor/html:dev-master
或者修改你的composer.json来指定标签
"require": {
"rapttor/html": "dev-master"
},
"repositories":[
{
"type": "vcs",
"url": "https://github.com/rapttor/html.git"
}
]