PHPackages                             photomania/gearman-l4 - 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. photomania/gearman-l4

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

photomania/gearman-l4
=====================

a GearmanClient wrapper for Laravel 4

123.3k1PHP

Since Dec 15Pushed 12y ago3 watchersCompare

[ Source](https://github.com/photomania/gearman-l4)[ Packagist](https://packagist.org/packages/photomania/gearman-l4)[ RSS](/packages/photomania-gearman-l4/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Gearman-L4
==========

[](#gearman-l4)

Gearman-L4 is a GearmanClient (PECL extension) wrapper for Laravel 4. It does not add functionality and only exposes the native GearmanClient instance from the PECL extension to the Laravel application.

Installation
============

[](#installation)

Add `photomania/gearman-l4` as a requirement to composer.json:

```
{
    "require": {
        "photomania/gearman-l4": "dev-master"
    }
}
```

And then run `composer update photomania/gearman-l4`.

Once Composer has installed the packages it needs, you need to register Gearman-L4 with your Laravel application. Open up `app/config/app.php`, find the `providers` key and add:

```
'Photomania\GearmanL4\GearmanL4ServiceProvider'
```

Configuration
=============

[](#configuration)

You can alter configuration options (such as server hostnames and ports) by publishing the config file.

```
php artisan config:publish photomania/gearman-l4
```

This will copy the default configuration file to `app/config/packages/photomania/gearman-l4/config.php`.

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/0e5b44d3c958d69540a38189325b534c4e855add6b5c1e8a7a77c88a392eddd1?d=identicon)[Bartzy](/maintainers/Bartzy)

### Embed Badge

![Health badge](/badges/photomania-gearman-l4/health.svg)

```
[![Health](https://phpackages.com/badges/photomania-gearman-l4/health.svg)](https://phpackages.com/packages/photomania-gearman-l4)
```

###  Alternatives

[kambo/langchain

 ⚡ Building applications with LLMs through composability in PHP ⚡

3224.6k](/packages/kambo-langchain)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
