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

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

marcinmisiak/yii2-fullcalendar6
===============================

Yii2 widget &amp; asset bundle for FullCalendar v6, vendored locally (no npm-asset/composer version conflicts with other FullCalendar packages)

00

Since Jul 6Compare

[ Source](https://github.com/marcinmisiak/yii2-fullcalendar6)[ Packagist](https://packagist.org/packages/marcinmisiak/yii2-fullcalendar6)[ RSS](/packages/marcinmisiak-yii2-fullcalendar6/feed)WikiDiscussions Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

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

[](#yii2-fullcalendar6)

Yii2 widget &amp; asset bundle for [FullCalendar](https://fullcalendar.io) v6, vendored locally as static files (no `npm-asset/fullcalendar` composer dependency), so it can be installed alongside older FullCalendar-based packages (e.g. `edofre/yii2-fullcalendar`, `philippfrenzel/yii2fullcalendar`) without any version conflict.

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

[](#installation)

Via a VCS repository (until/unless this package is published on Packagist):

```
"repositories": [
    {
        "type": "vcs",
        "url": "https://github.com/marcinmisiak/yii2-fullcalendar6"
    }
],
"require": {
    "marcinmisiak/yii2-fullcalendar6": "dev-master"
}
```

Usage
-----

[](#usage)

```

```

The widget renders the `` container itself — remove the standalone one above if you pass `'options' => ['id' => '...']`.

Afterwards, from any other script on the page, call instance methods via the configured `jsVar`:

```
window.grafikCalendar.refetchEvents();
window.grafikCalendar.unselect();
```

Callbacks
---------

[](#callbacks)

`select`, `eventClick`, `eventDrop`, `eventResize`, `eventDidMount` accept a raw JS function body string (`function(info) { ... }`), following FullCalendar v6's single-`info`-object callback API — see  for the shape of `info` per callback.

License
-------

[](#license)

MIT. Bundles FullCalendar's own MIT-licensed Standard distribution unmodified — see [LICENSE](LICENSE).

###  Health Score

9

—

LowBetter than 0% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity11

Early-stage or recently created project

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/10694258?v=4)[Marcin Misiak](/maintainers/marcinmisiak)[@marcinmisiak](https://github.com/marcinmisiak)

### Embed Badge

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

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

###  Alternatives

[hasanmertermis/milvus-php-client

Milvus 2 Grpc Php Client

142.1k](/packages/hasanmertermis-milvus-php-client)

PHPackages © 2026

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