Skip to content

00 Instalation

tei187 edited this page Apr 23, 2024 · 3 revisions

ColorTools is available through both composer and, since it does not use any external packages, also as direct repository download.

Composer

With composer, we all know how it works...

composer require tei187/color-tools:dev-main

Direct download

With direct dowload, make sure to require_once the index.php file within the package.

require_once __DIR__ . "/{RELATIVE_PATH_TO_PACKAGE}/index.php";