https://github.com/joomla-framework/oauth2
Joomla Framework OAuth2 Package
https://github.com/joomla-framework/oauth2
joomla joomla-framework oauth2 php
Last synced: about 9 hours ago
JSON representation
Joomla Framework OAuth2 Package
- Host: GitHub
- URL: https://github.com/joomla-framework/oauth2
- Owner: joomla-framework
- License: gpl-2.0
- Created: 2013-02-24T03:29:46.000Z (about 13 years ago)
- Default Branch: 3.x-dev
- Last Pushed: 2026-04-15T17:57:50.000Z (3 days ago)
- Last Synced: 2026-04-15T19:36:15.704Z (3 days ago)
- Topics: joomla, joomla-framework, oauth2, php
- Language: PHP
- Homepage: https://framework.joomla.org/
- Size: 128 KB
- Stars: 10
- Watchers: 11
- Forks: 11
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# The OAuth2 Package [](https://github.com/joomla-framework/oauth2)
[](https://packagist.org/packages/joomla/oauth2)
[](https://packagist.org/packages/joomla/oauth2)
[](https://packagist.org/packages/joomla/oauth2)
[](https://packagist.org/packages/joomla/oauth2)
## Installation via Composer
Add `"joomla/oauth2": "~3.0"` to the require block in your composer.json and then run `composer install`.
```json
{
"require": {
"joomla/oauth2": "~3.0"
}
}
```
Alternatively, you can simply run the following from the command line:
```sh
composer require joomla/oauth2 "~3.0"
```