PHPackages                             fzed51/calendar-helper - 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. fzed51/calendar-helper

ActiveLibrary

fzed51/calendar-helper
======================

Function collections for working with a calendar.

v1.0.0(5y ago)04[2 issues](https://github.com/fzed51/calendar-helper/issues)MITPHPCI failing

Since Jul 19Pushed 5y ago1 watchersCompare

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

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

CALNEDAR HELPER
===============

[](#calnedar-helper)

*Function collections for working with a calendar.*

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

[](#installation)

```
composer require fzed51/canlendar-helper
```

Use
---

[](#use)

### Is a bisextile year

[](#is-a-bisextile-year)

```
\CalendarHelper\Calendar::isBisextile(2020);
\CalendarHelper\Calendar::isBisextile(new Date());
```

return boolean

### Number of days in the month

[](#number-of-days-in-the-month)

```
\CalendarHelper\Calendar::numberOfDays(2020,06);
\CalendarHelper\Calendar::numberOfDays(new Date());
```

return int

### Is a holidays

[](#is-a-holidays)

```
\CalendarHelper\Calendar::isHolidays(2020,07,14);
\CalendarHelper\Calendar::isHolidays(new Date());
```

return boolean

### List the holidays of a year

[](#list-the-holidays-of-a-year)

```
\CalendarHelper\Calendar::holidaysList();
```

return \\DateTime\[\]

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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

2120d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3b6a8b19c5e90c6de2bc25cb56516bc0bf6cd4fa8eee97ee3a762b11180a0362?d=identicon)[fzed51](/maintainers/fzed51)

---

Top Contributors

[![fzed51](https://avatars.githubusercontent.com/u/1201984?v=4)](https://github.com/fzed51 "fzed51 (12 commits)")

---

Tags

calendardatedatetimehelperholidayphpphp-library

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

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

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

PHPackages © 2026

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