2017 © Pedro PelĂĄez
 

library sf-di-tools

A set of tools for symfony DI

image

remi-san/sf-di-tools

A set of tools for symfony DI

  • Monday, March 28, 2016
  • by remi-san
  • Repository
  • 1 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Symfony DI tools

Author Build Status Quality Score Software License Packagist Version Coverage Status SensioLabsInsight, (*1)

Providing easy-to-use tools for symfony, (*2)

Content

This lib provides the following util classes: - YamlCachedContainerBuilder allows to manage cached Symfony Dependency Injector container with YAML config files easily., (*3)

Usage example

YamlCachedContainerBuilder, (*4)

$cacheBuilder = new YamlCachedContainerBuilder('path/to/cache/dir', false);
$container = $cacheBuilder->build('path/to/config/dir', 'root-config-file.yml', 'MyCachedContainer', 'MyProject\\Cache');

The Versions

28/03 2016
28/03 2016