hob/common-bundle

Symfony Common bundle for HOB

Maintainers

Package info

github.com/HallOfBets/HOBCommonBundle

Homepage

Type:symfony-bundle

pkg:composer/hob/common-bundle

Statistics

Installs: 45

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2016-02-24 15:47 UTC

This package is not auto-updated.

Last update: 2026-03-01 03:20:41 UTC


README

SensioLabsInsight

Installation

To install this bundle, run the command below and you will get the latest version.

composer require hob/common-bundle

To use the newest (maybe unstable) version please add following into your composer.json:

{
    "require": {
        "hob/common-bundle": "dev-master"
    }
}

Usage

Load bundle in AppKernel.php:

new HOB\CommonBundle\CommonBundle()

Configuration in config.yml:

common_bundle: ~