PHPackages                             senet-eindhoven/cron-runner - 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. senet-eindhoven/cron-runner

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

senet-eindhoven/cron-runner
===========================

Service cron runnner

1.0.2(2y ago)17.1k1[2 PRs](https://github.com/senet-eindhoven/cron-runner/pulls)MITPHPPHP ^7.4||^8.0

Since Feb 2Pushed 1y ago1 watchersCompare

[ Source](https://github.com/senet-eindhoven/cron-runner)[ Packagist](https://packagist.org/packages/senet-eindhoven/cron-runner)[ RSS](/packages/senet-eindhoven-cron-runner/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (5)Versions (6)Used By (0)

Senet Cron
==========

[](#senet-cron)

This module allows you to run both recurring as one time jobs from you application.

Install
-------

[](#install)

```
composer require senet-eindhoven/cron-runner
```

Update your server cron to invoke the library every minute

Usage
-----

[](#usage)

Inject a valid repository that implements the libary `RepositoryInterface` together with a compatible `PSR\Logger` like `monolog`.

```
$repository = new Repository();
$logger = new MyPsrLogger();
$cronService = new CronService($repository, $logger);
$cronService->execute();
```

The execute method will determine if a job needs to be executed or not and will trigger a new process for it.

Development
-----------

[](#development)

Run below scripts to verify code quality. On each commit these steps are also executed via `GrumPHP`

```
# Startup
make up
# PHPCS
make phpcs
# PHPUnit
make test
```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance26

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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 ~248 days

Total

3

Last Release

1061d ago

PHP version history (2 changes)1.0.0PHP ^7.4|^8.0

1.0.2PHP ^7.4||^8.0

### Community

Maintainers

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

---

Top Contributors

[![pimjansen](https://avatars.githubusercontent.com/u/1457219?v=4)](https://github.com/pimjansen "pimjansen (11 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (7 commits)")[![ToshY](https://avatars.githubusercontent.com/u/31921460?v=4)](https://github.com/ToshY "ToshY (4 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/senet-eindhoven-cron-runner/health.svg)

```
[![Health](https://phpackages.com/badges/senet-eindhoven-cron-runner/health.svg)](https://phpackages.com/packages/senet-eindhoven-cron-runner)
```

###  Alternatives

[laravel/framework

The Laravel Framework.

34.6k509.9M17.0k](/packages/laravel-framework)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

728272.9k17](/packages/civicrm-civicrm-core)[laravel-zero/framework

The Laravel Zero Framework.

3371.4M368](/packages/laravel-zero-framework)[crunzphp/crunz

Schedule your tasks right from the code.

2292.0M6](/packages/crunzphp-crunz)

PHPackages © 2026

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