Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rapidwebltd/php-google-oauth-2-handler
🔐 This package provides a handler to ease authentication with Google's OAuth 2 APIs.
https://github.com/rapidwebltd/php-google-oauth-2-handler
google google-api google-oauth2 oauth2 php php-library
Last synced: 3 days ago
JSON representation
🔐 This package provides a handler to ease authentication with Google's OAuth 2 APIs.
- Host: GitHub
- URL: https://github.com/rapidwebltd/php-google-oauth-2-handler
- Owner: rapidwebltd
- License: lgpl-3.0
- Created: 2018-02-19T15:29:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-07T13:54:18.000Z (3 months ago)
- Last Synced: 2024-09-21T07:28:38.727Z (about 2 months ago)
- Topics: google, google-api, google-oauth2, oauth2, php, php-library
- Language: PHP
- Homepage:
- Size: 9.77 KB
- Stars: 6
- Watchers: 5
- Forks: 14
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://getcomposer.org/) for more information on how to get started.
## Dependents
This handler is designed to be used by other packages to implement API clients that interact with Google's OAuth 2 APIs. Visit the following URL to see all
the packages that make use of this handler.[https://packagist.org/packages/rapidwebltd/php-google-oauth-2-handler/dependents](https://packagist.org/packages/rapidwebltd/php-google-oauth-2-handler/dependents)
## Setup
*TODO*
## Usage
*TODO*