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(3y ago)17.1k1[2 PRs](https://github.com/senet-eindhoven/cron-runner/pulls)MITPHPPHP ^7.4||^8.0

Since Feb 2Pushed 2y 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 today

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

30

—

LowBetter than 62% of packages

Maintenance20

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

1114d 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.8k543.8M20.0k](/packages/laravel-framework)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M572](/packages/shopware-core)[sulu/sulu

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

1.3k1.4M203](/packages/sulu-sulu)

PHPackages © 2026

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