https://github.com/synolia/synoorocrmfullcontactbundle
https://github.com/synolia/synoorocrmfullcontactbundle
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/synolia/synoorocrmfullcontactbundle
- Owner: synolia
- Created: 2014-04-04T15:38:10.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-06-27T14:18:55.000Z (almost 9 years ago)
- Last Synced: 2025-03-31T12:58:05.885Z (2 months ago)
- Language: PHP
- Size: 8.79 KB
- Stars: 7
- Watchers: 15
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SynoFullContactBundle
=====================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](#requirements)
- [Installation](#installation)
- [Configuration](#configuration)
- [Use as dependency in composer](#use-as-dependency-in-composer)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:
```bash
php app/console oro:package:install synolia/syno-orocrm-fullcontact
```For development purposes it might be cloned from github repository directly.
```bash
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
-----------------------------```yaml
"require": {
"synolia/syno-orocrm-fullcontact": "dev-master",
}
```