Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```