Download the PHP package icomefromthenet/laterjob without Composer
On this page you can find all versions of the php package icomefromthenet/laterjob. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download icomefromthenet/laterjob
More information about icomefromthenet/laterjob
Files in icomefromthenet/laterjob
Download icomefromthenet/laterjob
More information about icomefromthenet/laterjob
Files in icomefromthenet/laterjob
Vendor icomefromthenet
Package laterjob
Short Description Database job queue library
License MIT
Homepage http://github.com/icomefromthenet/LaterJob
Package laterjob
Short Description Database job queue library
License MIT
Homepage http://github.com/icomefromthenet/LaterJob
Please rate this library. Is it a good library?
Informations about the package laterjob
LaterJob - Database Queue with Metrics.
I have in the past needed a simple queue for applications hosted on 'sharded host' or other limited php environments.
- no access to the cli,
- no persistent processes
- no chmod - physically set write permissions in cpanel or equivlent.
- Small scale single node installations.
I developed LaterJob to power jobs such as
- Mail Queues.
- Sms Queues.
- Thumbnail Generation.
- PDF Generation.
Its a simple queue, simlar to Zend\DB\Queue but comes packaged with metrics
.
- Written for php 5.3.
- Written with Symfony2 components and Doctrine DBAL.
- Uses Cron scripts for workers and metric generation.
- Can Run many workers.
- Multiple queues per script if needed.
- Records state transitions into the database as activity which drive Metrics.
- Installed via composer.
Getting Started
Install via composer
Learn More
I would start at the docs.
All versions of laterjob with dependencies
PHP Build Version
Package Version
Requires
pimple/pimple Version
3.0.*
symfony/event-dispatcher Version ^2.8
symfony/console Version ^2.8
symfony/config Version ^2.8
symfony/validator Version ^2.8
mtdowling/cron-expression Version ^1.0
icomefromthenet/dbal-gateway Version ^1.1.0
psr/log Version 1.0.*
symfony/event-dispatcher Version ^2.8
symfony/console Version ^2.8
symfony/config Version ^2.8
symfony/validator Version ^2.8
mtdowling/cron-expression Version ^1.0
icomefromthenet/dbal-gateway Version ^1.1.0
psr/log Version 1.0.*
The package icomefromthenet/laterjob contains the following files
Loading the files please wait ....