PHPackages                             designs2/events-cron - 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. designs2/events-cron

ActiveContao-module[Utility &amp; Helpers](/categories/utility)

designs2/events-cron
====================

Cron event for Contao Open Source CMS

1.0.2(11y ago)017LGPL-3.0+PHPPHP &gt;=5.3

Since Jun 5Pushed 10y agoCompare

[ Source](https://github.com/designs2/events-cron)[ Packagist](https://packagist.org/packages/designs2/events-cron)[ RSS](/packages/designs2-events-cron/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (3)Versions (5)Used By (0)

Events: Cron
============

[](#events-cron)

Provide the cron hooks as events.

```
$GLOBALS['TL_EVENTS']['cron.monthly'][] = function($event) {
	// run monthly
};

$GLOBALS['TL_EVENTS']['cron.weekly'][] = function($event) {
	// run weekly
};

$GLOBALS['TL_EVENTS']['cron.daily'][] = function($event) {
	// run daily
};

$GLOBALS['TL_EVENTS']['cron.hourly'][] = function($event) {
	// run hourly
};

// only support in Contao 3.0 or newer
$GLOBALS['TL_EVENTS']['cron.minutely'][] = function($event) {
	// run minutely
};
```

See the [event dispatcher documentation](https://github.com/contao-community-alliance/event-dispatcher#listen-on-events)for more examples how to listen on an event.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 92.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 ~96 days

Total

3

Last Release

4219d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8aab7a74981c0de546f6459e99c92dfb43b0ea517540b1594e2ffc157f850c47?d=identicon)[MoniqueHahnefeld](/maintainers/MoniqueHahnefeld)

---

Top Contributors

[![tristanlins](https://avatars.githubusercontent.com/u/343404?v=4)](https://github.com/tristanlins "tristanlins (12 commits)")[![MoniqueHahnefeld](https://avatars.githubusercontent.com/u/2779282?v=4)](https://github.com/MoniqueHahnefeld "MoniqueHahnefeld (1 commits)")

---

Tags

eventcroncontao

### Embed Badge

![Health badge](/badges/designs2-events-cron/health.svg)

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

PHPackages © 2026

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