mautic/mautic-saelos-bundle

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (2.1) of this package.

Installs: 17 104

Dependents: 0

Suggesters: 0

Security: 0

Stars: 11

Watchers: 9

Forks: 3

Open Issues: 2

Type:mautic-plugin

2.1 2018-10-19 15:21 UTC

README

This integration pull and push contacts, companies and owners between Mautic and Saelos.

Installation

Before start

Verify if you have composer.json on your Mautic root install directory. If you don't found this file you need to get the latest version from github just running this command:

wget -O https://github.com/mautic/mautic/raw/master/composer.json

After verify composer.json, install Saelos plugin running:

composer require mautic/mautic-saelos-bundle

Usage

Go to Mautic / Settings / Plugins and find Saelos Plugin:

Mautic Plugin List

Now you need to configure Saelos Plugin following the screen instructions:

Image of Yaktocat

Image of Yaktocat

After fill the options choose Save & Close.

Server Setup

Setup a cron to run your sync on 5-10 min intervals:

*/5 * * * * /usr/bin/env php /var/www/html/app/console p:i:s Saelos > /dev/null 2>&1