joomla/oauth2

Joomla OAuth2 Package

Package info

github.com/joomla-framework/oauth2

Type:joomla-package

pkg:composer/joomla/oauth2

Statistics

Installs: 333 853

Dependents: 3

Suggesters: 0

Stars: 10

Open Issues: 1

4.0.2 2026-04-15 17:57 UTC

Requires

Suggests

None

Provides

None

Conflicts

None

Replaces

None

GPL-2.0-or-later bb24c0a969fcc62c97997ba33a476ec888c34b00

frameworkoauth2joomla


README

👁 Latest Stable Version
👁 Total Downloads
👁 Latest Unstable Version
👁 License

Installation via Composer

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

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

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

composer require joomla/oauth2 "~4.0"