hob / token-bundle
Symfony Common bundle for HOB
Installs: 31
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.3.9
- lcobucci/jwt: ^3.1
- namshi/jose: ~6.0
- symfony/framework-bundle: ~2.3|~3.0
This package is not auto-updated.
Last update: 2024-11-09 19:34:40 UTC
README
# README
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