Download the PHP package secit-pl/text-to-color without Composer
On this page you can find all versions of the php package secit-pl/text-to-color. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download secit-pl/text-to-color
More information about secit-pl/text-to-color
Files in secit-pl/text-to-color
Download secit-pl/text-to-color
More information about secit-pl/text-to-color
Files in secit-pl/text-to-color
Vendor secit-pl
Package text-to-color
Short Description Make a RGB color from a given string
License MIT
Homepage http://secit.pl
Package text-to-color
Short Description Make a RGB color from a given string
License MIT
Homepage http://secit.pl
Please rate this library. Is it a good library?
Informations about the package text-to-color
Simple text to RGB color converter
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
Usage
Example outputs
Input | Output |
---|---|
example foo | #17E500 |
example | #E50066 |
foo bar | #0059E5 |
test | #7800E5 |
example text | #D300E5 |
Username | #6DE500 |
All versions of text-to-color with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1.0
The package secit-pl/text-to-color contains the following files
Loading the files please wait ....