2017 © Pedro Peláez
 

library hybridauth

PHP Social Authentication Library

image

hybridauth/hybridauth

PHP Social Authentication Library

  • Monday, July 16, 2018
  • by hybridauth
  • Repository
  • 248 Watchers
  • 2796 Stars
  • 985,522 Installations
  • PHP
  • 75 Dependents
  • 5 Suggesters
  • 1029 Forks
  • 22 Open issues
  • 39 Versions
  • 8 % Grown

The README.md

GitHub stars GitHub issues, (*1)

SWUbanner, (*2)

Hybridauth 3.11

Build Status Scrutinizer Code Quality Latest Stable Version Join the chat at https://gitter.im/hybridauth/hybridauth, (*3)

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., (*4)

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., (*5)

Usage

Hybridauth provides a number of basic examples. You can also find complete Hybridauth documentation at https://hybridauth.github.io, (*6)

$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

  • PHP 5.4+
  • PHP Session
  • PHP cURL

Installation

To install Hybridauth we recommend Composer, the now defacto dependency manager for PHP. Alternatively, you can download and use the latest release available at Github., (*7)

Versions Status

Version Status Repository Documentation PHP Version
2.x Maintenance v2 v2 >= 5.3
3.x Development v3 v3 >= 5.4
4.x Future -- -- >= 7.3

Questions, Help and Support?

For general questions (i.e, "how-to" questions), please consider using StackOverflow instead of the Github issues tracker. For convenience, we also have a [low-activity] Gitter channel if you want to get help directly from the community., (*8)

License

Hybridauth PHP Library is released under the terms of MIT License., (*9)

For the full Copyright Notice and Disclaimer, see COPYING.md., (*10)

The Versions

16/07 2018

dev-master

9999999-dev https://hybridauth.github.io

PHP Social Authentication Library

  Sources   Download

MIT (MIT or GPL-3.0+)

The Requires

  • php >=5.4.0

 

The Development Requires

by Miled

api authentication authorization social oauth google login facebook twitter openid hybridauth yahoo

11/06 2018

v2.x-dev

2.9999999.9999999.9999999-dev http://hybridauth.sourceforge.net

Open source social sign on PHP library.

  Sources   Download

(MIT or GPL-3.0+)

The Requires

 

The Development Requires

by Miled

social oauth google login facebook twitter openid hybridauth yahoo

11/06 2018

v2.11.0

2.11.0.0 http://hybridauth.sourceforge.net

Open source social sign on PHP library.

  Sources   Download

(MIT or GPL-3.0+)

The Requires

 

The Development Requires

by Miled

social oauth google login facebook twitter openid hybridauth yahoo

01/06 2018

v3.0.0-rc.6

3.0.0.0-RC6 https://hybridauth.github.io

PHP Social Authentication Library

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Miled

api authentication authorization social oauth google facebook twitter openid

30/04 2018

v3.0.0-rc.5

3.0.0.0-RC5 https://hybridauth.github.io

PHP Social Authentication Library

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Miled

api authentication authorization social oauth google facebook twitter openid

24/04 2018

dev-ApacheEx-patch-2

dev-ApacheEx-patch-2 https://hybridauth.github.io

PHP Social Authentication Library

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Miled

api authentication authorization social oauth google facebook twitter openid

18/04 2018

dev-ApacheEx-patch-1

dev-ApacheEx-patch-1 https://hybridauth.github.io

PHP Social Authentication Library

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Miled

api authentication authorization social oauth google facebook twitter openid

16/04 2018

v3.0.0-rc.4

3.0.0.0-RC4 https://hybridauth.github.io

PHP Social Authentication Library

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Miled

api authentication authorization social oauth google facebook twitter openid

24/02 2018

v3.0.0-rc.3

3.0.0.0-RC3 https://hybridauth.github.io

PHP Social Authentication Library

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Miled

api authentication authorization social oauth google facebook twitter openid

10/02 2018

v3.0.0-rc.2

3.0.0.0-RC2 https://hybridauth.github.io

PHP Social Authentication Library

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Miled

api authentication authorization social oauth google facebook twitter openid

06/01 2018

