PHPackages                             skeetr/silex - 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. skeetr/silex

ActiveLibrary

skeetr/silex
============

This is a Skeetr implementation for Silex-based apps.

07

Since Apr 10Pushed 13y ago2 watchersCompare

[ Source](https://github.com/skeetr/silex)[ Packagist](https://packagist.org/packages/skeetr/silex)[ RSS](/packages/skeetr-silex/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Skeetr Silex Provider [![Build Status](https://camo.githubusercontent.com/7aad027d3ad0bb8f98d64e5ba55320b122cdcb0f7d5a782115a2c298c0c69b83/68747470733a2f2f7472617669732d63692e6f72672f736b656574722f73696c65782e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/skeetr/silex)
=========================================================================================================================================================================================================================================================================================

[](#skeetr-silex-provider-)

This is a Skeetr implementation for Silex-based apps.

Requirements
------------

[](#requirements)

- PHP 5.3.23
- Unix system
- silex/silex
- skeetr/skeetr

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

[](#installation)

The recommended way to install Skeetr/Silex is [through composer](http://getcomposer.org). You can see [package information on Packagist.](https://packagist.org/packages/skeetr/silex)

```
{
    "require": {
        "skeetr/silex": "dev-master"
    }
}
```

Parameters
----------

[](#parameters)

- skeetr.host (string) Gearman server hostname
- skeetr.port (integer) Gearman server port
- skeetr.worker (object) Skeetr\\Gearman\\Worker instance
- skeetr.client (object) Skeetr\\Client instance

Usage
-----

[](#usage)

At your Silex project create the file `web/worker.php`

```
$app = new Silex\Application();

/* the register startup calls and config */

$app->register(new Skeetr\Silex\SkeetrServiceProvider())

$app['skeetr.host'] = '127.0.0.1';
$app['skeetr.port'] = 4730;

$app['skeetr.client']->work();
```

Now you can run the skeetr worker

```
php web/worker.php

```

Tests
-----

[](#tests)

Tests are in the `tests` folder. To run them, you need PHPUnit. Example:

```
$ phpunit --configuration phpunit.xml.dist

```

License
-------

[](#license)

MIT, see [LICENSE](LICENSE)

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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://avatars.githubusercontent.com/u/1573114?v=4)[Máximo Cuadros](/maintainers/mcuadros)[@mcuadros](https://github.com/mcuadros)

---

Top Contributors

[![mcuadros](https://avatars.githubusercontent.com/u/1573114?v=4)](https://github.com/mcuadros "mcuadros (6 commits)")

### Embed Badge

![Health badge](/badges/skeetr-silex/health.svg)

```
[![Health](https://phpackages.com/badges/skeetr-silex/health.svg)](https://phpackages.com/packages/skeetr-silex)
```

PHPackages © 2026

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