PHPackages                             lagman/yii-fullcalendar - 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. lagman/yii-fullcalendar

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

lagman/yii-fullcalendar
=======================

Yii extension for the Arshaw's FullCalendar jQuery plugin

0203[1 PRs](https://github.com/russianlagman/yii-fullcalendar/pulls)JavaScript

Since Feb 12Pushed 10y ago1 watchersCompare

[ Source](https://github.com/russianlagman/yii-fullcalendar)[ Packagist](https://packagist.org/packages/lagman/yii-fullcalendar)[ RSS](/packages/lagman-yii-fullcalendar/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Yii extension for the Arshaw's FullCalendar jQuery plugin
=========================================================

[](#yii-extension-for-the-arshaws-fullcalendar-jquery-plugin)

By Alexey Samoylov ().

Requirements
------------

[](#requirements)

- **PHP 5.4**
- **Yii 1.x**

### Examples

[](#examples)

Global component configuration example:

```
'components' => [
    'fullcalendar' => [
        'class' => 'ext.yii-fullcalendar.FullCalendar',
            'options' => [
                'buttonText' => [
                    'today' => 'Сегодня',
                    'week' => 'Неделя',
                    'day' => 'День',
                ],
                'allDayDefault' => false,
            ],
        ],
    ],
```

Usage example:

View:

```

```

Controller:

```
public function actionCalendar()
{
    if (Yii::app()->request->isAjaxRequest) {
        $this->generateCalendarEvents();
        Yii::app()->end();
    }

    $this->render('calendar');
}

public function generateCalendarEvents()
{
    $events = [
        [ 'title' => 'sample event 1', 'start' => time() ],
    ];

    echo CJSON::encode($events);
}
```

### Links

[](#links)

-
-
-

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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://avatars.githubusercontent.com/u/1297270?v=4)[Vahid G](/maintainers/lagman)[@lagman](https://github.com/lagman)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/lagman-yii-fullcalendar/health.svg)

```
[![Health](https://phpackages.com/badges/lagman-yii-fullcalendar/health.svg)](https://phpackages.com/packages/lagman-yii-fullcalendar)
```

PHPackages © 2026

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