PHPackages                             zapheus/symfony-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. zapheus/symfony-bridge

ActiveLibrary

zapheus/symfony-bridge
======================

Symfony Bundle bridge for Zapheus framework.

16PHPCI failing

Since Oct 21Pushed 5y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Symfony Bundle Bridge
=====================

[](#symfony-bundle-bridge)

[![Latest Version on Packagist](https://camo.githubusercontent.com/ea04716275d42754722cdeef2f680714310bca1dd25528e8ea72a2217f6291c6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7a6170686575732f73796d666f6e792d6272696467652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/zapheus/symfony-bridge)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](https://github.com/zapheus/symfony-bridge/blob/master/LICENSE.md)[![Build Status](https://camo.githubusercontent.com/03f2cca2d2a267bcd4b76f404908c56b79fedab6ff919ebf30f48e88d4d19c9b/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f7a6170686575732f73796d666f6e792d6272696467652f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/zapheus/symfony-bridge)[![Coverage Status](https://camo.githubusercontent.com/c23c942b3fa7665f4b64bb295eb219b5376098b3840eca24c5ed1581c77afb2e/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f7a6170686575732f73796d666f6e792d6272696467652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/zapheus/symfony-bridge/code-structure)[![Quality Score](https://camo.githubusercontent.com/287decd36ee7bec9ebe8ec95d5ec893ceb300c4669a459cf4401087d407b75f9/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f7a6170686575732f73796d666f6e792d6272696467652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/zapheus/symfony-bridge)[![Total Downloads](https://camo.githubusercontent.com/2936159ee2a8fac2ef889f5c600877ae1d97c514908bae979614ba87b483aa6d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7a6170686575732f73796d666f6e792d6272696467652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/zapheus/symfony-bridge)

Converts [Symfony Bundles](https://symfony.com/doc/current/bundles.html) to [Zapheus](https://github.com/zapheus/zapheus) providers.

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

[](#installation)

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

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

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

[](#basic-usage)

```
use Acme\Bundles\AcmeAuthBundle;
use Acme\Bundles\AcmeRoleBundle;
use Zapheus\Bridge\Symfony\BridgeProvider;
use Zapheus\Container\Container;

$bundles = array(new AcmeRoleBundle, new AcmeAuthBundle);

$provider = new Provider((array) $bundles);

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

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

Changelog
---------

[](#changelog)

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

Testing
-------

[](#testing)

```
$ composer test
```

Credits
-------

[](#credits)

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

License
-------

[](#license)

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

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity31

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 (27 commits)")

### Embed Badge

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

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

PHPackages © 2026

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