PHPackages                             your-namespace/schedule-input-widget - 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. your-namespace/schedule-input-widget

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

your-namespace/schedule-input-widget
====================================

Schedule input widget for Yii2

018JavaScript

Since Dec 20Pushed 1y ago1 watchersCompare

[ Source](https://github.com/KirShet/schedule-input-widget)[ Packagist](https://packagist.org/packages/your-namespace/schedule-input-widget)[ RSS](/packages/your-namespace-schedule-input-widget/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Установка через Composer:

```
composer require your-namespace/schedule-input-widget:dev-main

```

Форма с виджетом:

```
use yii\widgets\ActiveForm;
use YourVendor\YourWidgetPackage\widgets\ScheduleInputWidget\models\ScheduleForm;
use YourVendor\YourWidgetPackage\widgets\ScheduleInputWidget\ScheduleInputWidget;

$model = new ScheduleForm();

$form = ActiveForm::begin();
echo $form->field($model, 'schedule')->widget(ScheduleInputWidget::class, [ 'attribute' => 'schedule', 'model' => $model, 'name' => 'schedule', 'enableTimeZone' => true, 'enableSpecialTime' => true, 'enableProductionCalendar' => false, 'allowMultipleItems' => true, ]);

ActiveForm::end();

```

Настройка автозагрузки

```
"autoload": {
    "psr-4": {
        "YourVendor\\YourWidgetPackage\\": "src/"
    }
}

```

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity16

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/246cc86d0bcd12c1eba0300490584f7742955bb746ac0106281a3039276ff738?d=identicon)[KirShet](/maintainers/KirShet)

---

Top Contributors

[![KirShet](https://avatars.githubusercontent.com/u/116618071?v=4)](https://github.com/KirShet "KirShet (25 commits)")

### Embed Badge

![Health badge](/badges/your-namespace-schedule-input-widget/health.svg)

```
[![Health](https://phpackages.com/badges/your-namespace-schedule-input-widget/health.svg)](https://phpackages.com/packages/your-namespace-schedule-input-widget)
```

###  Alternatives

[roave/backward-compatibility-check

Tool to compare two revisions of a public API to check for BC breaks

5953.3M56](/packages/roave-backward-compatibility-check)[robinvdvleuten/ulid

Universally Unique Lexicographically Sortable Identifier (ULID) implementation for PHP.

4583.6M29](/packages/robinvdvleuten-ulid)[bref/extra-php-extensions

Extra PHP extensions for your lambda application.

2244.3M8](/packages/bref-extra-php-extensions)[mageplaza/magento-2-seo-extension

Magento 2 SEO extension

138506.6k2](/packages/mageplaza-magento-2-seo-extension)[mattketmo/camel

Tiny library to handle words case transformation

29357.0k17](/packages/mattketmo-camel)

PHPackages © 2026

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