PHPackages                             kappa/calendar - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. kappa/calendar

ActiveLibrary[Framework](/categories/framework)

kappa/calendar
==============

Component for generation calendar prepared for next work with it

v1.0.0(11y ago)054BSD-3-ClausePHPPHP &gt;= 5.3.0

Since Jun 7Pushed 11y ago1 watchersCompare

[ Source](https://github.com/Kappa-org/Calendar)[ Packagist](https://packagist.org/packages/kappa/calendar)[ Docs](https://github.com/Kappa-org/Calendar)[ RSS](/packages/kappa-calendar/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (2)Used By (0)

Kappa\\Calendar [![Build Status](https://camo.githubusercontent.com/96f3dc04a0653e2ee265dc1d7e788ced52cd7baad9bf069ae97b9bcb047314a1/68747470733a2f2f7472617669732d63692e6f72672f4b617070612d6f72672f43616c656e6461722e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/Kappa-org/Calendar)
=====================================================================================================================================================================================================================================================================================================

[](#kappacalendar-)

Component for generation calendar prepared for next work with it

Requirements:
-------------

[](#requirements)

- PHP 5.3 or higher
- [Composer](http://getcomposer.org/)
- [nette/application](https://github.com/nette/application) 2.2 or higher
- [nette/di](https://github.com/nette/di) 2.2 or higher

Installation
------------

[](#installation)

The best way to install kappa/calendar is using Composer:

```
$ composer require kappa/calendar:@dev
```

And now you have to register the extensions in `config.neon`

```
extensions:
	- Kappa\Calendar\CalendarExtension
```

Usages
------

[](#usages)

You can use default component with default or custom template

```
/**
 * @inject
 * @var \Kappa\Calendar\ICalendarControlFactory
 */
public $calendarControlFactory;

/**
 * @return \Kappa\Calendar\CalendarControl
 */
protected function createComponentCalendar()
{
	return $this->calendarControlFactory->create();
}
```

with custom template

```
/**
 * @return \Kappa\Calendar\CalendarControl
 */
protected function createComponentCalendar()
{
	$calendar = $this->calendarControlFactory->create();
	$calendar->setTemplate('template.latte');

	return $calendar;
}
```

or in template

```
{control calendar 'template.latte'}
```

In template will be `$calendar` variable contains Calendar object for more info please see into [default template](https://github.com/Kappa-app/Calendar/blob/master/src/Kappa/Calendar/templates/calendar.latte)

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

4364d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0c0840abca14f130b93d02cfa8412e99dc0645ca3f7e57cf75cfcb487efe33aa?d=identicon)[Budry](/maintainers/Budry)

---

Top Contributors

[![Budry](https://avatars.githubusercontent.com/u/990676?v=4)](https://github.com/Budry "Budry (124 commits)")

---

Tags

frameworknettecalendarKappa

### Embed Badge

![Health badge](/badges/kappa-calendar/health.svg)

```
[![Health](https://phpackages.com/badges/kappa-calendar/health.svg)](https://phpackages.com/packages/kappa-calendar)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
