PHPackages                             reichwebconsulting/cron-expression - 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. reichwebconsulting/cron-expression

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

reichwebconsulting/cron-expression
==================================

CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due

v2.2.3(7y ago)010MITPHPPHP &gt;=7.0.0

Since Jul 15Pushed 7y ago1 watchersCompare

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

READMEChangelog (2)Dependencies (1)Versions (15)Used By (0)

PHP Cron Expression Parser
==========================

[](#php-cron-expression-parser)

This is a fork of [dragonmantank/cron-expression](https://github.com/dragonmantank/cron-expression). Feel free to use this fork though I don't plan to support it. This exists because the base library is awesome, but aims for compatibility with "standard" CRON expression syntax over functionality.

\*\* Why This Fork Exists \*\*

I was working on billing processor for a customer that invoices their customers twice a month (15th and the "last day", whtever that is). While `cron-expression`supports "L" as a placeholder for "last day", and supports multiple comma-separated values in each part o the schedule, it does not support both at the same time.

The repo's creator said this is intentional to maintain compatibility with other CRON schedules. I don't care about this. I need the feature.

If you do too, feel free to pull this repo. But if you want support, please use the original.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~166 days

Recently: every ~18 days

Total

14

Last Release

2881d ago

Major Versions

v1.2.1 → v2.0.02017-10-12

PHP version history (2 changes)v1.0.0PHP &gt;=5.3.2

v2.0.0PHP &gt;=7.0.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/094902606806c697d6eb15794e0db692dc37f5bed9c7ce1af8968aefbd6c48be?d=identicon)[reichwebconsulting](/maintainers/reichwebconsulting)

---

Top Contributors

[![mtdowling](https://avatars.githubusercontent.com/u/190930?v=4)](https://github.com/mtdowling "mtdowling (77 commits)")[![dragonmantank](https://avatars.githubusercontent.com/u/108948?v=4)](https://github.com/dragonmantank "dragonmantank (40 commits)")[![lucasmichot](https://avatars.githubusercontent.com/u/513603?v=4)](https://github.com/lucasmichot "lucasmichot (24 commits)")[![tvlooy](https://avatars.githubusercontent.com/u/391674?v=4)](https://github.com/tvlooy "tvlooy (6 commits)")[![laurencei](https://avatars.githubusercontent.com/u/1210658?v=4)](https://github.com/laurencei "laurencei (4 commits)")[![tucksaun](https://avatars.githubusercontent.com/u/870118?v=4)](https://github.com/tucksaun "tucksaun (4 commits)")[![aensley](https://avatars.githubusercontent.com/u/95717?v=4)](https://github.com/aensley "aensley (3 commits)")[![GrahamCampbell](https://avatars.githubusercontent.com/u/2829600?v=4)](https://github.com/GrahamCampbell "GrahamCampbell (3 commits)")[![Dragooon](https://avatars.githubusercontent.com/u/551634?v=4)](https://github.com/Dragooon "Dragooon (3 commits)")[![tim-heinsohn](https://avatars.githubusercontent.com/u/121209?v=4)](https://github.com/tim-heinsohn "tim-heinsohn (2 commits)")[![rvanlaarhoven](https://avatars.githubusercontent.com/u/1857585?v=4)](https://github.com/rvanlaarhoven "rvanlaarhoven (2 commits)")[![chentsulin](https://avatars.githubusercontent.com/u/3382565?v=4)](https://github.com/chentsulin "chentsulin (2 commits)")[![latenzio](https://avatars.githubusercontent.com/u/8480072?v=4)](https://github.com/latenzio "latenzio (1 commits)")[![neslonso](https://avatars.githubusercontent.com/u/7744914?v=4)](https://github.com/neslonso "neslonso (1 commits)")[![Nyholm](https://avatars.githubusercontent.com/u/1275206?v=4)](https://github.com/Nyholm "Nyholm (1 commits)")[![pborreli](https://avatars.githubusercontent.com/u/77759?v=4)](https://github.com/pborreli "pborreli (1 commits)")[![pstast](https://avatars.githubusercontent.com/u/5357442?v=4)](https://github.com/pstast "pstast (1 commits)")[![sadortun](https://avatars.githubusercontent.com/u/794449?v=4)](https://github.com/sadortun "sadortun (1 commits)")[![Znarkus](https://avatars.githubusercontent.com/u/168042?v=4)](https://github.com/Znarkus "Znarkus (1 commits)")[![aGervais](https://avatars.githubusercontent.com/u/4420007?v=4)](https://github.com/aGervais "aGervais (1 commits)")

---

Tags

cronschedule

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/reichwebconsulting-cron-expression/health.svg)

```
[![Health](https://phpackages.com/badges/reichwebconsulting-cron-expression/health.svg)](https://phpackages.com/packages/reichwebconsulting-cron-expression)
```

###  Alternatives

[dragonmantank/cron-expression

CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due

4.7k474.1M478](/packages/dragonmantank-cron-expression)[symfony/scheduler

Provides scheduling through Symfony Messenger

8810.8M52](/packages/symfony-scheduler)[mult1mate/cron-manager

Flexible cron tasks manager for MVC-type applications

40338.5k3](/packages/mult1mate-cron-manager)

PHPackages © 2026

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