PHPackages                             orchestra/oneauth - 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. orchestra/oneauth

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

orchestra/oneauth
=================

Social Authentication Extension for Orchestra Platform

v3.0.0(11y ago)44691MITPHPPHP &gt;=5.4.0

Since Apr 27Pushed 9y ago3 watchersCompare

[ Source](https://github.com/orchestral/oneauth)[ Packagist](https://packagist.org/packages/orchestra/oneauth)[ RSS](/packages/orchestra-oneauth/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (6)Used By (0)

Social Authentication Extension for Orchestra Platform
======================================================

[](#social-authentication-extension-for-orchestra-platform)

Social Authentication Extension for Orchestra Platform

[![Latest Stable Version](https://camo.githubusercontent.com/18bb673861673364e70c8064303123f5b569659ec7d0f6cd4ec4301a18c65ed6/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6f72636865737472616c2f6f6e65617574682e7376673f7374796c653d666c6174)](https://packagist.org/packages/orchestra/oneauth)[![Total Downloads](https://camo.githubusercontent.com/7f52faf519a48dbafc48b2ecb2c3f188e3dbf3850f697cfc4881559f114df604/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6f72636865737472612f6f6e65617574682e7376673f7374796c653d666c6174)](https://packagist.org/packages/orchestra/oneauth)[![MIT License](https://camo.githubusercontent.com/ac458ae5e58ed103636b7c908f241e6458756aaba21e0e7f0a4c0319bc36e18d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6f72636865737472612f6f6e65617574682e7376673f7374796c653d666c6174)](https://packagist.org/packages/orchestra/oneauth)[![Build Status](https://camo.githubusercontent.com/0577494cba4e66f24e5977c3a3c2ea7c5c8013b775529b46173bef898d42ac30/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6f72636865737472616c2f6f6e65617574682f6d61737465722e7376673f7374796c653d666c6174)](https://travis-ci.org/orchestral/oneauth)[![Scrutinizer Quality Score](https://camo.githubusercontent.com/cb3c20c1f8fe091a1bde09409c62b0ff8e867cedd73e5513662fd7831010fea4/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6f72636865737472616c2f6f6e65617574682f6d61737465722e7376673f7374796c653d666c6174)](https://scrutinizer-ci.com/g/orchestral/oneauth/)

Table of Content
----------------

[](#table-of-content)

- [Version Compatibility](#compatibility)
- [Installation](#installation)
- [Usage](#usage)

Version Compatibility
---------------------

[](#version-compatibility)

LaravelOneAuth5.0.x3.0.x5.1.x3.1.x@dev5.2.x3.2.x@devInstallation
------------

[](#installation)

To install through composer, simply put the following in your `composer.json` file:

```
{
	"require": {
		"orchestra/oneauth": "~3.0"
	}
}
```

And then run `composer install` to fetch the package.

### Quick Installation

[](#quick-installation)

You could also simplify the above code by using the following command:

```
composer require "orchestra/oneauth=~3.0"

```

Usage
-----

[](#usage)

In `app/Http/routes.php`:

```
