Download the PHP package opauth/github without Composer
On this page you can find all versions of the php package opauth/github. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download opauth/github
More information about opauth/github
Files in opauth/github
Download opauth/github
More information about opauth/github
Files in opauth/github
Vendor opauth
Package github
Short Description GitHub authentication strategy for Opauth
License MIT
Homepage http://opauth.org
Package github
Short Description GitHub authentication strategy for Opauth
License MIT
Homepage http://opauth.org
Please rate this library. Is it a good library?
Informations about the package github
Opauth-GitHub
Opauth strategy for GitHub authentication.
Implemented based on http://developer.github.com/v3/oauth/ using OAuth2.
Opauth is a multi-provider authentication framework for PHP.
Demo: http://opauth.org/#github
Getting started
-
Install Opauth-GitHub:
or
-
Register a GitHub application at https://github.com/settings/applications/new
- Enter URL as your application URL (this can be outside of Opauth)
- Callback URL: enter
http://path_to_opauth/github/oauth2callback
-
Configure Opauth-GitHub strategy with
client_id
andclient_secret
. - Direct user to
http://path_to_opauth/github
to authenticate
Strategy configuration
Required parameters:
Optional parameters:
scope
, state
License
Opauth-GitHub is MIT Licensed
Copyright © 2012 U-Zyn Chua (http://uzyn.com)
All versions of github with dependencies
PHP Build Version
Package Version
The package opauth/github contains the following files
Loading the files please wait ....