Skip to content

Web interface to visualize groups and members from a Google Apps account

Notifications You must be signed in to change notification settings

nmarniesse/google-apps-group-view

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

google-apps-group-view

Web interface to visualize groups and members from a Google Suite account

Requirement

PHP 5.4.0 or higher, and composer

Install

Install all dependencies with composer:

$ composer install

Google authentication

Turn on API on Google Developers Console :

  • Create a project name
  • In the Credentials tab, create a OAuth clientID with the 'other' type
  • Validate and download the json file

Initialize authorization on application

  • copy the previous json file as client_secret.json in the root directory of the directory application
  • run web/index.php in cli mode :
$ php web/index.php

Copy/paste the url in your favorite browser and validate authorization to obtain a token. Copy this token into console.

That's it.

Webserver configuration

Please follow Silex documentation
Root path for the webserver is web/

About

Web interface to visualize groups and members from a Google Apps account

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published