PHPackages                             glorpen/queue-bundle - 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. glorpen/queue-bundle

ActiveSymfony-bundle[Queues &amp; Workers](/categories/queues)

glorpen/queue-bundle
====================

Task queue

v0.3.3(11y ago)01.9k1GPL-3.0PHPPHP &gt;=5.3.2

Since Aug 23Pushed 7y ago1 watchersCompare

[ Source](https://github.com/glorpen/GlorpenQueueBundle)[ Packagist](https://packagist.org/packages/glorpen/queue-bundle)[ Docs](https://bitbucket.org/glorpen/glorpenqueuebundle)[ RSS](/packages/glorpen-queue-bundle/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (4)Versions (8)Used By (0)

GlorpenQueueBundle
==================

[](#glorpenqueuebundle)

**Note: the repository is not maintained anymore.**

Bundle for offloading work to server side. Can add service tasks/jobs to queue for later execution.

Queue runs can safely overlap since tasks are locked upon acquiring by runner.

For forking and other funnies:

-
-

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

[](#installation)

- add requirements to composer.json:

```
{
    "require": {
        "glorpen/queue-bundle": "*"
    }
}
```

- enable the bundle in your **AppKernel** class

*app/AppKernel.php*

```
