PHPackages                             professionalweb/fullcalendar-widget-yii2 - 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. professionalweb/fullcalendar-widget-yii2

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

professionalweb/fullcalendar-widget-yii2
========================================

Wrapper for FullCalendar

0.2.4(10y ago)01MITJavaScript

Since May 7Pushed 10y ago1 watchersCompare

[ Source](https://github.com/SergioMadness/FullcalendarWidgetYII2)[ Packagist](https://packagist.org/packages/professionalweb/fullcalendar-widget-yii2)[ RSS](/packages/professionalweb-fullcalendar-widget-yii2/feed)WikiDiscussions master Synced 4w ago

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

FullcalendarWidgetYII2
======================

[](#fullcalendarwidgetyii2)

[Yii2](http://www.yiiframework.com/) widget. Wrapper for [FullCalendar](http://fullcalendar.io/)

Composer
--------

[](#composer)

FullcalendarWidgetYII2 is available through [composer](https://getcomposer.org/)

composer require professionalweb/fullcalendar-widget-yii2 "dev-master"

Alternatively you can add the following to the `require` section in your `composer.json` manually:

```
"fullcalendar-widget-yii2": "dev-master"
```

Run `composer update` afterwards.

### In your PHP project

[](#in-your-php-project)

### Data

[](#data)

Example:

```
use yii\web\JsExpression;
use professionalweb\FullcalendarWidget\FullcalendarWidget;

echo FullcalendarWidget::widget([
    'options' => [
        'id' => 'calendar'
    ],
    'pluginOptions' => [
        'header' => [
            'left' => 'prev,next today',
            'center' => 'title',
            'right' => 'month,agendaWeek,agendaDay'
        ],
        'lang' => 'ru',
        'firstDay' => 1,
        'selectable' => true,
        'events' => $data,
        'select' => new JsExpression('function(start, end, allDay) {
                console.log(addZero(start.date())+"."+addZero(start.month()+1)+"."+start.year());
            }
        ')
    ]
]);
```

Dependencies
------------

[](#dependencies)

- [Yii2](http://www.yiiframework.com/)
- [moment](http://momentjs.com/)
- [jQuery](http://jquery.com/)

The MIT License
---------------

[](#the-mit-license)

The MIT License (MIT)

Copyright (c) 2016 Sergey Zinchenko, [Professional web](http://web-development.pw/)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

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 ~306 days

Total

2

Last Release

3765d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1365ec6405d0ae656f92345bbe388afc34a12a19c3ab0c9ff909b5d4ea3d83a0?d=identicon)[SergioMadness](/maintainers/SergioMadness)

---

Tags

yii2calendarwidgetfullcalendarprofessional webjs calendar

### Embed Badge

![Health badge](/badges/professionalweb-fullcalendar-widget-yii2/health.svg)

```
[![Health](https://phpackages.com/badges/professionalweb-fullcalendar-widget-yii2/health.svg)](https://phpackages.com/packages/professionalweb-fullcalendar-widget-yii2)
```

###  Alternatives

[philippfrenzel/yii2fullcalendar

Yii2 fullcalendar Widgets

131628.7k6](/packages/philippfrenzel-yii2fullcalendar)[kriss/yii2-calendar-schedule

Yii2 Calendar Schedule

108.7k](/packages/kriss-yii2-calendar-schedule)

PHPackages © 2026

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