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

ActiveCakephp-plugin

lubos/opauth
============

CakePHP Opauth plugin

1.0.2(12y ago)530732PHPPHP &gt;=5.2.8

Since Sep 8Pushed 12y ago2 watchersCompare

[ Source](https://github.com/LubosRemplik/cakephp-opauth)[ Packagist](https://packagist.org/packages/lubos/opauth)[ RSS](/packages/lubos-opauth/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (3)Versions (5)Used By (2)

CakePHP plugin for Opauth
=========================

[](#cakephp-plugin-for-opauth)

Original source

CakePHP 2.x plugin for [Opauth](https://github.com/uzyn/opauth).

Opauth is a multi-provider authentication framework.

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

[](#requirements)

CakePHP v2.x
Opauth &gt;= v0.2 *(submoduled with this package)*
[Expandable](https://github.com/LubosRemplik/CakePHP-Expandable-Plugin)

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

[](#installation)

1. Use [composer](https://getcomposer.org/doc/00-intro.md). Add following to the `composer.json` file:

    ```
    "require": {
    	"lubos/opauth": "~1.0"
    }

    ```

    And run `php composer.phar update`
2. Download Opauth library as a submodule.

    ```
    git submodule init
    git submodule update
    ```
3. Add this line to the bottom of your app's `Config/bootstrap.php`:

    ```
