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

ActiveLibrary

panlatent/cron-expression-descriptor
====================================

Converts cron expressions into human readable descriptions.

1.1.0(4y ago)20603.0k—8.9%5[1 issues](https://github.com/panlatent/cron-expression-descriptor/issues)3MITPHPPHP ^7.1|^8.0CI failing

Since Aug 6Pushed 3y ago1 watchersCompare

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

READMEChangelogDependencies (3)Versions (8)Used By (3)

Cron Expression Descriptor
==========================

[](#cron-expression-descriptor)

Converts cron expressions into human readable descriptions in PHP.

[![Build Status](https://camo.githubusercontent.com/cd5f49280d13d4b0a2b44b7f11fd333e65ff23ea2c8929f34d2937b1eecdcfce/68747470733a2f2f7472617669732d63692e6f72672f70616e6c6174656e742f63726f6e2d65787072657373696f6e2d64657363726970746f722e737667)](https://travis-ci.org/panlatent/cron-expression-descriptor)[![Coverage Status](https://camo.githubusercontent.com/32c7f13ed343e9fc0c04d777f68648125afc20409f655defa61a9e49bfb74511/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f70616e6c6174656e742f63726f6e2d65787072657373696f6e2d64657363726970746f722f62616467652e737667)](https://coveralls.io/github/panlatent/cron-expression-descriptor)[![Latest Stable Version](https://camo.githubusercontent.com/9950c535363d33050be278391f493e2fac1b1a73821f997ef5e5a7c2eeafbd74/68747470733a2f2f706f7365722e707567782e6f72672f70616e6c6174656e742f63726f6e2d65787072657373696f6e2d64657363726970746f722f762f737461626c652e737667)](https://packagist.org/packages/panlatent/cron-expression-descriptor)[![Total Downloads](https://camo.githubusercontent.com/e961cc5f5a09807f72eefd2bc6872c250ec53ca14ca0a99e06ae9a12b6ccfee7/68747470733a2f2f706f7365722e707567782e6f72672f70616e6c6174656e742f63726f6e2d65787072657373696f6e2d64657363726970746f722f646f776e6c6f6164732e737667)](https://packagist.org/packages/panlatent/cron-expression-descriptor)[![Latest Unstable Version](https://camo.githubusercontent.com/f04c2d54daa78a4f40e19757d69a996ed309bd8745abff2c4036f94f605ed519/68747470733a2f2f706f7365722e707567782e6f72672f70616e6c6174656e742f63726f6e2d65787072657373696f6e2d64657363726970746f722f762f756e737461626c652e737667)](https://packagist.org/packages/panlatent/cron-expression-descriptor)[![License](https://camo.githubusercontent.com/19cf9cc016a65f5037611ef67cb374dfa2b8cd720f8cd119ecf08460524310b0/68747470733a2f2f706f7365722e707567782e6f72672f70616e6c6174656e742f63726f6e2d65787072657373696f6e2d64657363726970746f722f6c6963656e73652e737667)](https://packagist.org/packages/panlatent/cron-expression-descriptor)

The library is PHP version of [bradymholt/cron-expression-descriptor (C#)](https://github.com/bradymholt/cron-expression-descriptor).

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

[](#installation)

It's recommended that you use [Composer](https://getcomposer.org/) to install this project.

```
$ composer require panlatent/cron-expression-descriptor
```

This will install the library and all required dependencies. The project requires **PHP 7.1** or newer.

Usage
-----

[](#usage)

```
echo (new Panlatent\CronExpressionDescriptor\ExpressionDescriptor('23 12 * JAN *'))->getDescription();
// OUTPUT: At 12:23 PM, only in January
```

Ports
-----

[](#ports)

This library has been ported to several other languages.

- C# -
- JavaScript -
- Java -
- Java -
- Ruby -
- Python -
- Go -

License
-------

[](#license)

The Cron Expression Descriptor is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).

###  Health Score

42

—

FairBetter than 90% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity47

Moderate usage in the ecosystem

Community18

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 83.3% 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 ~142 days

Recently: every ~197 days

Total

7

Last Release

1624d ago

PHP version history (3 changes)1.0.0PHP &gt;=7.0

1.0.4PHP ^7.1

1.0.5PHP ^7.1|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/c79a4220751bab4ff8ee0953a41c4664fddb12e2a47e69442c2e5315b5c7ef9a?d=identicon)[panlatent](/maintainers/panlatent)

---

Top Contributors

[![panlatent](https://avatars.githubusercontent.com/u/4393268?v=4)](https://github.com/panlatent "panlatent (20 commits)")[![CaliforniaMountainSnake](https://avatars.githubusercontent.com/u/44233829?v=4)](https://github.com/CaliforniaMountainSnake "CaliforniaMountainSnake (3 commits)")[![joeyrush](https://avatars.githubusercontent.com/u/17975028?v=4)](https://github.com/joeyrush "joeyrush (1 commits)")

---

Tags

croncron-expressioncrontab

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[paquettg/php-html-parser

An HTML DOM parser. It allows you to manipulate HTML. Find tags on an HTML page with selectors just like jQuery.

2.4k7.9M123](/packages/paquettg-php-html-parser)[qiniu/php-sdk

Qiniu Resource (Cloud) Storage SDK for PHP

8483.0M240](/packages/qiniu-php-sdk)[netflie/whatsapp-cloud-api

The first PHP SDK to send and receive messages using a cloud-hosted version of the WhatsApp Business Platform

640431.7k4](/packages/netflie-whatsapp-cloud-api)[php-mqtt/client

An MQTT client written in and for PHP.

4372.1M30](/packages/php-mqtt-client)[the-tinderbox/clickhouse-builder

Clickhouse sql query builder

2021.9M23](/packages/the-tinderbox-clickhouse-builder)[json-mapper/json-mapper

Map JSON structures to PHP classes

2181.1M22](/packages/json-mapper-json-mapper)

PHPackages © 2026

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