secit-pl/text-to-color
最新稳定版本:1.0.1
Composer 安装命令:
composer require secit-pl/text-to-color
包简介
Make a RGB color from a given string
README 文档
README
This library allows to create RGB color from a given string. The usage is as simple as possible (one line). The returned value for each string will be the same for each execution so it's ideal for generating dedicated user color from his/her name/username/email etc.
Installation
From the command line run
$ composer require secit-pl/text-to-color
Usage
<?php use SecIT\TextToColor; echo TextToColor::toRGB('some text');
Example outputs
| Input | Output |
|---|---|
| example foo | #17E500 |
| example | #E50066 |
| foo bar | #0059E5 |
| test | #7800E5 |
| example text | #D300E5 |
| Username | #6DE500 |
统计信息
- 总下载量: 721
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-03-17