- Notifications
You must be signed in to change notification settings - Fork1
Icinga/ipl-scheduler
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Framework-independent scheduler that executes tasks at regular intervals or once at specific times in an event loop.The tasks are pure PHP code and the frequency is defined via cron expressions. Yields events for which you can installlisteners:
- when an operation of a task is scheduled,
- upon running an operation of a task,
- when an operation of a task is done or failed,
- and when a task is canceled or expired.
Scheduled or running tasks can be removed or canceled at any time.
The recommended way to install this library is viaComposer:
composer require ipl/schedulerAbout
No description, website, or topics provided.
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Contributors6
Uh oh!
There was an error while loading.Please reload this page.