Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joomla-framework/oauth2

Joomla Framework OAuth2 Package
https://github.com/joomla-framework/oauth2

joomla joomla-framework oauth2 php

Last synced: 5 days ago
JSON representation

Joomla Framework OAuth2 Package

Awesome Lists containing this project

README

        

# The OAuth2 Package [![Build Status](https://ci.joomla.org/api/badges/joomla-framework/oauth2/status.svg?ref=refs/heads/3.x-dev)](https://ci.joomla.org/joomla-framework/oauth2)

[![Latest Stable Version](https://poser.pugx.org/joomla/oauth2/v/stable)](https://packagist.org/packages/joomla/oauth2)
[![Total Downloads](https://poser.pugx.org/joomla/oauth2/downloads)](https://packagist.org/packages/joomla/oauth2)
[![Latest Unstable Version](https://poser.pugx.org/joomla/oauth2/v/unstable)](https://packagist.org/packages/joomla/oauth2)
[![License](https://poser.pugx.org/joomla/oauth2/license)](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"
```