conquer/fullcalendar

Yii2 fullcalendar widget

dev-master / 1.0.5.x-dev 2015-12-09 07:55 UTC

This package is auto-updated.

Last update: 2024-04-24 02:55:48 UTC


README

Description

FullCalendar is a jQuery plugin that provides a full-sized, drag & drop event calendar like the one below. It uses AJAX to fetch events on-the-fly and is easily configured to use your own feed format. It is visually customizable with a rich API. For more information please visit FullCalendar

Installation

The preferred way to install this extension is through composer.

To install, either run

$ php composer.phar require conquer/fullcalendar "*"

or add

"conquer/fullcalendar": "*"

to the require section of your composer.json file.

Usage

use conquer\fullcalendar\FullCalendarWidget;

<?= FullCalendarWidget::widget([
    'weekends' => false
]); ?>

License

conquer/fullcalendar is released under the MIT License. See the bundled LICENSE.md for details.