This module provides Google APIs OAuth 2 authentication client capabilities to Dolibarr.
It is designed to be used with other ZenFusion modules.
Copyright (C) 2011-2016 GPC.solutions
GPLv3 or (at your option) any later version.
See COPYING for more information.
This project uses composer to manage external dependencies.
Please see https://getcomposer.org for more informations.
Please issue the following command at the project root after clone to install required dependencies:
- Production:
composer install --no-dev
- Development:
composer install
After pulling, use composer update
to update the dependencies.