Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 525 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 525 Bytes

PHP Google OAuth 2 Handler

This package provides a handler to ease authentication with Google's OAuth 2 APIs.

Installation

PHP Google OAuth 2 Handler can be easily installed using Composer. Just run the following command from the root of your project.

composer require rapidwebltd/php-google-oauth-2-handler

If you have never used the Composer dependency manager before, head to the Composer website for more information on how to get started.

Setup

TODO

Usage

TODO