PHPackages                             professionalweb/socialite - 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. professionalweb/socialite

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

professionalweb/socialite
=========================

A collection of OAuth 2 packages that extracts from laravel/socialite.

1.1.1(9y ago)11.3k1MITPHPPHP &gt;=5.4.0

Since Dec 9Pushed 6y ago2 watchersCompare

[ Source](https://github.com/SergioMadness/socialite)[ Packagist](https://packagist.org/packages/professionalweb/socialite)[ RSS](/packages/professionalweb-socialite/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (4)Versions (17)Used By (0)

Socialite
=========

[](#socialite)

[![Build Status](https://camo.githubusercontent.com/915c80d25f30d7fb7fdecb54b581685cae822f2659896ab97d8567a845f6c8a3/68747470733a2f2f7472617669732d63692e6f72672f53657267696f4d61646e6573732f736f6369616c6974652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/SergioMadness/socialite)[![Latest Stable Version](https://camo.githubusercontent.com/a98fb298e5030cbf4b3be59903c3182f39d7954e6295befe659d133b9a787ba5/68747470733a2f2f706f7365722e707567782e6f72672f70726f66657373696f6e616c7765622f736f6369616c6974652f762f737461626c652e737667)](https://packagist.org/packages/professionalweb/socialite)[![Latest Unstable Version](https://camo.githubusercontent.com/c33576c823807c927d81db8a178d48f8a8d1f2f2ef4b6268cce16f311e974468/68747470733a2f2f706f7365722e707567782e6f72672f70726f66657373696f6e616c7765622f736f6369616c6974652f762f756e737461626c652e737667)](https://packagist.org/packages/professionalweb/socialite)[![License](https://camo.githubusercontent.com/e7a731ae7b59dc7b6d4aca5064a4d703aa8908e4d79c8ee0409f68ca989bee84/68747470733a2f2f706f7365722e707567782e6f72672f6f766572747275652f736f6369616c6974652f6c6963656e7365)](https://packagist.org/packages/overtrue/socialite)

Socialite is an OAuth2 Authentication tool. It is inspired by [laravel/socialite](https://github.com/laravel/socialite), You can easily use it in any PHP project.

For Laravel 5: [overtrue/laravel-socialite](https://github.com/overtrue/laravel-socialite)

Requirement
===========

[](#requirement)

```
PHP >= 5.4

```

Installation
============

[](#installation)

```
$ composer require "professionalweb/socialite:*"
```

Usage
=====

[](#usage)

`authorize.php`:

```
