hob/common-bundle

Symfony Common bundle for HOB

Installs: 45

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:symfony-bundle

pkg:composer/hob/common-bundle

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

This package is not auto-updated.

Last update: 2025-09-28 01:22:37 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: ~