PHPackages                             opauth/yammer - 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/yammer

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

opauth/yammer
=============

Yammer authentication strategy for Opauth

v0.1.0(12y ago)020.2k1MITPHPPHP &gt;=5.2.0

Since Apr 4Pushed 12y ago1 watchersCompare

[ Source](https://github.com/andrej-griniuk/opauth-yammer)[ Packagist](https://packagist.org/packages/opauth/yammer)[ Docs](http://opauth.org)[ RSS](/packages/opauth-yammer/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Opauth-Yammer
=============

[](#opauth-yammer)

[Opauth](https://github.com/uzyn/opauth) strategy for Yammer authentication.

Implemented based on  using OAuth2.

Opauth is a multi-provider authentication framework for PHP.

Demo:

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

[](#getting-started)

1. Install Opauth-Yammer:

    ```
    cd path_to_opauth/Strategy
    git clone git://github.com/andrej-griniuk/opauth-yammer.git Yammer
    ```
2. Register a Yammer application at [http://www.yammer.com/client\_applications](http://www.yammer.com/client_applications)

    - Enter Website as your application URL (this can be outside of Opauth)
    - Redirect URI: enter `http://path_to_opauth/yammer/oauth2callback`
3. Configure Opauth-Yammer strategy with `client_id` and `client_secret`.
4. Direct user to `http://path_to_opauth/yammer` to authenticate

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

[](#strategy-configuration)

Required parameters:

```
