googleauth/groovygoogleauth

This Is Google Auth

Installs: 28

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Type:yii2-extension

dev-master 2019-11-08 04:10 UTC

This package is auto-updated.

Last update: 2024-04-08 15:09:21 UTC


README

This Is Google Auth

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist googleauth/groovygoogleauth "*"

or add

"googleauth/groovygoogleauth": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \groovygoogleauth\src\AutoloadExample::widget(); ?>```