hob/token-bundle

Symfony Common bundle for HOB

dev-master 2016-03-02 10:08 UTC

This package is not auto-updated.

Last update: 2024-04-13 16:07:14 UTC


README

# README

SensioLabsInsight

Installation

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

composer require hob/token-bundle

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

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

Usage

Load bundle in AppKernel.php:

new HOB\TokenBundle\HOBTokenBundle()

Configuration in config.yml:

token_bundle:
    required: true