Skip to content

joomla-framework/oauth2

2.0-dev
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

The OAuth2 Package Build Status

Latest Stable Version Total Downloads Latest Unstable Version License

Installation via Composer

Add "joomla/oauth2": "~2.0" to the require block in your composer.json and then run composer install.

{
	"require": {
		"joomla/oauth2": "~2.0"
	}
}

Alternatively, you can simply run the following from the command line:

composer require joomla/oauth2 "~2.0"