PHPackages                             umulmrum/holiday-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. umulmrum/holiday-bundle

Abandoned → [umulmrum/holiday](/?search=umulmrum%2Fholiday)Library[Utility &amp; Helpers](/categories/utility)

umulmrum/holiday-bundle
=======================

A Symfony integration bundle for the umulmrum/holiday library

0.1.4(5y ago)16.2k1[2 PRs](https://github.com/umulmrum/HolidayBundle/pulls)MITPHPPHP ~5.5|~7.0

Since Sep 16Pushed 3y ago1 watchersCompare

[ Source](https://github.com/umulmrum/HolidayBundle)[ Packagist](https://packagist.org/packages/umulmrum/holiday-bundle)[ RSS](/packages/umulmrum-holiday-bundle/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (5)Versions (7)Used By (0)

HolidayBundle
=============

[](#holidaybundle)

Holiday is a simple integration bundle for the umulmrum/holiday library. See the documentation in that library for details.

> This bundle is no longer maintained. The holiday lib was changed and simplified significantly and does no longer need Symfony integration.

Requirements
------------

[](#requirements)

- PHP &gt;= 5.4 for umulmrum/holiday 0.1.x, PHP &gt;= 7.1 for umulmrum/holiday 0.2.x and greater.
- Symfony translator in any version is recommended for translations.

That's it really.

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

[](#installation)

### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require umulmrum/holiday-bundle "@stable"
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

### Step 2: Enable the Bundle

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in the `app/AppKernel.php` file of your project:

```
