PHPackages                             shso/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. shso/net\_gearman

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

shso/net\_gearman
=================

A PHP interface for Danga's Gearman

v1.1.0(7y ago)061[1 PRs](https://github.com/ShahinSorkh/net_gearman/pulls)MITPHP

Since Apr 29Pushed 1y ago1 watchersCompare

[ Source](https://github.com/ShahinSorkh/net_gearman)[ Packagist](https://packagist.org/packages/shso/net_gearman)[ RSS](/packages/shso-net-gearman/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (2)Versions (5)Used By (0)

ShSo\\Net\\Gearman
==================

[](#shsonetgearman)

About
-----

[](#about)

Net\_Gearman is a PEAR package 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.

Net\_Gearman was in production at Yahoo! and Digg doing all sorts of offloaded near time processing.

[This package](https://github.com/lenn0x/net_gearman) got no update since Feb 23, 2011. I'm going to maintain from now on.

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

[](#installation)

```
php composer.phar require shso/net_gearman
```

Examples
--------

[](#examples)

### Client

[](#client)

```
