hob / common-bundle
Symfony Common bundle for HOB
Package info
github.com/HallOfBets/HOBCommonBundle
Type:symfony-bundle
pkg:composer/hob/common-bundle
dev-master
2016-02-24 15:47 UTC
Requires
- php: >=5.3.9
- symfony/framework-bundle: ~2.3|~3.0
This package is not auto-updated.
Last update: 2026-03-01 03:20:41 UTC
README
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: ~