alexeikadev/yii2-fullcalendar-and-scheduler

Calendar and Scheduller module (based on fullcalendar.io)

Maintainers

Package info

github.com/AlexeiKaDev/yii2-fullcalendar-and-scheduler

Type:yii2-extension

pkg:composer/alexeikadev/yii2-fullcalendar-and-scheduler

Statistics

Installs: 24

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2026-01-25 14:57 UTC

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(); ?>```