PHPackages                             alaa/magento2-managed-holiday - 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. alaa/magento2-managed-holiday

AbandonedArchivedMagento2-module[Utility &amp; Helpers](/categories/utility)

alaa/magento2-managed-holiday
=============================

Magento2 Managed Holiday

1.0.1(7y ago)25MITPHPPHP 7.0.2|7.0.4|~7.0.6|~7.1.0

Since Aug 21Pushed 7y ago1 watchersCompare

[ Source](https://github.com/alaa-almaliki/magento2-managed-holiday)[ Packagist](https://packagist.org/packages/alaa/magento2-managed-holiday)[ RSS](/packages/alaa-magento2-managed-holiday/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)Dependencies (4)Versions (3)Used By (0)

Magento 2 Managed Holiday
=========================

[](#magento-2-managed-holiday)

Magento 2 extension to manage public and/or custom holidays from the admin configured in **Admin =&gt; Sales =&gt; Managed Holiday**. It also supports multiple stores.

Install
=======

[](#install)

`composer require alaa/magento2-managed-holiday`

Documentation
=============

[](#documentation)

CRUD
----

[](#crud)

Use `\Alaa\ManagedHoliday\Model\HolidayRepository` for CRUD operationss

Helper Methods Api:
-------------------

[](#helper-methods-api)

check if current/given date is holiday:

```
\Alaa\ManagedHoliday\Helper\Holiday::isHoliday(string $input = null, $storeId = null): bool

```

Get next holiday or by a given date:

```
\Alaa\ManagedHoliday\Helper\Holiday::getHoliday(string $input = null, $storeId = null)

```

Get Holidays between two given dates:

```
\Alaa\ManagedHoliday\Helper\Holiday::between(string $from, string $to, $storeId = null): array

```

JS Api
------

[](#js-api)

Get Holiday By ID:

```
define(['holiday'], function (holiday) {
    holiday.getHoliday(function (response) {
        // do something
    }, 1)
});

```

Check if is current/given date is holiday:

```
define(['holiday'], function (holiday) {
    holiday.isHoliday(function (response) {
        // do something
    }, {input: "01/01/2018"})
});

```

Get next holidays:

```
define(['holiday'], function (holiday) {
    holiday.nextHolidays(function (response) {
        // do something
    }, {})// could be store_id passed in
});

```

Get holidays between two given dates:

```
define(['holiday'], function (holiday) {
    holiday.between(function (response) {
        // do something
    }, {"from": "12/01/2018", "to": "12/29/2018"})
});

```

Contribution
============

[](#contribution)

Please feel free to raise issues and contribute

License
=======

[](#license)

**MIT**

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

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

Every ~115 days

Total

2

Last Release

2706d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5c696bf597ea0fdd1fd166ce20d7c15c873f16547e874bd67ecb70c4abfdb2cb?d=identicon)[alaa-almaliki](/maintainers/alaa-almaliki)

---

Top Contributors

[![alaa-almaliki](https://avatars.githubusercontent.com/u/7830984?v=4)](https://github.com/alaa-almaliki "alaa-almaliki (3 commits)")

---

Tags

holidayholidaysmagento2-moduleholidaymagento holiday

### Embed Badge

![Health badge](/badges/alaa-magento2-managed-holiday/health.svg)

```
[![Health](https://phpackages.com/badges/alaa-magento2-managed-holiday/health.svg)](https://phpackages.com/packages/alaa-magento2-managed-holiday)
```

###  Alternatives

[snowdog/module-menu

Provides powerful menu editor to replace category based menus in Magento 2

3271.7M5](/packages/snowdog-module-menu)[baldwin/magento2-module-url-data-integrity-checker

Magento 2 module which can find potential url related problems in your catalog data

281773.3k](/packages/baldwin-magento2-module-url-data-integrity-checker)[magepal/magento2-customeraccountlinksmanager

Customer Account Links Manager for Magento2 allows you to quickly and easily remove unwanted links from customer account dashboard

4084.9k](/packages/magepal-magento2-customeraccountlinksmanager)[swissup/module-marketplace

One-Click modules and themes downloader/installer

18383.8k2](/packages/swissup-module-marketplace)[scandipwa/menu-organizer

Scandiweb Menu Organizer for ScandiPWA

13230.5k2](/packages/scandipwa-menu-organizer)[magepal/magento2-form-field-manager

Customer and Address Form Fields Manager for Magento2

293.8k](/packages/magepal-magento2-form-field-manager)

PHPackages © 2026

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