miradnan / yii2-bootstrap-calendar
Enhanced Yii2 wrapper for the Bootstrap Calendar
Installs: 143
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 1
Language:HTML
Type:yii2-extension
Requires
- serhioromano/bootstrap-calendar: 0.2.4
- yiisoft/yii2-bootstrap: 2.0.5
- yiisoft/yii2-jui: ~2.0.0
This package is auto-updated.
Last update: 2024-10-22 06:02:44 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.