jyj1993126 / name-that-color-php
1.1
2017-09-25 02:21 UTC
This package is not auto-updated.
Last update: 2024-11-19 18:23:06 UTC
README
A PHP library that uses the library that the name that color project (http://chir.ag/projects/ntc/) uses that also provides additional functionality
Install
composer require jyj1993126/name-that-color-php
Usage
echo Ntc::getInstance('zh-cn')->name('DC143C');
> 红色
License
This library is released under MIT.