https://github.com/joomla-framework/oauth2
Joomla Framework OAuth2 Package
https://github.com/joomla-framework/oauth2
joomla joomla-framework oauth2 php
Last synced: 21 days 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 12 years ago)
- Default Branch: 3.x-dev
- Last Pushed: 2024-10-08T21:11:40.000Z (7 months ago)
- Last Synced: 2025-03-29T03:11:42.014Z (28 days ago)
- Topics: joomla, joomla-framework, oauth2, php
- Language: PHP
- Homepage:
- Size: 5.23 MB
- Stars: 11
- Watchers: 12
- Forks: 11
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# The OAuth2 Package [](https://ci.joomla.org/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"
```