francisbesset/sfcontextbundle

The symfony's sfContext in Symfony2

v1.0.0 2013-11-13 15:38 UTC

This package is auto-updated.

Last update: 2024-04-24 03:14:27 UTC


README

Use the fantastic sfContext instance in your Symfony2 project.

Information

This bundle is a joke. Please do not use.

Installation

First, grab sfContextBundle using Composer:

composer require francisbesset/sfContextBundle:~1.0

Then register the bundle in the kernel:

<?php
// app/AppKernel.php

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

Usage

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

ENJOY!