Symfony Bundle Bridge
![Latest Version on Packagist][ico-version]
![Coverage Status][ico-scrutinizer]
![Total Downloads][ico-downloads], (*1)
Converts Symfony Bundles to Zapheus providers., (*2)
Installation
Install Symfony Bridge
via Composer:, (*3)
``` bash
$ composer require zapheus/symfony-bridge, (*4)
## Basic Usage
``` php
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
Please see CHANGELOG for more information what has changed recently., (*5)
Testing
bash
$ composer test
, (*6)
Credits
License
The MIT License (MIT). Please see LICENSE for more information., (*7)