PHPackages                             sergiors/pheanstalk-service-provider - 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. sergiors/pheanstalk-service-provider

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

sergiors/pheanstalk-service-provider
====================================

Pheanstalk for Silex

1.0.0(9y ago)23.1k1MITPHPPHP &gt;=5.5

Since May 3Pushed 9y ago2 watchersCompare

[ Source](https://github.com/sergiors/pheanstalk-service-provider)[ Packagist](https://packagist.org/packages/sergiors/pheanstalk-service-provider)[ RSS](/packages/sergiors-pheanstalk-service-provider/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (10)Versions (3)Used By (0)

Pheanstalk Service Provider
---------------------------

[](#pheanstalk-service-provider)

[![Build Status](https://camo.githubusercontent.com/231f271133b265c74b4a962616017e8240f93ef6d94023287efc17640d8713b7/68747470733a2f2f7472617669732d63692e6f72672f73657267696f72732f706865616e7374616c6b2d736572766963652d70726f76696465722e737667)](https://travis-ci.org/sergiors/pheanstalk-service-provider)

To see the complete documentation, check out [LeezyPheanstalkBundle](https://github.com/armetiz/LeezyPheanstalkBundle)

Install
-------

[](#install)

```
composer require sergiors/pheanstalk-service-provider "dev-master"
```

How to use
----------

[](#how-to-use)

```
use Sergiors\Silex\PheanstalkServiceProvider;

$app->register(new PheanstalkServiceProvider(), [
    'pheanstalk.options' => [
        'server' => '',
        'port' => ''
    ]
]);

$app['pheanstalk']
    ->useTube('test')
    ->put(json_encode([
        'name' => 'Kirk'
    ]));
```

If you install [Console Service Provider](https://github.com/sergiors/console-service-provider), you can enjoy more features.

License
-------

[](#license)

MIT

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

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.

###  Release Activity

Cadence

Every ~92 days

Total

2

Last Release

3569d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/75b67763139f7a8c96302299f5a40a386d565829af3061bb55465c8808d54428?d=identicon)[sergiors](/maintainers/sergiors)

---

Top Contributors

[![sergiors](https://avatars.githubusercontent.com/u/2046276?v=4)](https://github.com/sergiors "sergiors (21 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/sergiors-pheanstalk-service-provider/health.svg)

```
[![Health](https://phpackages.com/badges/sergiors-pheanstalk-service-provider/health.svg)](https://phpackages.com/packages/sergiors-pheanstalk-service-provider)
```

###  Alternatives

[igorw/config-service-provider

A config ServiceProvider for Silex with support for php, json and yaml.

215636.5k13](/packages/igorw-config-service-provider)

PHPackages © 2026

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