PHPackages                             chesszebra/jobsystem - 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. chesszebra/jobsystem

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

chesszebra/jobsystem
====================

A PHP library providing a job system used to run background jobs.

0.1.0(5y ago)2797MITPHPPHP ^7.2CI failing

Since Oct 18Pushed 5y ago1 watchersCompare

[ Source](https://github.com/chesszebra/php-jobsystem)[ Packagist](https://packagist.org/packages/chesszebra/jobsystem)[ RSS](/packages/chesszebra-jobsystem/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)Dependencies (7)Versions (2)Used By (0)

php-jobsystem
=============

[](#php-jobsystem)

[![Build Status](https://camo.githubusercontent.com/96633fb1cdb3a91094d144de0179d98ab6c60c50480c6f51b27a8943b349eb2e/68747470733a2f2f7472617669732d63692e6f72672f63686573737a656272612f7068702d6a6f6273797374656d2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/chesszebra/php-jobsystem)

A PHP library that provides support for executing worker jobs.

Installation
------------

[](#installation)

```
composer require chesszebra/jobsystem
```

Usage
-----

[](#usage)

Adding jobs:

```
