joomla / oauth2
Joomla OAuth2 Package
Fund package maintenance!
joomla
community.joomla.org/sponsorship-campaigns.html
Installs: 175 239
Dependents: 3
Suggesters: 0
Security: 0
Stars: 11
Watchers: 12
Forks: 10
Open Issues: 5
Type:joomla-package
Requires
- php: ^7.2.5|~8.0.0|~8.1.0
- joomla/application: ^2.0
- joomla/http: ^2.0
- joomla/input: ^2.0
- joomla/session: ^2.0
- joomla/uri: ^2.0
Requires (Dev)
- joomla/coding-standards: ^3.0@dev
- phpunit/phpunit: ^8.5|^9.0
This package is auto-updated.
Last update: 2023-09-26 09:27:32 UTC
README
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"