Download the PHP package iam-sayco/sylius-mautic-plugin without Composer

On this page you can find all versions of the php package iam-sayco/sylius-mautic-plugin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package sylius-mautic-plugin

Sylius Mautic Plugin

GitHub license contributions welcome

Sylius Mautic Plugin is a plugin for the Sylius e-commerce platform that integrates your website with the marketing automation tool Mautic. With this integration, you can track user actions on your site in order to run effective marketing campaigns.

Installation

  1. Install the plugin using Composer:

  2. Add the plugin to your config/bundles.php:

  3. Register the plugin configs in the imports section of your config/packages/_sylius.yaml:

  4. Configure the plugin by creating config/packages/sayco_sylius_mautic.yaml:

    Nest under the parameters key the following configuration:

    The tracking_host parameter should be set to the URL of your Mautic instance. It is used in the tracking script embedded in your website to send user actions to Mautic. The other configuration parameters are used to enable or disable tracking of specific user actions.

    The api.auth parameter should be set to the authentication details of your Mautic API. Currently, only BasicAuth is supported. Create a new user in Mautic and setup the role and permissions for the user. The best would be to limited to the API operations only.

  5. Install assets:

    This plugin uses the assets required for tracking user actions. To install them, run the following command:

Usage

Just go to your Mautic and view the tracking data you have collected from your Sylius website.

Roadmap

There are several features that are planned for this plugin, but have not yet been implemented (out of scope for MVP). If you would like to contribute to this plugin, please consider working on one of these features:

  1. Improve documentation.
  2. Add tests coverage.
  3. Add utility twig functions to easily embed content from Mautic such as forms and dynamic content.
  4. Add ability to use Mautic e-mails for Sylius mail notifications.
  5. Add ability to authenticate users in Sylius using Mautic OAuth.
  6. Improve crosselling/associated products by using Mautic segments.
  7. Add promotions conditions/rules based on Mautic segments.

If you have any other ideas for features, please open an issue to discuss them or propose a pull request.

Contributing

Feel free to contribute to this plugin by opening issues or submitting pull requests. All help is appreciated, especially with documentation and testing.

License

This plugin is released under the MIT License. See the LICENSE file for details.

Contact

Made with ❤️ to Open Source by Mariusz Andrzejewski - Sayco.

Saycode


All versions of sylius-mautic-plugin with dependencies

PHP Build Version
Package Version
Requires ext-json Version *
php Version ^8.0
mautic/api-library Version ^3.1.0
sylius/sylius Version ^1.10.0 || ^1.11.0 || ^1.12.0 || ^1.13.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package iam-sayco/sylius-mautic-plugin contains the following files

Loading the files please wait ....