v3.0.0-rc.1

3.0.0.0-RC1 https://hybridauth.github.io

PHP Social Authentication Library

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Miled

api authentication authorization social oauth google facebook twitter openid

18/12 2017

v3.0.0-beta.4

3.0.0.0-beta4 https://hybridauth.github.io

PHP Social Authentication Library

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Miled

api authentication authorization social oauth google facebook twitter openid

05/12 2017

v3.0.0-beta.3

3.0.0.0-beta3 https://hybridauth.github.io

PHP Social Authentication Library

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Miled

api authentication authorization social oauth google facebook twitter openid

02/12 2017

v3.0.0-beta.2

3.0.0.0-beta2 https://hybridauth.github.io

PHP Social Authentication Library

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Miled

api authentication authorization social oauth google facebook twitter openid

29/11 2017

v2.10.0

2.10.0.0 http://hybridauth.sourceforge.net

Open source social sign on PHP library.

  Sources   Download

(MIT or GPL-3.0+)

The Requires

 

The Development Requires

by Miled

social oauth google login facebook twitter openid hybridauth yahoo

09/07 2017

v2.9.6

2.9.6.0 http://hybridauth.sourceforge.net

Open source social sign on PHP library.

  Sources   Download

(MIT or GPL-3.0+)

The Requires

 

The Development Requires

by Miled

social oauth google login facebook twitter openid hybridauth yahoo

06/05 2017

v2.9.5

2.9.5.0 http://hybridauth.sourceforge.net

Open source social sign on PHP library.

  Sources   Download

(MIT or GPL-3.0+)

The Requires

 

The Development Requires

by Miled

social oauth google login facebook twitter openid hybridauth yahoo

01/05 2017

v2.9.4

2.9.4.0 http://hybridauth.sourceforge.net

Open source social sign on PHP library.

  Sources   Download

(MIT or GPL-3.0+)

The Requires

 

The Development Requires

by Miled

social oauth google login facebook twitter openid hybridauth yahoo

30/04 2017

v2.9.3

2.9.3.0 http://hybridauth.sourceforge.net

Open source social sign on PHP library.

  Sources   Download

(MIT or GPL-3.0+)

The Requires

 

The Development Requires

by Miled

social oauth google login facebook twitter openid hybridauth yahoo

14/04 2017

v2.9.2

2.9.2.0 http://hybridauth.sourceforge.net

Open source social sign on PHP library.

  Sources   Download

(MIT or GPL-3.0+)

The Requires

 

by Miled

social oauth google login facebook twitter openid hybridauth yahoo

09/04 2017

v3.0.0-beta.1

3.0.0.0-beta1 https://hybridauth.github.io

PHP Social Authentication Library

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Miled

api authentication authorization social oauth google facebook twitter openid

01/04 2017

dev-3.0.0-Remake

dev-3.0.0-Remake https://hybridauth.github.io

PHP Social Authentication Library

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Miled

api authentication authorization social oauth google facebook twitter openid

25/03 2017

v2.9.1

2.9.1.0 http://hybridauth.sourceforge.net

Open source social sign on PHP library.

  Sources   Download

(MIT or GPL-3.0+)

The Requires

 

by Miled

social oauth google login facebook twitter openid hybridauth yahoo

24/03 2017

v2.9.0

2.9.0.0 http://hybridauth.sourceforge.net

Open source social sign on PHP library.

  Sources   Download

(MIT or GPL-3.0+)

The Requires

 

by Miled

social oauth google login facebook twitter openid hybridauth yahoo

09/12 2016

v2.8.2

2.8.2.0 http://hybridauth.sourceforge.net

Open source social sign on PHP library.

  Sources   Download

(MIT or GPL-3.0+)

The Requires

 

by Miled

social oauth google login facebook twitter openid hybridauth yahoo

05/12 2016

v2.8.1

2.8.1.0 http://hybridauth.sourceforge.net

Open source social sign on PHP library.

  Sources   Download

(MIT or GPL-3.0+)

The Requires

 

by Miled

social oauth google login facebook twitter openid hybridauth yahoo

29/10 2016

v2.8.0

