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 2w 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 41% 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

2754d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7830984?v=4)[Alaa Al-Maliki](/maintainers/alaa-almaliki)[@alaa-almaliki](https://github.com/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

[run-as-root/magento2-prometheus-exporter

Magento2 Prometheus Exporter

68353.9k](/packages/run-as-root-magento2-prometheus-exporter)[baldwin/magento2-module-url-data-integrity-checker

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

282806.2k](/packages/baldwin-magento2-module-url-data-integrity-checker)[angeo/module-llms-txt

Magento 2 module for AI Engine Optimization (AEO). Generates spec-compliant llms.txt and llms-full.txt per llmstxt.org standard, plus streaming JSONL for vector indexing. Multi-store, multi-website, CLI, cron, async admin UI, Page Builder-aware sanitization, customer-group pricing, atomic writes, ETag/Cache-Control, .md mirrors.

111.1k](/packages/angeo-module-llms-txt)[loki/magento2-components

Core module for defining Alpine.js components with advanced AJAX features

1010.0k22](/packages/loki-magento2-components)[o2ti/sigep-web-carrier

O2TI - Sigep Web Carrier

141.5k](/packages/o2ti-sigep-web-carrier)

PHPackages © 2026

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