a-goryachev/yii2-fullcalendar

Fullcalendar wrapper for Yii2

Installs: 18

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 0

Forks: 0

Open Issues: 1

Type:yii2-extension

pkg:composer/a-goryachev/yii2-fullcalendar

1.1.0 2014-12-10 07:04 UTC

This package is not auto-updated.

Last update: 2025-10-21 08:55:32 UTC


README

Fullcalendar wrapper for Yii2

Installation

The preferred way to install this extension is through composer.

Either run

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

or add

"goryachev/yii2-fullcalendar": "*"

to the require section of your composer.json file.

Package not contains any assets. All necessary assets loads by composer as dependencies, using bower-asset.

Usage

Once the extension is installed, simply use it in your code by :

<?= \goryachev\yii2fullcalendar\Calendar::widget([
    'pluginOptions'=>[array of fullcalendar options]
]); ?>

Full documentation of fullcalendar here