Download the PHP package senet-eindhoven/cron-runner without Composer
On this page you can find all versions of the php package senet-eindhoven/cron-runner. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package cron-runner
Senet Cron
This module allows you to run both recurring as one time jobs from you application.
Install
Update your server cron to invoke the library every minute
Usage
Inject a valid repository that implements the libary RepositoryInterface
together with a
compatible PSR\Logger
like monolog
.
The execute method will determine if a job needs to be executed or not and will trigger a new process for it.
Development
Run below scripts to verify code quality. On each commit these steps are also executed via GrumPHP
All versions of cron-runner with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4||^8.0
psr/log Version ^1.0||^2.0||^3.0
dragonmantank/cron-expression Version ^2.3
symfony/process Version ^5.0
psr/log Version ^1.0||^2.0||^3.0
dragonmantank/cron-expression Version ^2.3
symfony/process Version ^5.0
The package senet-eindhoven/cron-runner contains the following files
Loading the files please wait ....