PHPackages                             sgomez/ssp-guard-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. sgomez/ssp-guard-bundle

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

sgomez/ssp-guard-bundle
=======================

SimpleSAMLphp Integration for Symfony

0.11.0(7y ago)54493[1 issues](https://github.com/sgomez/SSPGuardBundle/issues)[2 PRs](https://github.com/sgomez/SSPGuardBundle/pulls)MITPHPPHP &gt;=5.5.9

Since Feb 28Pushed 7y agoCompare

[ Source](https://github.com/sgomez/SSPGuardBundle)[ Packagist](https://packagist.org/packages/sgomez/ssp-guard-bundle)[ RSS](/packages/sgomez-ssp-guard-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (5)Versions (6)Used By (0)

SimpleSAMLphp Integration for Symfony: SSPGuardBundle
=====================================================

[](#simplesamlphp-integration-for-symfony-sspguardbundle)

This bundle helps you to use your [SimpleSAMLphp](https://simplesamlphp/) installation with Symfony. This bundle uses [Guard](https://symfony.com/blog/new-in-symfony-2-8-guard-authentication-component) Component to authenticate users.

This package is based on these two bundles:

- [KnpUOAuth2ClientBundle](https://github.com/knpuniversity/oauth2-client-bundle)
- [SamlBundle](https://github.com/pdias/SamlBundle)

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

[](#installation)

### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

Install the library via [Composer](https://getcomposer.org/) by running the following command:

```
composer require sgomez/ssp-guard-bundle
```

### Step 2: Enable the Bundle

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

Next, enable the bundle in your `app/AppKernel.php` file:

```
