PHPackages                             kuleuven/shibboleth-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. kuleuven/shibboleth-bundle

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

kuleuven/shibboleth-bundle
==========================

Symfony2 authentication provider for Shibboleth

v1.1.0(9y ago)171.3k20[4 issues](https://github.com/rmoreas/ShibbolethBundle/issues)[1 PRs](https://github.com/rmoreas/ShibbolethBundle/pulls)LGPL-3.0+PHP

Since Oct 12Pushed 9y ago5 watchersCompare

[ Source](https://github.com/rmoreas/ShibbolethBundle)[ Packagist](https://packagist.org/packages/kuleuven/shibboleth-bundle)[ RSS](/packages/kuleuven-shibboleth-bundle/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)DependenciesVersions (3)Used By (0)

ShibbolethBundle
================

[](#shibbolethbundle)

This bundle adds a shibboleth authentication provider for your Symfony2 project.

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

[](#requirements)

- [PHP](http://php.net) 5.3.3 and up.
- \[Symfony 2.2+\]\[\]

Installation
------------

[](#installation)

ShibbolethBundle is composer-friendly.

### 1. Add ShibbolethBundle in your composer.json

[](#1-add-shibbolethbundle-in-your-composerjson)

```
    "require": {
        ...
        "kuleuven/shibboleth-bundle": "dev-master"
        ...
    },
   "repositories": [
        {
            "type": "vcs",
            "url": "git@github.com:rmoreas/ShibbolethBundle.git"
        }
    ],
```

Now tell composer to download the bundle by running the command:

```
    php composer.phar update kuleuven/shibboleth-bundle
```

Composer will install the bundle to your project's vendor/kuleuven directory..

### 2. Enable the bundle

[](#2-enable-the-bundle)

Instantiate the bundle in your kernel:

```
// app/AppKernel.php
