LaravelPackages.net
Acme Inc.
Toggle sidebar
zapheus/illuminate-bridge

Laravel Service Provider bridge for Zapheus framework.

15
1
About zapheus/illuminate-bridge

zapheus/illuminate-bridge is a Laravel package for laravel service provider bridge for zapheus framework.. It currently has 1 GitHub stars and 15 downloads on Packagist. Install it with composer require zapheus/illuminate-bridge. Discover more Laravel packages by zapheus or browse all Laravel packages to compare alternatives.

Last updated

Laravel Service Provider Bridge

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads

Converts Laravel Service Providers to Zapheus providers.

Installation

Install Illuminate Bridge via Composer:

$ composer require zapheus/illuminate-bridge

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

Please see CHANGELOG for more information what has changed recently.

Testing

$ composer test

Credits

License

The MIT License (MIT). Please see LICENSE for more information.

Star History Chart