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

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

tecnocen/yii2-fullcalendar
==========================

Yii2 Widgets for the Full Callendar javascript calendar

0.1(9y ago)02.9k1BSD-3-ClausePHP

Since Jul 7Pushed 9y ago2 watchersCompare

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

READMEChangelog (1)Dependencies (5)Versions (2)Used By (0)

Tecnocen.com Yii2 Bootstrap Year Calendar
=========================================

[](#tecnocencom-yii2-bootstrap-year-calendar)

[![Latest Stable Version](https://camo.githubusercontent.com/5b581efd57e12d33812253de5c92530f5ec20c17ec4914fb9360493baaf6de32/68747470733a2f2f706f7365722e707567782e6f72672f7465636e6f63656e2f796969322d66756c6c63616c656e6461722f762f737461626c65)](https://packagist.org/packages/tecnocen/yii2-fullcalendar) [![Total Downloads](https://camo.githubusercontent.com/aabf7994f64b418c762cffbf139a9aeeb79c2e6440a37e2d560fa1ca4f64f5c5/68747470733a2f2f706f7365722e707567782e6f72672f7465636e6f63656e2f796969322d66756c6c63616c656e6461722f646f776e6c6f616473)](https://packagist.org/packages/tecnocen/yii2-fullcalendar) [![Latest Unstable Version](https://camo.githubusercontent.com/bed8cc1f024a17a54841927b5ca2f9a0792b124a7622ba00be638cc73521c069/68747470733a2f2f706f7365722e707567782e6f72672f7465636e6f63656e2f796969322d66756c6c63616c656e6461722f762f756e737461626c65)](https://packagist.org/packages/tecnocen/yii2-fullcalendar) [![License](https://camo.githubusercontent.com/f965c43657e9c9078d0eec64dd09baf184acc2fa7603ec3f61e04a32c872ac35/68747470733a2f2f706f7365722e707567782e6f72672f7465636e6f63656e2f796969322d66756c6c63616c656e6461722f6c6963656e7365)](https://packagist.org/packages/tecnocen/yii2-fullcalendar)

Widget that implements the [fullcalendar](http://fullcalendar.io/) plugin for Yii2

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
composer require --prefer-dist "tecnocen/yii2-fullcalendar:*"
```

or add

```
"tecnocen/yii2-fullcalendar": "*"

```

to the `require` section of your `composer.json` file.

Usage
-----

[](#usage)

### Calendar

[](#calendar)

This is the basic widget which encapsulates the plugin into a `yii\base\Widget` implementation.

```
use tecnocen\fullcalendar\widgets\Fullcalendar;

echo Fullcalendar::widget([
    // 'lang' => 'es',
    'options' => [
        // HTML attributes for the container.
        // the `tag` option is specially handled as the HTML tag name
    ],
    'clientOptions' => [
        // JS Options to be passed to the `calendar()` plugin.
        // see http://fullcalendar.com/#Documentation/Options
    ],
    'clientEvents' => [
        // JS Events for the `calendar()` plugin.
        // see http://fullcalendar.com/#Documentation/Events
    ]
]);
```

### Language

[](#language)

The fullcalendar plugin provides the \[following languages\] (), `Fullcalendar` and `ActiveCalendar` support automatic translations using the `$lang` class property which automatically will load the required js file and customize the plugin call.

```
echo Fullcalendar::widget([
    'options' => ['id' => 'es-calendar'],
    'lang' => 'es',
]);
```

Will add the JS File `es.js` to the view and run

```
jQuery('#es-calendar').calendar({"lang":"es"});
```

ActiveFullCalendar
------------------

[](#activefullcalendar)

AjaxFullCalendar
----------------

[](#ajaxfullcalendar)

On the browser.

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

[](#documentation)

TODO

License
-------

[](#license)

The BSD License (BSD). Please see [License File](LICENSE.md) for more information.

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% 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

Unknown

Total

1

Last Release

3645d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1173807?v=4)[Carlos Llamosas](/maintainers/neverabe)[@neverabe](https://github.com/neverabe)

---

Top Contributors

[![Faryshta](https://avatars.githubusercontent.com/u/2029247?v=4)](https://github.com/Faryshta "Faryshta (12 commits)")[![edaramirez](https://avatars.githubusercontent.com/u/18468179?v=4)](https://github.com/edaramirez "edaramirez (4 commits)")[![neverabe](https://avatars.githubusercontent.com/u/1173807?v=4)](https://github.com/neverabe "neverabe (2 commits)")

---

Tags

javascriptyii2calendarwidgetyiifullcalendar

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[philippfrenzel/yii2fullcalendar

Yii2 fullcalendar Widgets

131628.7k6](/packages/philippfrenzel-yii2fullcalendar)[edofre/yii2-fullcalendar

Yii2 widget for fullcalendar

2762.7k1](/packages/edofre-yii2-fullcalendar)[tecnocen/yii2-bootstrap-year-calendar

Yii2 widget for bootstrap-year-calendar plugin

1317.9k](/packages/tecnocen-yii2-bootstrap-year-calendar)[richardfan1126/yii2-js-register

Yii2 widget to register JS into view

1358.5k7](/packages/richardfan1126-yii2-js-register)[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)
