light/wordcolor
Composer 安装命令:
composer require light/wordcolor
包简介
generate color from the word.
README 文档
README
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist light/wordcolor "~1.0.0"
or add
"light/wordcolor": "~1.0.0"
to the require section of your composer.json file.
Usage
echo WordColor::trans('word'); // rgb(188,174,18)
Tests
$ composer test
Change Log
Please see CHANGELOG for more information what has changed recently.
Related
- word-color - javascript version, which is the original fork
- wordcolor.go - GoLang version.
License
统计信息
- 总下载量: 38
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-03-21