Download the PHP package ashus/google-addressbook without Composer
On this page you can find all versions of the php package ashus/google-addressbook. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ashus/google-addressbook
More information about ashus/google-addressbook
Files in ashus/google-addressbook
Package google-addressbook
Short Description Lets you sync your Google Addressbook in readonly mode with Roundcube.
License GPL-3.0+
Homepage https://github.com/Ashus/google-addressbook
Informations about the package google-addressbook
Google Addressbook Plugin for Roundcube
This plugin lets you sync your Google Addressbook in readonly mode with Roundcube.
Info: Initially stwa created this plugin for Roundcube 0.8.5, but it is still working properly with the current version of Roundcube (version 1.6.0). So yes, you can still use this plugin, it's up to date!
Requirements
- Roundcube >= v0.8.5 [https://roundcube.net/download]
- PHP 7.0 or higher [https://www.php.net/]
- PHP Curl extension [https://www.php.net/manual/en/intro.curl.php]
- PHP JSON extension [https://www.php.net/manual/en/book.json.php]
Installation
Use Composer 2 for installation.
Run composer require ashus/google-addressbook
.
Do not forget to create the database table using the SQL from SQL/
Command Line
It is possible to sync the addressbooks via command line.
To do this, you just have to run the script "sync-cli.sh".
This syncs the addressbooks of all users who have enabled google addressbook plugin in their settings.
You can also use crontab to sync the addressbooks periodically.
Just specify an entry like:
0 /4 /path/to/roundcube/plugins/google_addressbook/sync-cli.sh
(Every 4 hours in this example)
Own Google Application
You need to register your plugin with Google to customize the application name that is presented to users when requesting access to contacts. For this, you have to register at https://console.cloud.google.com/ and create a project for your roundcube installation. After enabling OAuth 2.0 Client ID credentials, you would get an application name, a client id and a secret. Ensure to allow redirect to https://your-rc-base..../?_task=settings&_action=plugin.google_addressbook.auth
when you create the Web Application credential and also store this to google_addressbook_client_redirect_url
. Alternatively you can create an Other credential, but then disable google_addressbook_client_redirect
. Anyhow remember to enable
Google People API for that project. Put all these values in a file named config.inc.php
inside the config
folder like this:
Be aware that all existing oauth tokens will not work any more and the users have to request a new access token from Google. So you might want to do this change in a new installation only.
Contact
Author: Stefan Wagner ([email protected])
Bug reports through github:
https://github.com/stwa/google-addressbook/issues
License
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see www.gnu.org/licenses/.
All versions of google-addressbook with dependencies
ext-json Version *
roundcube/plugin-installer Version ^0.3
google/apiclient Version ^2.12