joomla/oauth2

Joomla OAuth2 Package

3.0.0 2023-10-08 13:36 UTC

README

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"