PHPackages                             maillotf/ardaccess-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. maillotf/ardaccess-bridge-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

maillotf/ardaccess-bridge-bundle
================================

An ARD Access bundle for Symfony

1.0.2(5y ago)018MITPHPPHP ^7.0

Since Sep 30Pushed 5y ago1 watchersCompare

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

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

Ardaccess-bridge-bundle
=======================

[](#ardaccess-bridge-bundle)

[![Software license](https://camo.githubusercontent.com/08158a74f45570a92a151129be161e0a8bd01fbd51d106adc358af3f9d18c73d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6d61696c6c6f74662f6172646163636573732d6272696467652d62756e646c652e737667)](LICENSE)[![Latest stable](https://camo.githubusercontent.com/a43d22dd2754bdcf701c4e41c81e64242e89337580146ee637a60c2dab6031cb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d61696c6c6f74662f6172646163636573732d6272696467652d62756e646c65)](https://packagist.org/packages/maillotf/ardaccess-bridge-bundle)[![Packagist PHP Version Support](https://camo.githubusercontent.com/05d4dce389a2f6e69f8d4e48729349313439c480ac1397aa19c4dbe7e6b9e9f9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6d61696c6c6f74662f6172646163636573732d6272696467652d62756e646c65)](https://camo.githubusercontent.com/05d4dce389a2f6e69f8d4e48729349313439c480ac1397aa19c4dbe7e6b9e9f9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6d61696c6c6f74662f6172646163636573732d6272696467652d62756e646c65)

Symfony bundle for ARD Access REST client which is base on username,password authentication

Documentation
-------------

[](#documentation)

- [Table of contents](https://github.com/maillotf/ardaccess-bridge-bundle/blob/master/docs/README.md)

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

[](#required-configuration)

### Modify framework.yaml

[](#modify-frameworkyaml)

```
ardaccess:
    authentication:
        protocol: "http"
        host: "127.0.0.1"
        port: "80"
        username: "USERNAME"
        password: "PASSWORD"
```

### Modify services.yaml

[](#modify-servicesyaml)

```
services:
    MaillotF\Ardaccess\ArdaccessBridgeBundle\Service\ArdaccessService: '@ardaccess.service'
```

Package instalation with composer
---------------------------------

[](#package-instalation-with-composer)

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

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

[](#use-in-controller)

```
