PHPackages                             djabiev/yii2-clocktimepicker - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. djabiev/yii2-clocktimepicker

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

djabiev/yii2-clocktimepicker
============================

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

1.0.1(7y ago)06BSD-3-ClausePHP

Since Jan 16Pushed 7y ago1 watchersCompare

[ Source](https://github.com/djabiev/yii2-clocktimepicker)[ Packagist](https://packagist.org/packages/djabiev/yii2-clocktimepicker)[ Docs](https://github.com/djabiev/yii2-clocktimepicker)[ RSS](/packages/djabiev-yii2-clocktimepicker/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (3)Used By (0)

Djabiev Yii2 ClockTimePicker
============================

[](#djabiev-yii2-clocktimepicker)

Bootstrap Yii2 widgets for [clockpicker](https://github.com/weareoutman/clockpicker)(clock-like time picker) jquery plugin

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
composer require --prefer-dist "djabiev/yii2-clocktimepicker:*"
```

or add

```
"djabiev/yii2-clocktimepicker": "*"

```

to the `require` section of your `composer.json` file.

Usage
-----

[](#usage)

In the view file register the asset:

```
use djabiev\widgets\BootstrapClockTimePicker;

// with ActiveForm
echo $form->field($model, 'attribute')->widget(BootstrapClockTimePicker::className() [
    // extra configuration
]);

// without ActiveForm and with model.
echo BootstrapClockTimePicker::widget([
    'model' => $model,
    'attribute' => 'time_start',
]);
```

Documentation
-------------

[](#documentation)

The JS options can be passed using the `$clientOptions` property and the events can be declared using the `$clientEvents` property. [The documentation on all the options and events supported by clockpicker can be found here.](http://weareoutman.github.io/clockpicker/)

License
-------

[](#license)

The BSD License (BSD). Please see [License File](LICENSE.md) for more information.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

2673d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a3c83a3072b337e77bc9a0a29f730784d7dad2a280503d0f5d3a2065a25810af?d=identicon)[djabiev](/maintainers/djabiev)

---

Top Contributors

[![djabiev](https://avatars.githubusercontent.com/u/2046971?v=4)](https://github.com/djabiev "djabiev (6 commits)")

---

Tags

yii2timepickerclockpicker

### Embed Badge

![Health badge](/badges/djabiev-yii2-clocktimepicker/health.svg)

```
[![Health](https://phpackages.com/badges/djabiev-yii2-clocktimepicker/health.svg)](https://phpackages.com/packages/djabiev-yii2-clocktimepicker)
```

###  Alternatives

[dmstr/yii2-cookie-consent

Yii2 Cookie Consent Widget

1452.6k](/packages/dmstr-yii2-cookie-consent)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
