PHPackages                             kriss/yii2-calendar-schedule - 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. kriss/yii2-calendar-schedule

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

kriss/yii2-calendar-schedule
============================

Yii2 Calendar Schedule

v2.1(4y ago)107.9k↓16.7%7MITPHP

Since Aug 9Pushed 4y ago2 watchersCompare

[ Source](https://github.com/krissss/yii2-calendar-schedule)[ Packagist](https://packagist.org/packages/kriss/yii2-calendar-schedule)[ RSS](/packages/kriss-yii2-calendar-schedule/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (3)Versions (6)Used By (0)

Yii2 FullCalendar Schedule
==========================

[](#yii2-fullcalendar-schedule)

Yii2 FullCalendar Schedule

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

[](#installation)

```
composer require kriss/yii2-calendar-schedule

```

Tip
---

[](#tip)

master is in 2.x, want 1.x ? see [1.x branch](https://github.com/krissss/yii2-calendar-schedule/tree/dev-1.x)

Usage
-----

[](#usage)

```
use kriss\calendarSchedule\widgets\FullCalendarWidget;
use kriss\calendarSchedule\widgets\processors\EventProcessor;
use kriss\calendarSchedule\widgets\processors\HeaderToolbarProcessor;
use kriss\calendarSchedule\widgets\processors\LocaleProcessor;

echo FullCalendarWidget::widget([
    'calendarRenderBefore' => "console.log('before', calendar)",
    'calendarRenderAfter' => "console.log('after', calendar)",
    'clientOptions' => [
        // all options from fullCalendar
    ],
    'processors' => [
        // quick solve fullCalendar options
        new LocaleProcessor([
            'locale' => 'zh-cn',
        ]),
        new HeaderToolbarProcessor(),
        new EventProcessor([
            // use Array
            /*'events' => [
                ['title' => 'aaa', 'start' => time(), 'end' => time() + 10 * 3600],
            ],*/
            // use Ajax
            'events' => ['site/events'], // see FullCalendarEventsAction
        ]),
    ],
]);
```

more see [demos](demos)

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity33

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 92.9% 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 ~403 days

Total

4

Last Release

1628d ago

Major Versions

v1.1 → v2.02021-03-16

### Community

Maintainers

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

---

Top Contributors

[![krissss](https://avatars.githubusercontent.com/u/10680903?v=4)](https://github.com/krissss "krissss (13 commits)")[![paskuale75](https://avatars.githubusercontent.com/u/9800?v=4)](https://github.com/paskuale75 "paskuale75 (1 commits)")

---

Tags

yii2-calendaryii2-fullcalendarscheduleyii2extensioncalendarfullcalendar

### Embed Badge

![Health badge](/badges/kriss-yii2-calendar-schedule/health.svg)

```
[![Health](https://phpackages.com/badges/kriss-yii2-calendar-schedule/health.svg)](https://phpackages.com/packages/kriss-yii2-calendar-schedule)
```

###  Alternatives

[edofre/yii2-fullcalendar

Yii2 widget for fullcalendar

2761.7k1](/packages/edofre-yii2-fullcalendar)[thiagotalma/yii2-fullcalendar

Widget for Yii Framework 2.0 to use FullCalendar

1777.7k](/packages/thiagotalma-yii2-fullcalendar)[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)