2.8.0.0 http://hybridauth.sourceforge.net

Open source social sign on PHP library.

  Sources   Download

(MIT or GPL-3.0+)

The Requires

 

by Miled

social oauth google login facebook twitter openid hybridauth yahoo

05/09 2016

v2.7.0

2.7.0.0 http://hybridauth.sourceforge.net

Open source social sign on PHP library.

  Sources   Download

(MIT or GPL-3.0+)

The Requires

  • php >=5.2.0
  • ext-curl *

 

by Miled

social oauth google login facebook twitter openid hybridauth yahoo

12/01 2016

v2.6.0

2.6.0.0 http://hybridauth.sourceforge.net

Open source social sign on PHP library.

  Sources   Download

(MIT or GPL-3.0+)

The Requires

  • php >=5.2.0
  • ext-curl *

 

by Miled

social oauth google login facebook twitter openid hybridauth yahoo

12/10 2015

2.5.1

2.5.1.0 http://hybridauth.sourceforge.net

Open source social sign on PHP library.

  Sources   Download

(MIT or GPL-3.0+)

The Requires

  • php >=5.2.0
  • ext-curl *

 

by Miled

social oauth google login facebook twitter openid hybridauth yahoo

07/09 2015

v2.5.0

2.5.0.0 http://hybridauth.sourceforge.net

Open source social sign on PHP library.

  Sources   Download

(MIT or GPL-3.0+)

The Requires

  • php >=5.2.0
  • ext-curl *

 

by Miled

social oauth google login facebook twitter openid hybridauth yahoo

12/04 2015

v2.4.1

2.4.1.0 http://hybridauth.sourceforge.net

Open source social sign on PHP library.

  Sources   Download

(MIT or GPL-3.0+)

The Requires

  • php >=5.2.0
  • ext-curl *

 

by Miled

social oauth google login facebook twitter openid hybridauth yahoo

02/04 2015

v2.4.0

2.4.0.0 http://hybridauth.sourceforge.net

Open source social sign on PHP library.

  Sources   Download

(MIT or GPL-3.0+)

The Requires

  • php >=5.2.0
  • ext-curl *

 

by Miled

social oauth google login facebook twitter openid hybridauth yahoo

16/11 2014

v2.3.0

2.3.0.0 http://hybridauth.sourceforge.net

Open source social sign on PHP library.

  Sources   Download

(MIT or GPL-3.0+)

The Requires

  • php >=5.2.0
  • ext-curl *

 

by Miled

social oauth google login facebook twitter openid hybridauth yahoo

11/07 2014

v2.2.2

2.2.2.0 http://hybridauth.sourceforge.net

Open source social sign on PHP library.

  Sources   Download

(MIT or GPL-3.0+)

The Requires

  • php >=5.2.0
  • ext-curl *

 

by Miled

social oauth google login facebook twitter openid hybridauth yahoo

26/05 2014

v2.2.1

2.2.1.0 http://hybridauth.sourceforge.net

Open source social sign on PHP library.

  Sources   Download

(MIT or GPL-3.0+)

The Requires

  • php >=5.2.0
  • ext-curl *

 

by Miled

social oauth google login facebook twitter openid hybridauth yahoo

25/05 2014

v2.2.0

2.2.0.0 http://hybridauth.sourceforge.net

Open source social sign on PHP library.

  Sources   Download

(MIT or GPL-3.0+)

The Requires

  • php >=5.2.0
  • ext-curl *

 

by Miled

social oauth google login facebook twitter openid hybridauth yahoo

29/12 2012

v2.1.1

2.1.1.0 http://hybridauth.sourceforge.net

Open source social sign on PHP library.

  Sources   Download

(MIT or GPL-3.0+)

The Requires

  • php >=5.2.0
  • ext-curl *

 

by Miled

social oauth google login facebook twitter openid hybridauth yahoo

04/08 2012

v2.1.0

2.1.0.0 http://hybridauth.sourceforge.net

Open source social sign on PHP library.

  Sources   Download

(MIT or GPL-3.0+)

The Requires

  • php >=5.2.0

 

by Miled

social oauth google login facebook twitter openid hybridauth yahoo