PHPackages                             hscstudio/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. [Framework](/categories/framework)
4. /
5. hscstudio/yii2-fullcalendar

ActiveYii2-extension[Framework](/categories/framework)

hscstudio/yii2-fullcalendar
===========================

Yii2 fullcalendar Widgets

v1.0(10y ago)53201MIT LicensePHPPHP &gt;=5.4.0

Since Feb 12Pushed 10y ago2 watchersCompare

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

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

yii2-fullcalendar
=================

[](#yii2-fullcalendar)

Yii 2 Extension for library calendar.io

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist hscstudio/yii2-fullcalendar "*"

```

or add

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

```

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

Usage
-----

[](#usage)

You may have a table event (id, title (varchar), start (date/datetime), end (date/datetime))

In view

```
