PHPackages                             diversen/background-job - 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. diversen/background-job

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

diversen/background-job
=======================

Simple background job creator

1.0.5(9y ago)7220MITPHPPHP &gt;=5.3.0

Since May 18Pushed 9y ago1 watchersCompare

[ Source](https://github.com/diversen/background-job)[ Packagist](https://packagist.org/packages/diversen/background-job)[ Docs](https://github.com/diversen/background-job)[ RSS](/packages/diversen-background-job/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (6)Used By (0)

background-job
==============

[](#background-job)

PHP class that executes background jobs (in a very simple way).

Used this answer found on stackoverflow.com:

You will need unix platform for this to work

Install
=======

[](#install)

```
composer require diversen/background-job

```

Usage
=====

[](#usage)

```
cd background-job && php example.php

```

`example.php`:

```
