PHPackages                             maillotf/ikentoo-bridge-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. maillotf/ikentoo-bridge-bundle

ActiveSymfony-bundle

maillotf/ikentoo-bridge-bundle
==============================

An ikentoo bundle for Symfony

1.0.0(5y ago)01MITPHPPHP ^7.1

Since Oct 12Pushed 5y ago1 watchersCompare

[ Source](https://github.com/maillotf/ikentoo-bridge-bundle)[ Packagist](https://packagist.org/packages/maillotf/ikentoo-bridge-bundle)[ Docs](https://github.com/maillotf/ikentoo-bridge-bundle)[ RSS](/packages/maillotf-ikentoo-bridge-bundle/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (4)Versions (3)Used By (0)

Ikentoo-bridge-bundle
=====================

[](#ikentoo-bridge-bundle)

[![Software license](https://camo.githubusercontent.com/0352bb1f69a18043620c8d962f4e79a48e0adb0b4668ccd4b4cf08db82c5092f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6d61696c6c6f74662f696b656e746f6f2d6272696467652d62756e646c652e737667)](LICENSE)[![Latest stable](https://camo.githubusercontent.com/bd90d0a8cd7bab558d4253e0fc3a40bbfba1ffce8b74132aa5a75b62df8c1718/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d61696c6c6f74662f696b656e746f6f2d6272696467652d62756e646c65)](https://packagist.org/packages/maillotf/ikentoo-bridge-bundle)[![Packagist PHP Version Support](https://camo.githubusercontent.com/b91731482cd9bed05ed4b8cae823f0c94db361fc12bdd52db2376402cea960d5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6d61696c6c6f74662f696b656e746f6f2d6272696467652d62756e646c65)](https://camo.githubusercontent.com/b91731482cd9bed05ed4b8cae823f0c94db361fc12bdd52db2376402cea960d5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6d61696c6c6f74662f696b656e746f6f2d6272696467652d62756e646c65)

Symfony bundle for Ikentoo which is base on token authentication

Required configuration
----------------------

[](#required-configuration)

### Modify framework.yaml

[](#modify-frameworkyaml)

```
ikentoo:
    authentication:
        protocol: "http"
        host: "127.0.0.1"
        port: "80"
        token: "TOKEN"
```

### Modify services.yaml

[](#modify-servicesyaml)

```
services:
    MaillotF\Ikentoo\IkentooBridgeBundle\Service\IkentooService: '@ikentoo.service'
```

\##Package instalation with composer

```
$ composer require maillotf/ikentoo-bridge-bundle
```

Use in controller:
------------------

[](#use-in-controller)

```
