{"id":15282081,"url":"https://github.com/nexendrie/eventcalendar","last_synced_at":"2025-10-06T23:30:22.376Z","repository":{"id":57008303,"uuid":"46949917","full_name":"nexendrie/EventCalendar","owner":"nexendrie","description":"A component for Nette - calendar with events","archived":false,"fork":true,"pushed_at":"2025-01-12T16:43:45.000Z","size":780,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-12T17:31:46.263Z","etag":null,"topics":["calendar","events","nette","php"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"jaroslav-kubicek/EventCalendar","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nexendrie.png","metadata":{"files":{"readme":"readme.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-11-26T22:54:47.000Z","updated_at":"2025-01-12T16:43:48.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/nexendrie/EventCalendar","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nexendrie%2FEventCalendar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nexendrie%2FEventCalendar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nexendrie%2FEventCalendar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nexendrie%2FEventCalendar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nexendrie","download_url":"https://codeload.github.com/nexendrie/EventCalendar/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235563683,"owners_count":19010228,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["calendar","events","nette","php"],"created_at":"2024-09-30T14:18:50.576Z","updated_at":"2025-10-06T23:30:22.059Z","avatar_url":"https://github.com/nexendrie.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"EventCalendar\n============\n\n[![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)\n\nThis is an add-on component for Nette framework which enables displaying various events in calendar. It provides methods for localisation \u0026 customization. You can also use html and Texy! in your event texts.\n\nInstallation\n------------\n\nThe best way to install it is via Composer. Just add **nexendrie/event-calendar** to your dependencies.\n\nQuick start\n-----------\n\nAdd to your code (in presenter/control):\n\n```php\n\u003c?php\n\ndeclare(strict_types=1);\n\nuse Nexendrie\\EventCalendar\\Simple\\SimpleCalendar;\n\nclass MyPresenter extends \\Nette\\Application\\UI\\Presenter\n{\n    protected function createComponentCalendar(): SimpleCalendar {\n        $cal = new SimpleCalendar();\n        return $cal;\n    }\n} \n```\n\nand in template:\n\n```latte\n    {control calendar}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnexendrie%2Feventcalendar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnexendrie%2Feventcalendar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnexendrie%2Feventcalendar/lists"}