2017 © Pedro Peláez
 

library symfony-bridge

Symfony Bundle bridge for Zapheus framework.

image

zapheus/symfony-bridge

Symfony Bundle bridge for Zapheus framework.

  • Thursday, April 26, 2018
  • by rougin
  • Repository
  • 1 Watchers
  • 1 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Symfony Bundle Bridge

![Latest Version on Packagist][ico-version] Software License Build Status ![Coverage Status][ico-scrutinizer] Quality Score ![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)

The Versions