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

ActiveLibrary[Framework](/categories/framework)

zapheus/illuminate-bridge
=========================

Laravel Service Provider bridge for Zapheus framework.

115PHP

Since Oct 7Pushed 5y ago1 watchersCompare

[ Source](https://github.com/zapheus/illuminate-bridge)[ Packagist](https://packagist.org/packages/zapheus/illuminate-bridge)[ RSS](/packages/zapheus-illuminate-bridge/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Service Provider Bridge
===============================

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

[![Latest Version on Packagist](https://camo.githubusercontent.com/aa3a419bf51749a161a44c1b49d8905ec4bf7b727004a1245b2090c00fc8027e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7a6170686575732f696c6c756d696e6174652d6272696467652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/zapheus/illuminate-bridge)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](https://github.com/zapheus/illuminate-bridge/blob/master/LICENSE.md)[![Build Status](https://camo.githubusercontent.com/ba053af27d3bfe2937b14411d836e0ef12b047257d53a5721cee4c6faa3e5f8f/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f7a6170686575732f696c6c756d696e6174652d6272696467652f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/zapheus/illuminate-bridge)[![Coverage Status](https://camo.githubusercontent.com/7bbf129f2f5b643432d307180968c0efc897bba8c14229b1f5687f3df4d4d62a/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f7a6170686575732f696c6c756d696e6174652d6272696467652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/zapheus/illuminate-bridge/code-structure)[![Quality Score](https://camo.githubusercontent.com/ec313118978dec75e251d30da24551f6fdd0e600860d300eef32b6ac28d2ca7b/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f7a6170686575732f696c6c756d696e6174652d6272696467652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/zapheus/illuminate-bridge)[![Total Downloads](https://camo.githubusercontent.com/61eb95cb559858f10f9cef40fbbce9b41a84348be7ecde511fe9c3343aa27611/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7a6170686575732f696c6c756d696e6174652d6272696467652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/zapheus/illuminate-bridge)

Converts [Laravel Service Providers](https://laravel.com/docs/5.5/providers) to [Zapheus](https://github.com/zapheus/zapheus) providers.

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

[](#installation)

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

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

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

[](#basic-usage)

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

$providers = array(AuthServiceProvider::class, RoleServiceProvider::class);

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

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

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

Changelog
---------

[](#changelog)

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

Testing
-------

[](#testing)

```
$ composer test
```

Credits
-------

[](#credits)

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

License
-------

[](#license)

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

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

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

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/zapheus-illuminate-bridge/health.svg)](https://phpackages.com/packages/zapheus-illuminate-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)
