alexeikadev/yii2-fullcalendar-and-scheduler

Calendar and Scheduller module (based on fullcalendar.io)

Installs: 23

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:Jupyter Notebook

Type:yii2-extension

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

dev-master 2025-12-24 05:45 UTC

This package is auto-updated.

Last update: 2025-12-24 05:45:18 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(); ?>```