light/wordcolor

generate color from the word.

1.0.0 2016-03-21 14:39 UTC

This package is auto-updated.

Last update: 2024-04-08 19:01:00 UTC


README

Build Status version Download Scrutinizer Code Quality Code Coverage Contact

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

License

MIT