light / wordcolor
generate color from the word.
Installs: 38
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/light/wordcolor
Requires
- php: >=5.4.0
Requires (Dev)
- phpunit/phpunit: ~4.0
This package is auto-updated.
Last update: 2025-09-08 22:20:33 UTC
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.