Search by

joomla / oauth1

wilsongeHackwarrelease-joomla

Joomla OAuth1 Package

Package info

github.com/joomla-framework/oauth1

Type:joomla-package

pkg:composer/joomla/oauth1

Statistics

Installs: 367 895

Dependents: 3

Suggesters: 0

Stars: 3

Open Issues: 0

4.0.1 2025-08-06 11:59 UTC

README

Latest Stable Version Total Downloads Latest Unstable Version License

Installation via Composer

Add "joomla/oauth1": "~4.0" to the require block in your composer.json and then run composer install.

{
	"require": {
		"joomla/oauth1": "~4.0"
	}
}

Alternatively, you can simply run the following from the command line:

composer require joomla/oauth1 "~4.0"