Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taguz91/yii2-color-pickr
Yii2 implementation for pickr
https://github.com/taguz91/yii2-color-pickr
Last synced: about 2 months ago
JSON representation
Yii2 implementation for pickr
- Host: GitHub
- URL: https://github.com/taguz91/yii2-color-pickr
- Owner: taguz91
- License: apache-2.0
- Created: 2021-06-17T03:59:04.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-04T01:40:29.000Z (over 3 years ago)
- Last Synced: 2024-04-22T14:42:45.595Z (9 months ago)
- Language: PHP
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Color picker + Pickr
====================
Yii2 implementation for pickr[![Latest Stable Version](http://poser.pugx.org/taguz91/yii2-color-pickr/v)](https://packagist.org/packages/taguz91/yii2-color-pickr)
[![Total Downloads](http://poser.pugx.org/taguz91/yii2-color-pickr/downloads)](https://packagist.org/packages/taguz91/yii2-color-pickr)
[![Latest Unstable Version](http://poser.pugx.org/taguz91/yii2-color-pickr/v/unstable)](https://packagist.org/packages/taguz91/yii2-color-pickr)
[![License](http://poser.pugx.org/taguz91/yii2-color-pickr/license)](https://packagist.org/packages/taguz91/yii2-color-pickr)Installation
------------The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
Either run
```
composer require --prefer-dist taguz91/yii2-color-pickr "~1.0.0"
```or add
```
"taguz91/yii2-color-pickr": "~1.0.0"
```to the require section of your `composer.json` file.
Usage
-----Once the extension is installed, simply use it in your code by:
```php
= \taguz91\ColorPickr\AutoloadExample::widget(); ?>```