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

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

artsoft/yii2-fullcalendar
=========================

Yii2 widget for fullcalendar

0191PHP

Since Feb 3Pushed 6y ago1 watchersCompare

[ Source](https://github.com/artmarkov/yii2-fullcalendar)[ Packagist](https://packagist.org/packages/artsoft/yii2-fullcalendar)[ RSS](/packages/artsoft-yii2-fullcalendar/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Yii2 fullcalendar component
===========================

[](#yii2-fullcalendar-component)

[![Latest Stable Version](https://camo.githubusercontent.com/df135a8a622319a4c64e177978b6c6b02a18936ae872725c881f63ac542c34e4/68747470733a2f2f706f7365722e707567782e6f72672f617274736f66742f796969322d66756c6c63616c656e6461722f762f737461626c65)](https://packagist.org/packages/artsoft/yii2-fullcalendar)[![Total Downloads](https://camo.githubusercontent.com/701a39e6c757969bb03eba2d80da9ac8ff2cb1711ad3708c979da92f5e5b2d61/68747470733a2f2f706f7365722e707567782e6f72672f617274736f66742f796969322d66756c6c63616c656e6461722f646f776e6c6f616473)](https://packagist.org/packages/artsoft/yii2-fullcalendar)[![Latest Unstable Version](https://camo.githubusercontent.com/591d6464ed024d73b469152cf204b134fad07873610c89cb8d0a4aaa3d4980ed/68747470733a2f2f706f7365722e707567782e6f72672f617274736f66742f796969322d66756c6c63616c656e6461722f762f756e737461626c65)](https://packagist.org/packages/artsoft/yii2-fullcalendar)[![License](https://camo.githubusercontent.com/c64c1e0233f40d354b4ebdd179441c999cc49643b8bab15710fab1a2199ded4c/68747470733a2f2f706f7365722e707567782e6f72672f617274736f66742f796969322d66756c6c63616c656e6461722f6c6963656e7365)](https://packagist.org/packages/artsoft/yii2-fullcalendar)[![composer.lock](https://camo.githubusercontent.com/b7b5f438ab0beeea1dafc9b6e4364f95c752bac9c9ac548c2c6ea0511b32622a/68747470733a2f2f706f7365722e707567782e6f72672f617274736f66742f796969322d66756c6c63616c656e6461722f636f6d706f7365726c6f636b)](https://packagist.org/packages/artsoft/yii2-fullcalendar)

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

[](#installation)

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

To install, either run

```
$ php composer.phar require artsoft/yii2-fullcalendar "*"

```

or add

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

```

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

Usage
-----

[](#usage)

### Fullcalendar can be created as following, all options are optional, below is just an example of most options

[](#fullcalendar-can-be-created-as-following-all-options-are-optional-below-is-just-an-example-of-most-options)

```

```

### Events can be added in three ways, PHP array, Javascript array or JSON feed

[](#events-can-be-added-in-three-ways-php-array-javascript-array-or-json-feed)

#### PHP array

[](#php-array)

```
