PHPackages                             eleme/thrift-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. [API Development](/categories/api)
4. /
5. eleme/thrift-silex

ActiveLibrary[API Development](/categories/api)

eleme/thrift-silex
==================

thrift service provider for silex

v0.1.2(11y ago)02.9kMITPHPPHP &gt;=5.3.3

Since Jun 21Pushed 11y agoCompare

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

READMEChangelog (3)Dependencies (3)Versions (4)Used By (0)

Thrift-Silex
============

[](#thrift-silex)

[![Build Status](https://camo.githubusercontent.com/08fb9954ce7801fa6b5646de19a35ec81c05382ae411c6d1167706b66559d3f8/68747470733a2f2f7472617669732d63692e6f72672f7468626f75726c6f76652f7468726966742d73696c65782e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/thbourlove/thrift-silex)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/0d24cdd5fc9750bd9890f1645cb1c269e9eb3656b6ed582ac81fa3f6fbf7fef9/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7468626f75726c6f76652f7468726966742d73696c65782f6261646765732f7175616c6974792d73636f72652e706e673f733d66313133663161623936356636616165663535653439376133333063616637326266663934323031)](https://scrutinizer-ci.com/g/thbourlove/thrift-silex/)[![Code Coverage](https://camo.githubusercontent.com/bea2c3bbad3b5a3d9bb7e8b46ee2ebdc7ca791ed479c40ed3a8796ba358a4a75/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7468626f75726c6f76652f7468726966742d73696c65782f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/thbourlove/thrift-silex/?branch=master)[![Stable Status](https://camo.githubusercontent.com/e4963a4d1f6b24a53e8e78d217bde6ff205a8cf58d00e5d1465f5c67bd7c1f88/68747470733a2f2f706f7365722e707567782e6f72672f656c656d652f7468726966742d73696c65782f762f737461626c652e706e67)](https://packagist.org/packages/eleme/thrift-silex)

thrift service provider for silex framework.

Install With Composer:
----------------------

[](#install-with-composer)

```
"require": {
    "eleme/thrift-silex": "~0.1"
}
```

Example:
--------

[](#example)

```
use Silex\Application;
use Eleme\Thrift\Provider\Silex\ThriftServiceProvider;

$app = new Application;
$app->register(new ThriftServiceProvider);
$app['thrift.options'] = array(
    'foo' => array(
        'server' => 'foo_host',
        'port' => 12345,
        'client' => 'FooClient'
    ),
    'bar' => array(
        'server' => 'bar_host',
        'port' => 12346,
        'client' => 'BarClient'
    ),
);
$app['thrift.clients']['foo']->api();
$app['thrift.clients']['bar']->api();
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity50

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 ~50 days

Total

3

Last Release

4244d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1a1b5950126e6c7a846b560f0f21d7944b9ef2bb8fba1757c52bc29e4cf6e1a3?d=identicon)[thbourlove](/maintainers/thbourlove)

---

Top Contributors

[![thbourlove](https://avatars.githubusercontent.com/u/1768066?v=4)](https://github.com/thbourlove "thbourlove (14 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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