miradnan/yii2-bootstrap-calendar

Enhanced Yii2 wrapper for the Bootstrap Calendar

Installs: 142

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Language:HTML

Type:yii2-extension

1.0.x-dev 2015-11-26 22:58 UTC

This package is auto-updated.

Last update: 2024-03-22 04:52:30 UTC


README

Installation

The preferred way to install this extension is through composer. Check the composer.json for this extension's requirements and dependencies.

To install, either run

$ php composer.phar require miradnan/yii2-bootstrap-calendar "*"

or add

"miradnan/yii2-bootstrap-calendar": "*"

to the require section of your composer.json file.

Usage

use miradnan\bootstrap\Calendar;

echo Calendar::widget([ 'id' => 'my-calender', 'class' => 'calendar-holder', 'source' => $events ]);


## License

**yii2-bootstrap-calendar** is released under the BSD 3-Clause License. See the bundled `LICENSE.md` for details.