PHPackages                             ereminmdev/yii2-fullcalendar6 - 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. ereminmdev/yii2-fullcalendar6

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

ereminmdev/yii2-fullcalendar6
=============================

JavaScript FullCalendar for Yii framework.

v1.0.4(1y ago)149MITPHPPHP &gt;=7.4

Since Oct 23Pushed 1y ago1 watchersCompare

[ Source](https://github.com/ereminmdev/yii2-fullcalendar6)[ Packagist](https://packagist.org/packages/ereminmdev/yii2-fullcalendar6)[ Docs](https://github.com/ereminmdev/yii2-fullcalendar6)[ RSS](/packages/ereminmdev-yii2-fullcalendar6/feed)WikiDiscussions main Synced 3d ago

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

yii2-fullcalendar6
==================

[](#yii2-fullcalendar6)

JavaScript Calendar for Yii framework.

Install
-------

[](#install)

`composer require --prefer-dist ereminmdev/yii2-fullcalendar6`

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

[](#documentation)

Using in a view file
--------------------

[](#using-in-a-view-file)

```
FullCalendarScheduler6Asset::register($this);

```

Adding `ru` locale:

```
$asset = FullCalendar6CoreAsset::register($this);
$this->registerJsFile($asset->baseUrl . '/locales/ru.global.min.js', ['depends' => ['ereminmdev\yii2\fullcalendar6\FullCalendarScheduler6Asset']]);

```

or creating app asset bundle:

```
class FullCalendarAsset extends FullCalendar6CoreAsset
{
    public $css = [
        '/css/calendar.css', // custom user styles
    ];

    public $js = [
        'locales/ru.global.min.js', // RU locale
    ];

    public $depends = [
        'ereminmdev\yii2\fullcalendar6\FullCalendarScheduler6Asset',
    ];
}

```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance46

Moderate activity, may be stable

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

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.

###  Release Activity

Cadence

Every ~194 days

Total

4

Last Release

402d ago

PHP version history (2 changes)v1.0.1PHP &gt;=7.0

v1.0.4PHP &gt;=7.4

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/10267331?v=4)[Mikhail](/maintainers/ereminmdev)[@ereminmdev](https://github.com/ereminmdev)

---

Top Contributors

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

---

Tags

yii2calendarfullcalendar

### Embed Badge

![Health badge](/badges/ereminmdev-yii2-fullcalendar6/health.svg)

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

###  Alternatives

[kriss/yii2-calendar-schedule

Yii2 Calendar Schedule

109.0k](/packages/kriss-yii2-calendar-schedule)[edofre/yii2-fullcalendar

Yii2 widget for fullcalendar

2763.3k1](/packages/edofre-yii2-fullcalendar)[edofre/laravel-fullcalendar

Laravel component for fullcalendar package

591.8k](/packages/edofre-laravel-fullcalendar)

PHPackages © 2026

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