joomla/oauth2
Joomla OAuth2 Package
Maintainers
4.0.2
2026-04-15 17:57 UTC
Requires
- php: ^8.3.0
- joomla/application: ^4.0
- joomla/http: ^4.0
- joomla/input: ^4.0
- joomla/session: ^4.0
- joomla/uri: ^4.0
Requires (Dev)
- phpstan/phpstan: ^2.1.17
- phpstan/phpstan-deprecation-rules: ^2.0.3
- phpunit/phpunit: ^12.0
- squizlabs/php_codesniffer: ^3.10.2
Suggests
None
Provides
None
Conflicts
None
Replaces
None
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"
