PHPackages                             vectorface/gearman - 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. vectorface/gearman

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

vectorface/gearman
==================

Gearman (http://www.danga.com/gearman) is a system to farm out work to other machines. It can load balance function calls to lots of machines and allows you to call functions between languages. It can also run all function calls in parallel.

0.3.2(2mo ago)111.4k↓34.6%1BSD-3-ClausePHPPHP &gt;=8.0CI passing

Since Nov 2Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/Vectorface/gearman)[ Packagist](https://packagist.org/packages/vectorface/gearman)[ RSS](/packages/vectorface-gearman/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (8)Dependencies (3)Versions (11)Used By (0)

Net/Gearman
===========

[](#netgearman)

This is a fork of [mhlavac/gearman](https://github.com/mhlavac/gearman) which has unfortunately been abandoned.

PHP library for interfacing with Danga's Gearman. Gearman is a system to farm out work to other machines, dispatching function calls to machines that are better suited to do work, to do work in parallel, to load balance lots of function calls, or to call functions between languages.

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

[](#installation)

Add following line to your composer.json

```
"vectorface/gearman": "^0.2"
```

You can use following command

```
composer.phar require --dev vectorface/geaman:^0.2
```

Examples
--------

[](#examples)

### Client

[](#client)

```
