PHPackages                             processing/processing - 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. processing/processing

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

processing/processing
=====================

Library to asynchronously perform background jobs

0.1.0(14y ago)219811MITPHPPHP &gt;=5.3.2

Since Feb 24Pushed 14y agoCompare

[ Source](https://github.com/mazen/processing)[ Packagist](https://packagist.org/packages/processing/processing)[ Docs](http://github.com/mazen/processing)[ RSS](/packages/processing-processing/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (2)Used By (1)

Processing
----------

[](#processing)

Processing is a PHP library to asynchronously queue and process background jobs. It uses redis as its storage engine but provides the necessary extension points for other implementations.

[![Build Status](https://camo.githubusercontent.com/49dc2f45e712cdf2777665e442dbfafa7a02387baa893790b99e986448278dd4/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f6d617a656e2f70726f63657373696e672e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/mazen/processing)

Features:

- Written in PHP 5.3
- Can use different storages for its queues
- Supports operation of multiple queues
- Comes with a [Symfony Bundle](https://github.com/mazen/ProcessingBundle)

Usage
-----

[](#usage)

example worker:

```
$conn     = new \Processing\Connection\RedisConnection();
$procesor = new \Processing\Processor($conn);

$procesor->addWorker('filesystem', 'ls', function($directory = '.'){
    echo `ls -al $directory`;
});
$procesor->doWork();

```

example client:

```
$conn     = new \Processing\Connection\RedisConnection();
$procesor = new \Processing\Processor($conn);

$procesor -> push('filesystem', 'ls', '/home');

```

License
-------

[](#license)

Copyright (c) 2012 Marcel Beerta

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

###  Health Score

26

—

LowBetter than 40% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

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

Unknown

Total

1

Last Release

5289d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/118904?v=4)[Marcel B](/maintainers/mazen)[@mazen](https://github.com/mazen)

---

Top Contributors

[![mazen](https://avatars.githubusercontent.com/u/118904?v=4)](https://github.com/mazen "mazen (11 commits)")

---

Tags

processtaskbackground

### Embed Badge

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

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

###  Alternatives

[jms/job-queue-bundle

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

3342.3M5](/packages/jms-job-queue-bundle)[dereuromark/cakephp-queue

The Queue plugin for CakePHP provides deferred task execution.

308995.7k27](/packages/dereuromark-cakephp-queue)[iron-io/iron_worker

Client library for IronWorker (multi-language worker platform that runs tasks in the background, in parallel, and at scale.)

56210.8k1](/packages/iron-io-iron-worker)[qxsch/worker-pool

Runs tasks in a parallel processing workerpool.

105329.0k1](/packages/qxsch-worker-pool)[symplely/coroutine

Cooperative multitasking using generators. The basics of coroutines, async and await!

631.6k2](/packages/symplely-coroutine)[orisai/scheduler

Cron job scheduler - with locks, parallelism and more

4047.1k5](/packages/orisai-scheduler)

PHPackages © 2026

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