Skip to content

PHP OAUTH2 authentication API - Azure, Facebook, Github, Google, Microsoft, Naver

Notifications You must be signed in to change notification settings

OOPS-ORG-PHP/OAUTH2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OAUTH2 pear package

License

Copyright (c) 2016 JoungKyun.Kim <http:https://oops.org> All rights reserved

This program is under BSD license

Description

This is OAUTH2 login tool and support follow vendors:

  • Googke
  • Facebook
  • Github
  • Naver *Daum

Installation

We recommand to install with pear command cause of dependency pear packages.

1. use pear command

[root@host ~]$ # add pear channel 'pear.oops.org'
[root@host ~]$ pear channel-discover pear.oops.org
Adding Channel "pear.oops.org" succeeded
Discovery of channel "pear.oops.org" succeeded
[root@host ~]$ # add OAUTH2 pear package
[root@host ~]$ pear install oops/OAUTH2
downloading OAUTH2-1.0.4.tgz ...
Starting to download OAUTH2-1.0.4.tgz (10,893 bytes)
....done: 10,893 bytes
downloading HTTPRelay-1.0.5.tgz ...
Starting to download HTTPRelay-1.0.5.tgz (5,783 bytes)
...done: 5,783 bytes
downloading myException-1.0.1.tgz ...
Starting to download myException-1.0.1.tgz (3,048 bytes)
...done: 3,048 bytes
install ok: channel:https://pear.oops.org/myException-1.0.1
install ok: channel:https://pear.oops.org/HTTPRelay-1.0.5
install ok: channel:https://pear.oops.org/OAUTH2-1.0.4
[root@host ~]$

2. install by hand

Download oauth pear package at

Usages