PHPackages                             icomefromthenet/laterjob - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Queues &amp; Workers](/categories/queues)
4. /
5. icomefromthenet/laterjob

ActiveLibrary[Queues &amp; Workers](/categories/queues)

icomefromthenet/laterjob
========================

Database job queue library

v1.1.0(7y ago)332MITPHP

Since Oct 7Pushed 7y ago1 watchersCompare

[ Source](https://github.com/icomefromthenet/LaterJob)[ Packagist](https://packagist.org/packages/icomefromthenet/laterjob)[ Docs](http://github.com/icomefromthenet/LaterJob)[ RSS](/packages/icomefromthenet-laterjob/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (14)Versions (3)Used By (0)

LaterJob - Database Queue with Metrics.
---------------------------------------

[](#laterjob---database-queue-with-metrics)

[![Build Status](https://camo.githubusercontent.com/fc2aabebd3943b34bf1681012c896d69a90a629c27abad8c142898925a7c2e03/68747470733a2f2f7472617669732d63692e6f72672f69636f6d6566726f6d7468656e65742f4c617465724a6f622e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/icomefromthenet/LaterJob)

### I have in the past needed a simple queue for applications hosted on 'sharded host' or other limited php environments.

[](#i-have-in-the-past-needed-a-simple-queue-for-applications-hosted-on-sharded-host-or-other-limited-php-environments)

1. no access to the cli,
2. no persistent processes
3. no chmod - physically set write permissions in cpanel or equivlent.
4. Small scale single node installations.

### I developed LaterJob to power jobs such as

[](#i-developed-laterjob-to-power-jobs-such-as)

1. Mail Queues.
2. Sms Queues.
3. Thumbnail Generation.
4. PDF Generation.

### Its a simple queue, simlar to Zend\\DB\\Queue but comes packaged with `metrics`.

[](#its-a-simple-queue-simlar-to-zenddbqueue-but-comes-packaged-with-metrics)

1. Written for php 5.3.
2. Written with Symfony2 components and Doctrine DBAL.
3. Uses Cron scripts for workers and metric generation.
4. Can Run many workers.
5. Multiple queues per script if needed.
6. Records state transitions into the database as activity which drive Metrics.
7. Installed via composer.

Getting Started
---------------

[](#getting-started)

Install via composer

```
 "require" : {
        "icomefromthenet/laterjob" :"dev-master"
 }
```

Learn More
----------

[](#learn-more)

I would start at the [docs](https://github.com/icomefromthenet/LaterJob/tree/master/doc).

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~685 days

Total

2

Last Release

2825d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/746782?v=4)[Lewis Dyer](/maintainers/icomefromthenet)[@icomefromthenet](https://github.com/icomefromthenet)

---

Top Contributors

[![icomefromthenet](https://avatars.githubusercontent.com/u/746782?v=4)](https://github.com/icomefromthenet "icomefromthenet (47 commits)")

---

Tags

queuejob

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/icomefromthenet-laterjob/health.svg)

```
[![Health](https://phpackages.com/badges/icomefromthenet-laterjob/health.svg)](https://phpackages.com/packages/icomefromthenet-laterjob)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[php-amqplib/rabbitmq-bundle

Integrates php-amqplib with Symfony &amp; RabbitMq. Formerly emag-tech-labs/rabbitmq-bundle, oldsound/rabbitmq-bundle.

1.3k20.1M65](/packages/php-amqplib-rabbitmq-bundle)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
