Skip to content

inash/phearman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Phearman is Gearman client/worker class library written in pure PHP. The goals of this project is to develop a modular library for use with PHP 5.3. It is inspired from Pheanstalk PHP client library for Beanstalkd and tries to adhere to the pecl/gearman PHP extension interface and standard.

API Documentation

© Inash Zubair

Example

<?php

require_once 'phearman_init.php';

use Phearman\Client;

/* Client echo request. */
$client   = new Client();
$response = $client->echoRequest('Hello Gearman');

echo $response->getWorkload();

About

PHP library for Gearman

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published