PHPackages                             abc/job-server-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. abc/job-server-bundle

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

abc/job-server-bundle
=====================

A symfony bundle to manage asynchronous distributed processing of stateful jobs

0.4.3(5y ago)19951MITPHPPHP ^7.2CI failing

Since Feb 4Pushed 5y ago2 watchersCompare

[ Source](https://github.com/aboutcoders/job-server-bundle)[ Packagist](https://packagist.org/packages/abc/job-server-bundle)[ Docs](http://aboutcoders.com)[ RSS](/packages/abc-job-server-bundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (13)Versions (11)Used By (0)

AbcJobServerBundle
==================

[](#abcjobserverbundle)

[![Build Status](https://camo.githubusercontent.com/efe82b5f70dca3e53ceffcb5ffb404dd05cf75c2fbb675f850e1be74ffdb742b/68747470733a2f2f7472617669732d63692e6f72672f61626f7574636f646572732f6a6f622d7365727665722d62756e646c652e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/aboutcoders/job-server-bundle)

A symfony bundle for asynchronous distributed job processing using [php-enqueue](https://github.com/php-enqueue/enqueue-dev) as transport layer.

**Note: This project is still experimental!**

Features
--------

[](#features)

- Asynchronous distributed processing of
    - Job: a single job
    - Batch: multiple jobs that are processed in parallel
    - Sequence: multiple jobs processed in sequential order
    - Free composition of Job, Sequence, and Batch
- Status information about jobs
- Cancellation and restarting of jobs
- Cron jobs (requires [AbcSchedulerBundle](https://github.com/aboutcoders/scheduler-bundle/blob/master/AbcSchedulerBundle.php) 2.x)
- JSON REST-Api &amp; PHP client library
- [OpenApi](https://www.openapis.org/) documentation

Demo
----

[](#demo)

You can find a demo [here](https://gitlab.com/hasc/abc-job-demo/).

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

[](#installation)

```
composer install abc/job-server-bundle
```

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

[](#getting-started)

### Prerequisites

[](#prerequisites)

- EnqueueBundle is configured with a transport layer

### Steps

[](#steps)

1. In case you configured a transport with a key different that `default` you have to configure this transport also for the AbcJobServerBundle

    ```
    abc_job_server:
        transport: my_transport_name
    ```
2. Create database and database schema

    ```
    bin/console doctrine:database:create
    bin/console doctrine:schema:create
    ```
3. Start the command that processes replies from workers

    ```
    bin/console abc:process:reply someReplyQueue
    ```
4. Create an application that will consume jobs using the [AbcJobWorkerBundle](https://github.com/aboutcoders/job-worker-bundle) that will process jobs.

Configuration Reference
-----------------------

[](#configuration-reference)

```
abc_job_server:

    # the enqueue transport name
    transport: default

    # whether to enable the cronjob component
    cronjob:
        enabled: true

    # whether to enable the endpoints to cleanup jobs, and cronjobs
    cleanup:
        enabled: true
```

Commands
--------

[](#commands)

### Command `abc:broker:setup`

[](#command-abcbrokersetup)

The command `abc:broker:setup` declares queues at the broker for all registered routes.

```
bin/console abc:broker:setup --help
```

### Command `abc:reply:process`

[](#command-abcreplyprocess)

The command `abc:reply:process` processes job replies from queues, updates job information and schedules dependant jobs

```
bin/console abc:reply:process --help
```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](./LICENSE) for more information.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 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 ~37 days

Recently: every ~50 days

Total

9

Last Release

2030d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/11329553?v=4)[AboutCoders](/maintainers/aboutcoders)[@aboutcoders](https://github.com/aboutcoders)

---

Top Contributors

[![hasc](https://avatars.githubusercontent.com/u/3307391?v=4)](https://github.com/hasc "hasc (2 commits)")

---

Tags

asynchronousqueuejobcronscheduledistributed

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/abc-job-server-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/abc-job-server-bundle/health.svg)](https://phpackages.com/packages/abc-job-server-bundle)
```

###  Alternatives

[jms/job-queue-bundle

Allows to run and schedule Symfony console commands as background jobs.

3342.3M5](/packages/jms-job-queue-bundle)[orisai/scheduler

Cron job scheduler - with locks, parallelism and more

4041.4k5](/packages/orisai-scheduler)[web-auth/webauthn-framework

FIDO2/Webauthn library for PHP and Symfony Bundle.

51090.8k2](/packages/web-auth-webauthn-framework)[markup/job-queue-bundle

The Markup Job Queue bundle integrates with oldsound/rabbiitmq-bundle to provide automatic scheduling of recurring console command jobs

1759.6k](/packages/markup-job-queue-bundle)[aboutcoders/job-bundle

A symfony bundle for asynchronous job processing.

2519.1k1](/packages/aboutcoders-job-bundle)

PHPackages © 2026

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