PHPackages                             00f100/cakephp-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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. 00f100/cakephp-opauth

ActiveCakephp-plugin[Authentication &amp; Authorization](/categories/authentication)

00f100/cakephp-opauth
=====================

Opauth plugin for CakePHP v3.x, allowing simple plug-n-play 3rd-party authentication with CakePHP

2693PHP

Since Dec 2Pushed 10y ago1 watchersCompare

[ Source](https://github.com/00F100/cakephp-opauth)[ Packagist](https://packagist.org/packages/00f100/cakephp-opauth)[ RSS](/packages/00f100-cakephp-opauth/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

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

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

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

Opauth is a multi-provider authentication framework.

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

[](#requirements)

- CakePHP &gt;= v3.0
- Opauth &gt;= v1.0

Using [Composer](http://getcomposer.org/)
-----------------------------------------

[](#using-composer)

You can install CakePHP-Opauth plugin directly from Composer at [wouter0100/cakephp-opauth](http://packagist.org/packages/wouter0100/cakephp-opauth).

How to use
----------

[](#how-to-use)

1. Install this plugin using Composer, add `"wouter0100/cakephp-opauth": "*"` to your Composer file and execute `composer update`.
2. Add this line to the bottom of your app's `config/bootstrap.php`:

    ```
    Plugin::load('Wouter0100/Opauth', ['routes' => true, 'bootstrap' => true]);
    ```
3. Create a `config/opauth.php` file with the URL you wish to use for handeling the authentication data after opauth has run:

    ```
