Download the PHP package mvaliolahi/scheduler without Composer
On this page you can find all versions of the php package mvaliolahi/scheduler. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mvaliolahi/scheduler
More information about mvaliolahi/scheduler
Files in mvaliolahi/scheduler
Download mvaliolahi/scheduler
More information about mvaliolahi/scheduler
Files in mvaliolahi/scheduler
Vendor mvaliolahi
Package scheduler
Short Description Command Scheduler.
License
Homepage https://mvaliolahi.ir
Package scheduler
Short Description Command Scheduler.
License
Homepage https://mvaliolahi.ir
Please rate this library. Is it a good library?
Informations about the package scheduler
Command Scheduler
framework agnostic command scheduler that can be easily integrated with any project.
Usage
- create an instance of Scheduler then add some command and schedule them.
*tip: cache should not be instance.
- use a cron job to run the $scheduler->start() in a specific period of time.:
* * * * * php /project/schedule:run >> /dev/null 2>&1
Tips: Scheduler can be configured using another params named timezone
, this parameter apply an specific timezone to add commands but you can overwrite them using ->timezone()
method.
Frequencies:
Todo
- add specific class with specific method for trigger instead usual command to scheduler.
All versions of scheduler with dependencies
PHP Build Version
Package Version
Requires
nesbot/carbon Version
>=1.22
mtdowling/cron-expression Version >=1.2.1
symfony/process Version >=3.0.0
mtdowling/cron-expression Version >=1.2.1
symfony/process Version >=3.0.0
The package mvaliolahi/scheduler contains the following files
Loading the files please wait ....