Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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