PHPackages                             nowise/batchelor - 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. nowise/batchelor

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

nowise/batchelor
================

Batch job queue manager (web interface and services)

2.3.8(7y ago)019GPL-2.0-onlyPHP

Since Nov 12Pushed 7y agoCompare

[ Source](https://github.com/nowisesys/batchelor)[ Packagist](https://packagist.org/packages/nowise/batchelor)[ Docs](https://nowise.se/oss/batchelor)[ RSS](/packages/nowise-batchelor/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependencies (6)Versions (44)Used By (0)

BATCH JOB QUEUE MANAGER (BATCHELOR)
===================================

[](#batch-job-queue-manager-batchelor)

Batchelor is an batch job queue manager supporting schdeule task for later execution, controlling them and retrieving result. Suitable applications can be scientific or heavy processing tasks (like media rendering).

### QUEUES

[](#queues)

The job queue can be accessed thru both a web interface and web services (i.e. SOAP or JSON API). The simpliest configuration uses an local queue, but the installation can be configured as a frontend for multiple remote queues which gives an distributed system with a common interface.

### TASKS

[](#tasks)

Implement one or more classes that defines your application business logic and register them with the processor service. An incoming processing request is queued (scheduled for later execution).

A background process consumes queued tasks and uses the task registry to find a suitable class (among those registered by you) to process the data. The task class is called with input data and working directory.

### END USERS

[](#end-users)

An end user can have multiple personal queues that they can switch between. Theres also support for authentication meant to give authorized users extra powers, for example relaxed upload limits.

### INTEGRATE

[](#integrate)

See the file docs/GETTING-STARTED that contains information for integrators on how to configure batchelor to power your applications.

### QUICK START

[](#quick-start)

It's easiest is to use composer to initialize your project using batchelor:

```
composer init
composer require nowise/batchelor
./vendor/bin/batchelor.sh --location /myapp --setup
```

Start the scheduled job processor to execute submitted jobs. During setup or development of your own task its recommended to run in the foreground with debug enabled:

```
sudo -u apache ./utils/processor.sh -dk
```

Directory utils/boot contains script for starting the batch job processor at boot time. The scheduler can be monitored using:

```
sudo -u apache ./utils/scheduler.sh -lA
```

Remember to run these tools as the web server user or file permission errors will occure. If seeing errors, try admin/fix-permissions.sh first to correct wrong permissions on the data directory content.

### FURTHER EXAMPLES

[](#further-examples)

The system [ChemGPS-NP Web](https://chemgps.bmc.uu.se/) was built on top of batchelor. Visit [Batchelor project page](https://nowise.se/oss/batchelor)for more online info.

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity74

Established project with proven stability

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

Total

43

Last Release

2647d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/051c93d5c76da455715b999de080c10df538ce46843177f3b1779c235fe4aaff?d=identicon)[nowise](/maintainers/nowise)

---

Top Contributors

[![nowisesys](https://avatars.githubusercontent.com/u/35581658?v=4)](https://github.com/nowisesys "nowisesys (1319 commits)")

---

Tags

distributed-computingparallel-processingqueue-managerscheduler-servicescientific-computingtask-managerqueuescheduletaskbatchelor

### Embed Badge

![Health badge](/badges/nowise-batchelor/health.svg)

```
[![Health](https://phpackages.com/badges/nowise-batchelor/health.svg)](https://phpackages.com/packages/nowise-batchelor)
```

###  Alternatives

[tarantool/queue

PHP bindings for Tarantool Queue.

64136.2k4](/packages/tarantool-queue)[orisai/scheduler

Cron job scheduler - with locks, parallelism and more

4037.1k4](/packages/orisai-scheduler)[jolicode/castor

A lightweight and modern task runner. Automate everything. In PHP.

53541.0k3](/packages/jolicode-castor)[g4/tasker

Application asynchronous tasks manager and runner, cron-like PHP implementation with ability to run tasks with resolution in seconds

1455.1k](/packages/g4-tasker)

PHPackages © 2026

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