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

https://github.com/bluzphp/module-auth-google

Module Auth by Google for Bluz framework
https://github.com/bluzphp/module-auth-google

bluz-module

Last synced: about 2 months ago
JSON representation

Module Auth by Google for Bluz framework

Awesome Lists containing this project

README

          

# Module auth-google for Bluz Skeleton
## Achievements

[![PHP >= 7.1+](https://img.shields.io/packagist/php-v/bluzphp/module-auth-google.svg?style=flat)](https://php.net/)

[![Latest Stable Version](https://img.shields.io/packagist/v/bluzphp/module-auth-google.svg?label=version&style=flat)](https://packagist.org/packages/bluzphp/module-auth-google)

[![Build Status](https://img.shields.io/travis/bluzphp/module-auth-google/master.svg?style=flat)](https://travis-ci.org/bluzphp/module-auth-google)

[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/bluzphp/module-auth-google.svg?style=flat)](https://scrutinizer-ci.com/g/bluzphp/module-auth-google/)

[![Total Downloads](https://img.shields.io/packagist/dt/bluzphp/module-auth-google.svg?style=flat)](https://packagist.org/packages/bluzphp/module-auth-google)

[![License](https://img.shields.io/packagist/l/bluzphp/module-auth-google.svg?style=flat)](https://packagist.org/packages/bluzphp/module-auth-google)

## Usage
### Install module
To install the module run the command:

```bash
php /vendor/bin/bluzman module:install auth-google
```

### Configure
Create an application at Developers Console (https://console.developers.google.com),
than setup *App ID* and *App Secret* inside *Google* section of the `auth.php`
configuration.

### Remove module
To remove the module, run the command:

```bash
php /vendor/bin/bluzman module:remove auth-google
```