Download the PHP package mosparo/mautic-integration-bundle without Composer

On this page you can find all versions of the php package mosparo/mautic-integration-bundle. 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 mautic-integration-bundle

 

mosparo logo contains a bird with the name Mo and the mosparo text

Integration for Mautic

This Mautic plugin adds the functionality to use mosparo in your Mautic form.


Description

The Mautic plugin adds the functionality to protect your forms in Mautic with mosparo. mosparo can filter spam submissions before they get processed by Mautic.

How to use

Please see our How to use introduction on our website to learn how to use mosparo in your form.

In step 3 of the how-to-use explanation, you must integrate mosparo into your Mautic installation. Please follow the Installation part below for this process.

Requirements

To use the plugin, you must meet the following requirements:

Installation

To use the plugin, please follow these installation instructions:

With the .zip package

  1. Download the package from the releases page
  2. Extract the package
  3. Upload the directory MosparoIntegrationBundle into the plugins directory of your Mautic installation
  4. Clear the cache by executing php app/console cache:clear --env=prod in the root of the Mautic installation or delete the directory var/cache/prod
  5. Log into Mautic and go to the plugin management page
  6. Click the button Install/Upgrade Plugins in the top right corner
  7. Click on the mosparo Integration icon in the list of available plugins
  8. Set the flag Plugin must be enabled and authorized for this field to work to Yes
  9. Enter the mosparo connection details to your mosparo project below
  10. Click Save

With composer

  1. Open a terminal and change into the root of the Mautic installation
  2. Execute composer require mosparo/mautic-integration-bundle:^1.0
  3. Clear the cache by executing php app/console cache:clear --env=prod in the root of the Mautic installation or delete the directory var/cache/prod
  4. Log into Mautic and go to the plugin management page
  5. Click the button Install/Upgrade Plugins in the top right corner
  6. Click on the mosparo Integration icon in the list of available plugins
  7. Set the flag Plugin must be enabled and authorized for this field to work to Yes
  8. Enter the mosparo connection details to your mosparo project below
  9. Click Save

Usage

To use the mosparo integration, please do the following steps:

  1. Edit your form
  2. Choose the field type mosparo from the dropdown and configure the field according to your needs.
  3. If you want to use a different connection for one of your forms, you can choose not to use the default connection when you edit the field. You will then see additional connection fields to set up the mosparo connection for this form.
  4. Save your form

Important

Please do not use other spam protection methods like captcha, honeypot, or other 3rd party services.


All versions of mautic-integration-bundle with dependencies

PHP Build Version
Package Version
Requires php Version >=7.4.0 <8.1
mautic/core-lib Version ^5.0
mosparo/php-api-client Version ^1.1
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 mosparo/mautic-integration-bundle contains the following files

Loading the files please wait ....