2017 © Pedro Peláez
 

symfony-bundle sfcontextbundle

The symfony's sfContext in Symfony2

image

francisbesset/sfcontextbundle

The symfony's sfContext in Symfony2

  • Monday, August 4, 2014
  • by FrancisBesset
  • Repository
  • 2 Watchers
  • 14 Stars
  • 387 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 1 Open issues
  • 2 Versions
  • 1 % Grown

The README.md

sfContextBundle, The symfony's sfContext in Symfony2

Use the fantastic sfContext instance in your Symfony2 project., (*1)

Information

This bundle is a joke. Please do not use., (*2)

Installation

First, grab sfContextBundle using Composer:, (*3)

composer require francisbesset/sfContextBundle:~1.0

Then register the bundle in the kernel:, (*4)

``` php <?php // app/AppKernel.php, (*5)

public function registerBundles() { $bundles = array( // ... new sfContextBundle\sfContextBundle(), ); }, (*6)


## Usage ``` php <?php // any class, code sfContext::getInstance()->getContainer();

ENJOY!, (*7)

The Versions

04/08 2014

dev-master

9999999-dev https://github.com/francisbesset/sfContextBundle

The symfony's sfContext in Symfony2

  Sources   Download

MIT

The Requires

 

bundle symfony sfcontext

13/11 2013

v1.0.0

1.0.0.0 https://github.com/francisbesset/sfContextBundle

The symfony's sfContext in Symfony2

  Sources   Download

MIT

The Requires

 

bundle symfony sfcontext