2017 © Pedro PelĂĄez
 

symfony-bundle token-bundle

Symfony Common bundle for HOB

image

hob/token-bundle

Symfony Common bundle for HOB

  • Wednesday, March 2, 2016
  • by acassan
  • Repository
  • 1 Watchers
  • 0 Stars
  • 25 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

 README

SensioLabsInsight, (*1)

Installation

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

``` bash composer require hob/token-bundle, (*3)


To use the newest (maybe unstable) version please add following into your composer.json: ``` json { "require": { "hob/token-bundle": "dev-master" } }

Usage

Load bundle in AppKernel.php: ``` php new HOB\TokenBundle\HOBTokenBundle(), (*4)


Configuration in config.yml: ``` yaml token_bundle: required: true

The Versions

02/03 2016

dev-master

9999999-dev https://github.com/HallOfBets

Symfony Common bundle for HOB

  Sources   Download

MIT

The Requires