2017 © Pedro Peláez
 

library shared-dependency-injection

Shared Dependency Injection

image

camspiers/shared-dependency-injection

Shared Dependency Injection

  • Thursday, October 10, 2013
  • by camspiers
  • Repository
  • 2 Watchers
  • 1 Stars
  • 1,304 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 0 % Grown

The README.md

Shared Dependency Injection

Build Status, (*1)

Provides the ability to build a symfony dependency injection container which multiple unrelated module or libraries add their extensions and compiler passes to., (*2)

Installation (with composer)

$ composer require camspiers/shared-dependency-injection:~0.2

Usage

use Camspiers\DependencyInjection\SharedContainerFactory;

SharedContainerFactory::requireExtensionConfigs(__DIR__ . '/..');

SharedContainerFactory::dumpContainer(
    $container = SharedContainerFactory::createContainer(
        array(),
        __DIR__ . '/services.yml'
    ),
    'SharedContainer',
    __DIR__
);

Unit testing

shared-dependency-injection/ $ composer install --dev
shared-dependency-injection/ $ vendor/bin/phpunit

The Versions

10/10 2013

dev-master

9999999-dev

Shared Dependency Injection

  Sources   Download

The Requires

 

The Development Requires

10/10 2013

0.4.4

0.4.4.0

Shared Dependency Injection

  Sources   Download

The Requires

 

The Development Requires

23/09 2013

0.4.3

0.4.3.0

Shared Dependency Injection

  Sources   Download

The Requires

 

The Development Requires

23/09 2013

0.4.2

0.4.2.0

Shared Dependency Injection

  Sources   Download

The Requires

 

The Development Requires

09/04 2013

0.4.1

0.4.1.0

Shared Dependency Injection

  Sources   Download

The Requires

 

The Development Requires

09/04 2013

0.4.0

0.4.0.0

Shared Dependency Injection

  Sources   Download

The Requires

 

The Development Requires

09/04 2013

0.3.0

0.3.0.0

Shared Dependency Injection

  Sources   Download

The Requires

 

The Development Requires

08/04 2013

0.2.0

0.2.0.0

Shared Dependency Injection

  Sources   Download

The Requires

 

The Development Requires

28/02 2013

0.1.0

0.1.0.0

Shared Dependency Injection

  Sources   Download

The Requires

 

The Development Requires