prakashdivyy/oauth2-ui

UI OAuth2-Server Client Provider for The PHP League OAuth2-Client

1.0.0 2017-04-25 19:04 UTC

This package is not auto-updated.

Last update: 2024-03-22 17:39:48 UTC


README

This package provides UI OAuth 2.0 support for the PHP League's OAuth 2.0 Client.

Installation

To install, add this on composer.json:

{ 
    "require": {
        "prakashdivyy/oauth2-ui": "*"
    }
}

Usage

See example.php file inside example folder.