zapheus/symfony-bridge

Symfony Bundle bridge for Zapheus framework.

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/zapheus/symfony-bridge

dev-master / 1.0.x-dev 2020-10-21 09:59 UTC

This package is auto-updated.

Last update: 2025-09-29 02:02:13 UTC


README

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

Converts Symfony Bundles to Zapheus providers.

Installation

Install Symfony Bridge via Composer:

$ composer require zapheus/symfony-bridge

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

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.