Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/joomla-framework/oauth2
- Owner: joomla-framework
- License: gpl-2.0
- Created: 2013-02-24T03:29:46.000Z (almost 12 years ago)
- Default Branch: 3.x-dev
- Last Pushed: 2024-10-08T21:11:40.000Z (3 months ago)
- Last Synced: 2024-12-22T01:07:32.582Z (12 days ago)
- Topics: joomla, joomla-framework, oauth2, php
- Language: PHP
- Homepage:
- Size: 5.23 MB
- Stars: 11
- Watchers: 13
- Forks: 12
- Open Issues: 5
-
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 [![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"
```