PHPackages                             opauth/openid - 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. opauth/openid

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

opauth/openid
=============

OpenID strategy for Opauth

0.1.0(13y ago)1640.1k—0%13[3 issues](https://github.com/opauth/openid/issues)1MITPHPPHP &gt;=5.2.0

Since Jun 8Pushed 7y ago8 watchersCompare

[ Source](https://github.com/opauth/openid)[ Packagist](https://packagist.org/packages/opauth/openid)[ Docs](http://opauth.org)[ RSS](/packages/opauth-openid/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (3)Used By (1)

Opauth-OpenID
=============

[](#opauth-openid)

[Opauth](https://github.com/opauth/opauth) strategy for OpenID.

Opauth is a multi-provider authentication framework for PHP.

Getting started
---------------

[](#getting-started)

1. Install Opauth-OpenID:

    ```
    cd path_to_opauth/Strategy
    git clone git://github.com/opauth/openid.git OpenID
    ```

    or

    ```
    composer require opauth/openid

    ```
2. Configure Opauth-OpenID strategy. *(see next section)*
3. Direct user to `http://path_to_opauth/openid` to authenticate

Strategy configuration
----------------------

[](#strategy-configuration)

Opauth-OpenID requires **zero configurations**. It just needs to be defined along with the list of strategies.

```
