Download the PHP package drieschel/batches without Composer
On this page you can find all versions of the php package drieschel/batches. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download drieschel/batches
More information about drieschel/batches
Files in drieschel/batches
Download drieschel/batches
More information about drieschel/batches
Files in drieschel/batches
Vendor drieschel
Package batches
Short Description lightweight php lib for creating batch jobs and integrating them easily in php applications.
License MIT
Package batches
Short Description lightweight php lib for creating batch jobs and integrating them easily in php applications.
License MIT
Please rate this library. Is it a good library?
Informations about the package batches
batches
A lightweight php lib for creating scheduled batch jobs and integrating them easily in php applications. Jobs from a batch will be executed everytime when the execution time is reached or exceeded. That is a very important detail, because php is running request based and not like a daemon.
- You have to create your own Job classes. They only need to implement the Job interface from this repository.
- Instantiate a Batch object with a unique name and the directory where the run files has to be stored.
- Set the executionPlan by method. Its cronjob notation like.
- Instantiate the Job(s) you need and add them to the Batch object.
- Call the run method from the Batch object.
All versions of batches with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package drieschel/batches contains the following files
Loading the files please wait ....