nineinchnick / efullcalendar
Yii PHP Framework extension that utilizes the FullCalendar js library to be used as a widget.
This package's canonical repository appears to be gone and the package has been frozen as a result.
Installs: 1 465
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Language:JavaScript
Requires
- php: >=5.3.3
- nineinchnick/select2: 3.4.*
This package is not auto-updated.
Last update: 2021-06-21 10:19:23 UTC
README
Yii PHP Framework extension that utilizes the FullCalendar js library to be used as a widget, possibly replacing CGridView or CListView.
Installation
Using composer: composer require nineinchnick/efullcalendar
.
Usage
$this->widget('application.vendor.nineinchnick.efullcalendar.EFullCalendar');