Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/secit-pl/text-to-color
Make a RGB color from a given string
https://github.com/secit-pl/text-to-color
Last synced: about 1 month ago
JSON representation
Make a RGB color from a given string
- Host: GitHub
- URL: https://github.com/secit-pl/text-to-color
- Owner: secit-pl
- License: mit
- Created: 2019-03-17T13:51:09.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-17T15:12:26.000Z (almost 6 years ago)
- Last Synced: 2024-11-09T07:14:03.195Z (about 2 months ago)
- Language: PHP
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```
$ composer require secit-pl/text-to-color
```## Usage
```php