Download the PHP package bastolen/mautic-message-extension-bundle without Composer

On this page you can find all versions of the php package bastolen/mautic-message-extension-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-message-extension-bundle

Mautic Message Extension Bundle

This plugin will NOT work with Mautic 2 and older

With this plugin you will be able to send SMS messages using the CM.com Messaging API.

Usage

After installation, in the campaign builder a new action appears. This action will send a message at the given time. If you want to use personal information in the message, you can use variables in the normal Mautic way. For example: Hi {contactfield=firstname|there} will result in Hi Bas or Hi there if no firstname was found. Any URL, passed in as Mautic variable, will be automatically shortened by CM.com. In the action you can also select the contact field that has the number you want to send the message to. Since CM.com wants to be able to send messages to multiple countries a landcode is required in the number. If it is not given, you can replace it in the action settings. To make sure the number starts wit 06 and fill the landcode including a + sign, so +31 for The Netherlands.

Installation

CLI

  1. Run composer require bastolen/mautic-message-extension-bundle in the root of the Mautic installation.
  2. Reload the plugins using the mautic:plugins:reload command

Manual

  1. Download the latest version from github.com/bastolen/mautic-message-extension/releases
  2. Unzip the files to plugins/MauticMessageExtensionBundle
  3. Go to YourMautic.domain/s/plugins/reload

Setup

  1. Go to YourMautic.domain/s/plugins
  2. Enable the Message Extension plugin
  3. Choose the sender name
  4. Fill in your CM Account Id and Gateway Product Token. These can be found by going to cm.com/app/gateway. This will show the Product Token. The account Id is in the URL.

All versions of mautic-message-extension-bundle with dependencies

PHP Build Version
Package Version
Requires mautic/composer-plugin Version ^1.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 bastolen/mautic-message-extension-bundle contains the following files

Loading the files please wait ....