2017 © Pedro Peláez
 

library social-auther

Auth in social

image

attractgroup/social-auther

Auth in social

  • Monday, July 25, 2016
  • by Attract Group
  • Repository
  • 1 Watchers
  • 0 Stars
  • 102 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

using

$redirect_uri = 'http://website.com/verity'; $auther = new SocialAuther(['vk', 'facebook'], $redirect_uri);, (*1)

//Auth links br/ $links = $auther->getAuthUrls();, (*2)

//If isset $_GET['code']br/ if ($auther->authenticate()) {br/ $data = [br/ 'token' => $token,br/ 'name' => $auther->getName(),br/ 'email' => $auther->getEmail(),br/ ];br/ }, (*3)

The Versions

25/07 2016

dev-master

9999999-dev

Auth in social

  Sources   Download

The Requires

 

by Alex Kim

25/07 2016

v1.0.4.x-dev

1.0.4.9999999-dev

Auth in social

  Sources   Download

The Requires

 

by Alex Kim