Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ekojs/oauth2helper
https://github.com/ekojs/oauth2helper
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ekojs/oauth2helper
- Owner: ekojs
- License: gpl-3.0
- Created: 2021-05-28T06:06:17.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-28T10:11:08.000Z (over 3 years ago)
- Last Synced: 2024-11-11T03:42:10.341Z (2 months ago)
- Language: PHP
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Oauth 2 Helper Library
=============Oauth2 Helper Library. Compatible with PHP >= 7.3.
[![Build Status](https://www.travis-ci.com/ekojs/oauth2helper.svg?branch=master)](https://www.travis-ci.com/ekojs/oauth2helper)
[![Coverage Status](https://coveralls.io/repos/ekojs/oauth2helper/badge.svg?branch=master)](https://coveralls.io/r/ekojs/oauth2helper?branch=master)
[![Latest Stable Version](https://poser.pugx.org/ekojs/oauth2helper/v)](https://packagist.org/packages/ekojs/oauth2helper)
[![Latest Unstable Version](https://poser.pugx.org/ekojs/oauth2helper/v/unstable)](https://packagist.org/packages/ekojs/oauth2helper)
[![License](https://poser.pugx.org/ekojs/oauth2helper/license)](https://packagist.org/packages/ekojs/oauth2helper)
[![Total Downloads](https://poser.pugx.org/ekojs/oauth2helper/downloads)](https://packagist.org/packages/ekojs/oauth2helper)## Install
For PHP version **`>= 7.3`**:
```
composer require ekojs/oauth2helper
```