├── LICENSE ├── README.md ├── composer.json └── src └── Mexitek └── PHPColors └── Color.php /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mexitek/phpColors/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mexitek/phpColors/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mexitek/phpColors/HEAD/composer.json -------------------------------------------------------------------------------- /src/Mexitek/PHPColors/Color.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mexitek/phpColors/HEAD/src/Mexitek/PHPColors/Color.php --------------------------------------------------------------------------------