https://github.com/nexendrie/eventcalendar
A component for Nette - calendar with events
https://github.com/nexendrie/eventcalendar
calendar events nette php
Last synced: 9 months ago
JSON representation
A component for Nette - calendar with events
- Host: GitHub
- URL: https://github.com/nexendrie/eventcalendar
- Owner: nexendrie
- Fork: true (jaroslav-kubicek/EventCalendar)
- Created: 2015-11-26T22:54:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-01-12T16:43:45.000Z (over 1 year ago)
- Last Synced: 2025-01-12T17:31:46.263Z (over 1 year ago)
- Topics: calendar, events, nette, php
- Language: PHP
- Homepage:
- Size: 762 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
EventCalendar
============
[](https://packagist.org/packages/nexendrie/event-calendar) [](https://gitlab.com/nexendrie/EventCalendar/-/releases) [](https://gitlab.com/nexendrie/EventCalendar/-/commits/master) [](https://gitlab.com/nexendrie/EventCalendar/-/commits/master)
This is an add-on component for Nette framework which enables displaying various events in calendar. It provides methods for localisation & customization. You can also use html and Texy! in your event texts.
Installation
------------
The best way to install it is via Composer. Just add **nexendrie/event-calendar** to your dependencies.
Quick start
-----------
Add to your code (in presenter/control):
```php