Skip to content

Adds a global addressbook to Roundcube with contacts from CiviCRM

Notifications You must be signed in to change notification settings

jaapjansma/RoundcubeCivicrmAddressbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

RoundcubeCivicrmAddressbook

Adds a global addressbook to Roundcube with contacts from CiviCRM. Requires database access to the civicrm database.

Installation instructions

cd your-roundcube-folder/
cd plugins
git clone https://github.com/jaapjansma/RoundcubeCivicrmAddressbook.git civicrm_addressbook

Edit config/config.inc.php:

$config['plugins'] = array(..., 'civicrm_addressbook');
$config['civicrm_db_dsn'] = 'mysql://civicrm_db_user:civicrm_db_password@localhost/civicrm_db';

About

Adds a global addressbook to Roundcube with contacts from CiviCRM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages