joomla/oauth2

Joomla OAuth2 Package

Installs: 253 501

Dependents: 3

Suggesters: 0

Security: 0

Stars: 10

Watchers: 12

Forks: 12

Open Issues: 4

Type:joomla-package

4.0.1 2025-08-06 10:09 UTC

README

Latest Stable Version Total Downloads Latest Unstable Version License

Installation via Composer

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

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

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

composer require joomla/oauth2 "~3.0"