atmonshi/gmdcolors
最新稳定版本:v1.0.2
Composer 安装命令:
composer create-project atmonshi/gmdcolors
包简介
Google Material Design hex colors for php.
关键字:
README 文档
README
get Google Material Design hex colors for php
see the Color palette in google material
Usage :
get a single color :
$getC = new getcolors;
$hex = $getC->hex('Blue','100');
// return : string '#BBDEFB'
get a a random colors :
$getC = new getcolors;
$rand = $getC->rand(3);
/*return : array (size=3)
0 => string '#BA68C8' (length=7)
1 => string '#FFF176' (length=7)
2 => string '#64B5F6' (length=7)
*/
统计信息
- 总下载量: 589
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-05-09