PHPackages                             zapheus/silex-bridge - 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. [Framework](/categories/framework)
4. /
5. zapheus/silex-bridge

ActiveLibrary[Framework](/categories/framework)

zapheus/silex-bridge
====================

Silex Service Provider bridge for Zapheus framework.

06PHPCI failing

Since Sep 18Pushed 5y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Silex Service Provider Bridge
=============================

[](#silex-service-provider-bridge)

[![Latest Version on Packagist](https://camo.githubusercontent.com/d38a8c1e61277e1d438f07d792bc9141e3a039bdf0e5b5c19312713735c436d5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7a6170686575732f73696c65782d6272696467652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/zapheus/silex-bridge)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](https://github.com/zapheus/silex-bridge/blob/master/LICENSE.md)[![Build Status](https://camo.githubusercontent.com/58c95b1b6b3f052022fc048218154daf2b1c36d0dd7da18cc455bfb256c3e8d7/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f7a6170686575732f73696c65782d6272696467652f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/zapheus/silex-bridge)[![Coverage Status](https://camo.githubusercontent.com/646c304834e64f3ff4e6c75d8042fc979dde228e2a755a72d575b2c4761ba484/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f7a6170686575732f73696c65782d6272696467652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/zapheus/silex-bridge/code-structure)[![Quality Score](https://camo.githubusercontent.com/159ab2dae8a13bc2666bcb5c301b01d129954e3b4070963c88d136dd5a077802/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f7a6170686575732f73696c65782d6272696467652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/zapheus/silex-bridge)[![Total Downloads](https://camo.githubusercontent.com/396dea421c802a54448ea31b530c21349f3e2d2f6881eeef6beb6dccf7f00edd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7a6170686575732f73696c65782d6272696467652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/zapheus/silex-bridge)

Converts [Silex Service Providers](https://silex.symfony.com/doc/2.0/providers.html#service-providers) to [Zapheus](https://github.com/zapheus/zapheus) providers.

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

[](#installation)

Install `Silex Bridge` via [Composer](https://getcomposer.org/):

```
$ composer require zapheus/silex-bridge
```

Basic Usage
-----------

[](#basic-usage)

```
use Acme\Providers\AuthServiceProvider;
use Acme\Providers\RoleServiceProvider;
use Zapheus\Bridge\Silex\BridgeProvider;
use Zapheus\Container\Container;

$providers = array(new AuthServiceProvider, new RoleServiceProvider);

$provider = new BridgeProvider((array) $providers);

$container = $provider->register(new Container);

$pimple = $container->get(BridgeProvider::CONTAINER);
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](https://github.com/zapheus/silex-bridge/blob/master/CHANGELOG.md) for more information what has changed recently.

Testing
-------

[](#testing)

```
$ composer test
```

Credits
-------

[](#credits)

- [All contributors](https://github.com/zapheus/silex-bridge/contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [LICENSE](https://github.com/zapheus/silex-bridge/blob/master/LICENSE.md) for more information.

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity32

Early-stage or recently created project

 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://www.gravatar.com/avatar/c7721589a958a1fbcef1b527c794d820d75b82988f14b2ed86a1c6904d76a59e?d=identicon)[rougin](/maintainers/rougin)

---

Top Contributors

[![rougin](https://avatars.githubusercontent.com/u/6078637?v=4)](https://github.com/rougin "rougin (24 commits)")

### Embed Badge

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

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

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k104.3M836](/packages/laravel-socialite)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k38.6M289](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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