madand/yii2-clockpicker

Yii2 wrapper for clockpicker (clock-like time picker) plugin

Maintainers

Package info

github.com/MadAnd/yii2-clockpicker

Issues

Type:yii2-extension

pkg:composer/madand/yii2-clockpicker

Statistics

Installs: 24

Dependents: 0

Suggesters: 0

Stars: 1

dev-master 2015-06-05 19:14 UTC

This package is not auto-updated.

Last update: 2026-03-01 00:57:40 UTC


README

Yii2 wrapper for clockpicker (clock-like time picker) plugin.

Installation

The preferred way to install this extension is through composer.

Either run

composer require --prefer-dist "madand/yii2-clockpicker:*"

or add

"madand/yii2-clockpicker": "*"

to the require section of your composer.json file.

Usage

In the view file register the asset:

\madand\clockpicker\ClockPickerAsset::register($this);

License

The BSD License (BSD). Please see License File for more information.