PHPackages                             splessons/hybridauthspv3 - 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. splessons/hybridauthspv3

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

splessons/hybridauthspv3
========================

PHP Social Authentication Library

v3.0.0(6y ago)078MITPHPPHP &gt;=5.4.0CI failing

Since Oct 27Pushed 6y agoCompare

[ Source](https://github.com/isreehari/hybridauthsp)[ Packagist](https://packagist.org/packages/splessons/hybridauthspv3)[ Docs](https://hybridauth.github.io)[ RSS](/packages/splessons-hybridauthspv3/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (3)Used By (0)

[Hybridauth](https://hybridauth.github.io/) 3.0
-----------------------------------------------

[](#hybridauth-30)

[![Build Status](https://camo.githubusercontent.com/e2256259a663ba94eddf29377c8d2e1c8e57dc9a92910e2c07eae63aca2af83a/68747470733a2f2f7472617669732d63692e6f72672f687962726964617574682f687962726964617574682e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/hybridauth/hybridauth) [![Scrutinizer Code Quality](https://camo.githubusercontent.com/04820fb868843b05c7e6bd6b94667912779d08c500fa1b5996fdd564a4792468/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f687962726964617574682f687962726964617574682f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/hybridauth/hybridauth/?branch=master) [![Latest Stable Version](https://camo.githubusercontent.com/e37a43cab1eff4122054b68cb42ecc8f36131e0db38153bd2ba0f553b628e2b9/68747470733a2f2f706f7365722e707567782e6f72672f687962726964617574682f687962726964617574682f762f737461626c652e706e67)](https://packagist.org/packages/hybridauth/hybridauth) [![Join the chat at https://gitter.im/hybridauth/hybridauth](https://camo.githubusercontent.com/abe08b740a4156153736f791393ec4da6619c4be73212e75769f52edacc0e2b5/68747470733a2f2f6261646765732e6769747465722e696d2f4a6f696e253230436861742e737667)](https://gitter.im/hybridauth/hybridauth?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

Hybridauth enables developers to easily build social applications and tools to engage websites visitors and customers on a social level that starts off with social sign-in and extends to social sharing, users profiles, friends lists, activities streams, status updates and more.

The main goal of Hybridauth is to act as an abstract API between your application and the various social networks APIs and identities providers such as Facebook, Twitter and Google.

#### Usage

[](#usage)

Hybridauth provides a number of basic [examples](https://github.com/hybridauth/hybridauth/tree/master/examples). You can also find complete Hybridauth documentation at

```
$config = [
    'callback' => 'https://example.com/path/to/script.php',
    'keys' => [ 'key' => 'your-twitter-consumer-key', 'secret' => 'your-twitter-consumer-secret' ]
];

try {
    $twitter = new Hybridauth\Provider\Twitter($config);

    $twitter->authenticate();

    $accessToken = $twitter->getAccessToken();
    $userProfile = $twitter->getUserProfile();
    $apiResponse = $twitter->apiRequest('statuses/home_timeline.json');
}
catch (\Exception $e) {
    echo 'Oops, we ran into an issue! ' . $e->getMessage();
}
```

#### Requirements

[](#requirements)

- PHP 5.4+
- PHP Session
- PHP cURL

#### Installation

[](#installation)

To install Hybridauth we recommend [Composer](https://getcomposer.org/), the now defacto dependency manager for PHP. Alternatively, you can download and use the latest release available at [Github](https://github.com/hybridauth/hybridauth/releases).

#### Versions Status

[](#versions-status)

VersionStatusRepositoryDocumentationPHP Version2.xMaintenance[v2](https://github.com/hybridauth/hybridauth/tree/v2)[v2](https://hybridauth.github.io/hybridauth/)&gt;= 5.33.xDevelopment[v3](https://github.com/hybridauth/hybridauth/)[v3](https://hybridauth.github.io/)&gt;= 5.4#### Questions, Help and Support?

[](#questions-help-and-support)

For general questions (i.e, "how-to" questions), please consider using [StackOverflow](https://stackoverflow.com/questions/tagged/hybridauth) instead of the Github issues tracker. For convenience, we also have a \[low-activity\] [Gitter channel](https://gitter.im/hybridauth/hybridauth) if you want to get help directly from the community.

#### License

[](#license)

Hybridauth PHP Library is released under the terms of MIT License.

For the full Copyright Notice and Disclaimer, see [COPYING.md](https://github.com/hybridauth/hybridauth/blob/master/COPYING.md).

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2389d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/fbdc950cb9944105cbf685a477b5391296f8f0c527c5f9e9b1c7a2fea3e6f35d?d=identicon)[isreehari](/maintainers/isreehari)

---

Top Contributors

[![splessons](https://avatars.githubusercontent.com/u/5949947?v=4)](https://github.com/splessons "splessons (3 commits)")[![isreehari](https://avatars.githubusercontent.com/u/3519250?v=4)](https://github.com/isreehari "isreehari (1 commits)")

---

Tags

apifacebookgoogleAuthenticationoauthauthorizationtwitterOpenIdsocial

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/splessons-hybridauthspv3/health.svg)

```
[![Health](https://phpackages.com/badges/splessons-hybridauthspv3/health.svg)](https://phpackages.com/packages/splessons-hybridauthspv3)
```

###  Alternatives

[hybridauth/hybridauth

PHP Social Authentication Library

3.4k8.5M94](/packages/hybridauth-hybridauth)[opauth/opauth

Multi-provider authentication framework for PHP

1.6k783.4k58](/packages/opauth-opauth)[auth0/auth0-php

PHP SDK for Auth0 Authentication and Management APIs.

40820.2M68](/packages/auth0-auth0-php)[and/oauth

Simple and amazing OAuth library with many providers. Just try it out!

4645.2k2](/packages/and-oauth)[lorenzoferrarajr/lfj-opauth

LfjOpauth is a Zend Framework 2 module that enables support for many authentication providers through the Opauth framework.

2915.4k](/packages/lorenzoferrarajr-lfj-opauth)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
