PHPackages                             krak/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. [Caching](/categories/caching)
4. /
5. krak/job

ActiveLibrary[Caching](/categories/caching)

krak/job
========

Simple and Powerful Queued Jobs

v0.4.1(8y ago)6528[4 issues](https://github.com/krakphp/job/issues)1MITPHP

Since Dec 2Pushed 8y ago1 watchersCompare

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

READMEChangelog (9)Dependencies (19)Versions (11)Used By (1)

Jobs
====

[](#jobs)

Simple yet powerful implementation of Queued Jobs.

Features
--------

[](#features)

- Consume from multiple queues asynchronously
- Easy to setup
- Easy to integrate with any project
- Incredibly extendable
- Powerful extensions

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

[](#installation)

Install with composer at `krak/job`.

Usage
-----

[](#usage)

### Create the Kernel

[](#create-the-kernel)

The kernel is the core manager of the Job library. It's simply a Cargo\\Container decorator with helper methods.

```
