Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ekojs/oauth2client
Oauth2 PKCE Client Library based on RFC 7636.
https://github.com/ekojs/oauth2client
Last synced: about 1 month ago
JSON representation
Oauth2 PKCE Client Library based on RFC 7636.
- Host: GitHub
- URL: https://github.com/ekojs/oauth2client
- Owner: ekojs
- License: gpl-3.0
- Created: 2021-05-28T19:18:40.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-16T20:53:35.000Z (over 2 years ago)
- Last Synced: 2024-04-28T17:03:05.740Z (8 months ago)
- Language: PHP
- Size: 208 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Oauth 2 PKCE Client Library
=============Oauth2 PKCE Client Library based on RFC 7636.
[![Build Status](https://www.travis-ci.com/ekojs/oauth2client.svg?branch=master)](https://www.travis-ci.com/ekojs/oauth2client)
[![Coverage Status](https://coveralls.io/repos/ekojs/oauth2client/badge.svg?branch=master)](https://coveralls.io/r/ekojs/oauth2client?branch=master)
[![Latest Stable Version](http://poser.pugx.org/ekojs/oauth2client/v)](https://packagist.org/packages/ekojs/oauth2client) [![Total Downloads](http://poser.pugx.org/ekojs/oauth2client/downloads)](https://packagist.org/packages/ekojs/oauth2client) [![Latest Unstable Version](http://poser.pugx.org/ekojs/oauth2client/v/unstable)](https://packagist.org/packages/ekojs/oauth2client) [![License](http://poser.pugx.org/ekojs/oauth2client/license)](https://packagist.org/packages/ekojs/oauth2client) [![PHP Version Require](http://poser.pugx.org/ekojs/oauth2client/require/php)](https://packagist.org/packages/ekojs/oauth2client)## Install
For PHP version **`>= 7.3`**:
```
composer require ekojs/oauth2client
```