alexeikadev / yii2-fullcalendar-and-scheduler
Calendar and Scheduller module (based on fullcalendar.io)
Package info
github.com/AlexeiKaDev/yii2-fullcalendar-and-scheduler
Type:yii2-extension
pkg:composer/alexeikadev/yii2-fullcalendar-and-scheduler
dev-master
2026-01-25 14:57 UTC
Requires
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2026-03-25 15:23:14 UTC
README
Calendar and Scheduller module (based on fullcalendar.io)
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist alexeikadev/yii2-fullcalendar-and-scheduler "*"
or add
"alexeikadev/yii2-fullcalendar-and-scheduler": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \alexeikadev\fullcalendarAndScheduler\AutoloadExample::widget(); ?>```