Download the PHP package jaroslav-kubicek/event-calendar without Composer
On this page you can find all versions of the php package jaroslav-kubicek/event-calendar. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jaroslav-kubicek/event-calendar
More information about jaroslav-kubicek/event-calendar
Files in jaroslav-kubicek/event-calendar
Download jaroslav-kubicek/event-calendar
More information about jaroslav-kubicek/event-calendar
Files in jaroslav-kubicek/event-calendar
Vendor jaroslav-kubicek
Package event-calendar
Short Description Plugin for Nette based web applications for creating calendar with custom events
License BSD-3-Clause
Homepage http://www.nimral.cz/calendar
Package event-calendar
Short Description Plugin for Nette based web applications for creating calendar with custom events
License BSD-3-Clause
Homepage http://www.nimral.cz/calendar
Please rate this library. Is it a good library?
Informations about the package event-calendar
EventCalendar
- add-on component for Nette framework - http://nette.org/
- enable displaying various events in calendar
- provide methods for localisation & customization
- you can also use html and Texy! in your event texts
- http://addons.nette.org/cs/eventcalendar
Installing
Install component to your project via Composer:
"require": {
...
"jaroslav-kubicek/event-calendar": "0.2.1"
}
Quick start
Add to your code (in presenter/control):
public function createComponentCalendar() {
$cal = new EventCalendar\Simple\SimpleCalendar();
return $cal;
}
and in template:
{control calendar}
API Docs
All versions of event-calendar with dependencies
PHP Build Version
Package Version
The package jaroslav-kubicek/event-calendar contains the following files
Loading the files please wait ....