Download the PHP package abc/scheduler without Composer
On this page you can find all versions of the php package abc/scheduler. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download abc/scheduler
More information about abc/scheduler
Files in abc/scheduler
Download abc/scheduler
More information about abc/scheduler
Files in abc/scheduler
Please rate this library. Is it a good library?
Informations about the package scheduler
php-scheduler
A PHP library to process schedules base on CRON expressions.
Features:
- Define schedules based on CRON expressions
- Symfony Console Command to run scheduler
- Simple integration by implementing two interfaces
Note: This project is still experimental!
Installation
Getting Started
-
Define a schedule provider by implementing
ProviderInterfacve
. -
Define a schedule processor by implementing
ProcessorInterface
. -
Bind Processor to Provider and initialize the ScheduleCommand
- Run the command
License
The MIT License (MIT). Please see License File for more information.
All versions of scheduler with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2
psr/log Version ^1.1
dragonmantank/cron-expression Version ^2.3
myclabs/php-enum Version ^1.7
psr/log Version ^1.1
dragonmantank/cron-expression Version ^2.3
myclabs/php-enum Version ^1.7
The package abc/scheduler contains the following files
Loading the files please wait ....