synolia / syno-orocrm-fullcontact
OroCRM Package, FullContact API for Contact entities
Requires
- oro/crm: >=1.9
This package is not auto-updated.
Last update: 2024-11-19 07:54:48 UTC
README
This extension adds the possibility to get from FullContact API some social informations (Twitter, LinkedIn, Facebook and GooglePlus) about your contacts. Everytime you add an email adress to a contact, the extension fetch data from FullContact API. This document contains information on how to download, install "OroCRM Contact Us" package.
Table of content
Requirements
SynoFullContactBundle requires OroPlatform(BAP), OroCRM and PHP 5.4.4 or above.
Installation
Package is available through Oro Package Manager, you can install it with the following extension key : synolia/syno-orocrm-fullcontact
.
You can install this package via the OroCRM interface or whit the Oro Command line:
php app/console oro:package:install synolia/syno-orocrm-fullcontact
For development purposes it might be cloned from github repository directly.
git clone https://github.com/synolia/SynoFullContactBundle.git
Configuration
In order to use SynoFullContact properly, you need to get a FullContact API key at this adress: https://www.fullcontact.com/developer/try-fullcontact/
And then, you must set the API key in
System > Configuration > General setup > Services > FullContact API
Use as dependency in composer
"require": { "synolia/syno-orocrm-fullcontact": "dev-master", }