Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nexendrie/eventcalendar
A component for Nette - calendar with events
https://github.com/nexendrie/eventcalendar
calendar events nette php
Last synced: 14 days 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-01-12T16:43:45.000Z (27 days ago)
- Last Synced: 2025-01-12T17:31:46.263Z (27 days 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
============[![Total Downloads](https://poser.pugx.org/nexendrie/event-calendar/downloads)](https://packagist.org/packages/nexendrie/event-calendar) [![Latest Stable Version](https://poser.pugx.org/nexendrie/event-calendar/v/stable)](https://gitlab.com/nexendrie/EventCalendar/-/releases) [![Build Status](https://gitlab.com/nexendrie/EventCalendar/badges/master/pipeline.svg?ignore_skipped=true)](https://gitlab.com/nexendrie/EventCalendar/-/commits/master) [![Code Coverage](https://gitlab.com/nexendrie/EventCalendar/badges/master/coverage.svg)](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