PHPackages                             raphox/alb-open-id-server-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. raphox/alb-open-id-server-bundle

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

raphox/alb-open-id-server-bundle
================================

OpenID Provider bundle

010PHP

Since Oct 31Pushed 13y ago1 watchersCompare

[ Source](https://github.com/raphox/AlbOpenIDServerBundle)[ Packagist](https://packagist.org/packages/raphox/alb-open-id-server-bundle)[ RSS](/packages/raphox-alb-open-id-server-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

AlbOpenIDServerBundle
=====================

[](#albopenidserverbundle)

OpenID Provider bundle.

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

[](#installation)

### Step1: Download AlbOpenIDServerBundle

[](#step1-download-albopenidserverbundle)

#### Using the vendors script

[](#using-the-vendors-script)

Add the following lines in your deps file:

```
[AlbOpenIDServerBundle]
    git=git://github.com/arnaud-lb/AlbOpenIDServerBundle.git
    target=bundles/Alb/OpenIDServerBundle

[php-openid]
    git=git://github.com/openid/php-openid.git
    target=openid/php-openid

```

Now, run the vendors script to download the bundle:

```
$ php bin/vendors install
```

#### Using submodules

[](#using-submodules)

If you prefer instead to use git submodules, then run the following:

```
$ git submodule add git://github.com/arnaud-lb/AlbOpenIDServerBundle.git vendor/bundles/Alb/AlbOpenIDServerBundle
$ git submodule add git://github.com/openid/php-openid.git vendor/openid/php-openid
$ git submodule update --init
```

#### Using composer

[](#using-composer)

TODO

### Step2: Configure the Autoloader

[](#step2-configure-the-autoloader)

You can skip this step if you have installed the bundle using composer.

Add the `Alb` namespace to your autoloader:

```
