PHPackages                             elvis-bi/net\_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. elvis-bi/net\_gearman

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

elvis-bi/net\_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.

1.0.1(12y ago)028New BSDPHPPHP &gt;=5.3.0

Since Mar 25Pushed 12y ago1 watchersCompare

[ Source](https://github.com/elvis-bi/net_gearman)[ Packagist](https://packagist.org/packages/elvis-bi/net_gearman)[ RSS](/packages/elvis-bi-net-gearman/feed)WikiDiscussions master Synced today

READMEChangelog (1)DependenciesVersions (5)Used By (0)

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

[](#netgearman)

[![Build Status](https://camo.githubusercontent.com/9cdbc1dc3e3edc4a379a01af6c2db4108b0856d9f8dd05adf5cc553bead1b27c/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f5075626c65726f2f6e65745f676561726d616e2e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/Publero/net_gearman)

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 require

```
"publero/net_gearman": "1.0.x-dev"
```

You can use following command

```
composer.phar require --dev publero/net_geaman:1.0.x
```

Examples
--------

[](#examples)

### Client

[](#client)

```
