PHPackages                             jnjxp/calerator - 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. jnjxp/calerator

ActiveLibrary

jnjxp/calerator
===============

Calendar date iterators

08PHP

Since Nov 25Pushed 9y ago1 watchersCompare

[ Source](https://github.com/jnjxp/jnjxp.calerator)[ Packagist](https://packagist.org/packages/jnjxp/calerator)[ RSS](/packages/jnjxp-calerator/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

jnjxp.calerator
===============

[](#jnjxpcalerator)

Iterate over dates like a calendar.

- `Year` is a collection of `Month`s.
- `Month` is a collection of `Week`s.
- `Week` is a collection of `Day`s.

Install
-------

[](#install)

```
composer require jnjxp/calerator
```

Usage
-----

[](#usage)

```
foreach (new Year(2016) as $month) {
    foreach($month as $week) {
        foreach ($week as $day){
            //...
        }
    }
}
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/64baf5fff415327ccc832998afe54b34ac3c621e401f128a9343d4e0b0a3f9e4?d=identicon)[jnj](/maintainers/jnj)

---

Top Contributors

[![jakejohns](https://avatars.githubusercontent.com/u/174708?v=4)](https://github.com/jakejohns "jakejohns (5 commits)")

### Embed Badge

![Health badge](/badges/jnjxp-calerator/health.svg)

```
[![Health](https://phpackages.com/badges/jnjxp-calerator/health.svg)](https://phpackages.com/packages/jnjxp-calerator)
```

PHPackages © 2026

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