PHPackages                             moonspot/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. moonspot/gearman

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

moonspot/gearman
================

PHP library for interfacing with Gearmand

00PHPCI passing

Since Nov 9Pushed 6mo ago1 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

Moonspot\\Gearman
=================

[](#moonspotgearman)

About
-----

[](#about)

Moonspot\\Gearman is a package for interfacing with 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)

```
$ composer require moonspot/gearman

```

Examples
--------

[](#examples)

### Client

[](#client)

```
