2017 © Pedro Peláez
 

yii2-extension fullcalendar

Yii2 fullcalendar widget

image

conquer/fullcalendar

Yii2 fullcalendar widget

  • Wednesday, December 9, 2015
  • by borodulin
  • Repository
  • 1 Watchers
  • 0 Stars
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

FullCalendar widget for Yii2 framework

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, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

To install, either run, (*3)

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

or add, (*4)

"conquer/fullcalendar": "*"

to the require section of your composer.json file., (*5)

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., (*6)

The Versions

09/12 2015

dev-master

9999999-dev https://github.com/borodulin/yii2-fullcalendar

Yii2 fullcalendar widget

  Sources   Download

MIT

The Requires

 

extension yii2 widget fullcalendar