PHPackages                             amiltone/keycloack-token-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. amiltone/keycloack-token-bundle

ActiveSymfony-bundle[Authentication &amp; Authorization](/categories/authentication)

amiltone/keycloack-token-bundle
===============================

Parse keycloack token

1.0.5(4y ago)11001proprietaryPHPPHP &gt;=7.2.5

Since Dec 7Pushed 4y ago2 watchersCompare

[ Source](https://github.com/TMartinand/keycloacktokenbundle)[ Packagist](https://packagist.org/packages/amiltone/keycloack-token-bundle)[ RSS](/packages/amiltone-keycloack-token-bundle/feed)WikiDiscussions main Synced 4w ago

READMEChangelog (6)Dependencies (10)Versions (6)Used By (0)

Keycloack-token-bundle
----------------------

[](#keycloack-token-bundle)

Requirements
------------

[](#requirements)

What things you need to install the software :

> PHP 7.2.5 or higher;

### Getting Started

[](#getting-started)

Run these commands:

```
composer require amiltone/keycloack-token-bundle

```

Keycloack User Token verification for symfony
---------------------------------------------

[](#keycloack-user-token-verification-for-symfony)

Verification of the Bearer token located in header Authorization on:

- Annotation routes
- YAML routes

Examples
--------

[](#examples)

### Annotation usage

[](#annotation-usage)

*routes.yaml*

```
index:
    path: /home
    controller: App\Controller\HomeController::index

```

*HomeController.php*

```
