shahimian/yii2-colors

This extension allows to select colors for back color and fore color.

Maintainers

Package info

github.com/shahimian/yii2-colors

Type:yii2-extension

pkg:composer/shahimian/yii2-colors

Statistics

Installs: 2

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

v0.1-alpha 2019-11-02 05:29 UTC

This package is not auto-updated.

Last update: 2026-03-16 10:41:58 UTC


README

This extension allows to select colors for back color and fore color.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist shahimian/yii2-colors "*"

or add

"shahimian/yii2-colors": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \widgets\palettecolors\AutoloadExample::widget(); ?>```