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: 3 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-08-31T12:51:46.000Z (4 months ago)
- Last Synced: 2024-09-30T14:18:43.262Z (3 months ago)
- Topics: calendar, events, nette, php
- Language: PHP
- Homepage:
- Size: 756 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