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

Abandoned → [mhlavac/gearman](/?search=mhlavac%2Fgearman)Library

publero/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.

979.1k↓64.1%8[9 issues](https://github.com/Publero/net_gearman/issues)[2 PRs](https://github.com/Publero/net_gearman/pulls)4PHP

Since Mar 25Pushed 10y ago3 watchersCompare

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

READMEChangelogDependenciesVersions (4)Used By (4)

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)

```
