Download the PHP package cebe/color-nick without Composer
On this page you can find all versions of the php package cebe/color-nick. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package color-nick
color-nick
A simple PHP lib that can color nick names to make them distinguishable in a chat room.
Each color is unique to the name so each name keeps its color regardless of the time, system
or whatever circumstances. This is done using a sha1
hash on the name and taking the first 7
characters in it hex representation to calculate the color.
Requirements
PHP 5.4 or higher.
Installation
Using Composer:
composer require cebe/color-nick
Usage
See example.php for a working example. Here is a screenshot of the output:
License
MIT, see LICENSE file for more details.
All versions of color-nick with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
The package cebe/color-nick contains the following files
Loading the files please wait ....