PHPackages                             aiskander/calendar-holidays-bundle - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. aiskander/calendar-holidays-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

aiskander/calendar-holidays-bundle
==================================

Symfony bundle that can be used to manage holidays

016PHP

Since Aug 23Pushed 7y ago1 watchersCompare

[ Source](https://github.com/amiriskander/calendar-holidays-bundle)[ Packagist](https://packagist.org/packages/aiskander/calendar-holidays-bundle)[ RSS](/packages/aiskander-calendar-holidays-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Holidays Bundle
===============

[](#holidays-bundle)

This bundle still under active development and not ready to be used yet.

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

[](#installation)

### Install Using Composer

[](#install-using-composer)

```
composer require aiskander/calendar-holidays-bundle

```

### Add Bundle Instance

[](#add-bundle-instance)

- Symfony 2.8 ~ 3.x

In `/app/AppKernel.php`, add the below line to the bundles array

```
new \Aiskander\CalendarHolidaysBundle\AiskanderCalendarHolidaysBundle();

```

- Symfony 4.x

In `/config/bundles.php`, add the below line to the bundles array.

```
\Aiskander\CalendarHolidaysBundle\AiskanderCalendarHolidaysBundle::class => ['all' => true],

```

### Import Bundle Routes

[](#import-bundle-routes)

Add the below configuration to your Symfony `routing.yaml` file

```
aiskander_calendar_holidays:
    resource: "@AiskanderCalendarHolidaysBundle/Resources/config/routing.yml"

```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6437189?v=4)[Amir Iskander](/maintainers/amiriskander)[@amiriskander](https://github.com/amiriskander)

### Embed Badge

![Health badge](/badges/aiskander-calendar-holidays-bundle/health.svg)

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

###  Alternatives

[davidgorges/color-contrast

A tiny library to find color combinations with a contrast threshold

10550.4k](/packages/davidgorges-color-contrast)[rovangju/carbon-nbd

Carbon DateTime extension to calculate the "next business day"

2125.4k](/packages/rovangju-carbon-nbd)

PHPackages © 2026

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