mautic/mautic-typo3
Composer 安装命令:
composer require mautic/mautic-typo3
包简介
Add-on TYPO3 extension that enhances the "EXT:marketing_automation" TYPO3 extension by connecting it to the Mautic Marketing Automation platform: Determine "Persona" from Mautic segments. Also provides additional services e.g. language synchronisation between Mautic and TYPO3.
README 文档
README
Welcome to the official Mautic extension for TYPO3.
Supported Versions
We currently support Mautic v4 and higher.
- For TYPO3 v12 please use extension release 12.0.x
- For TYPO3 v11 and above on PHP8, please use extension release 4.4.x
- For TYPO3 v10 and v11 on PHP7, please use extension release 4.3.x
- For TYPO3 v9, please use extension release 3.x
Features
The Mautic TYPO3 extension has many features that allow you to integrate your marketing automation workflow in TYPO3.
Dynamic Content Blocks
Ever wanted to serve different content to different users based on their Mautic segments? With this extension you will be able to set aside content in your TYPO3 website for specific Mautic segments. This way, you will be able to decide what content to serve to which people. In good TYPO3 fashion, this can apply not only to content elements but also to entire pages or even data sets, templates, ...
Form Synchronization
With the Mautic extension for TYPO3 you can create your forms in the TYPO3 backend, and have all data collected in Mautic too! You no longer need to maintain two forms, the extension will automatically sync all forms you have marked as 'Mautic forms' with Mautic. You can then easily post form results to Mautic, while your form will always stay up-to-date with your TYPO3 edits.
TYPO3 Form Customization
In case you got own elements or similiar customization within the EXT:form component you should be aware of the possibly necessary adaptions you have to do. A custom element needs a transformation and field property depending of the element content and what you want to do with it. In case of an e.g. LinkedCheckbox element providing an GDPR checkbox along with a linked text you might not want the data to be transferred into mautic. In this case you can do the following:
$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['mautic']['transformation']['formField']['LinkedCheckbox'] = \Leuchtfeuer\Mautic\Transformation\FormField\IgnoreTransformation::class;
If you actually want to transfer the data into mautic you need to choose a fitting Transformation class along with extending the inheritance of the custom element to use the mautic mixin. This provides the possibility to choose a property for the element in the form module. The side effect of not handling those custom elements could be that the form data is not transferred into mautic correctly. This is only the case on initial setup and first submitting of the form with such a non configured element. Once the form is submitted, those custom elements are getting ignored.
Mautic Form Actions
Create contacts or modify the points of a contact straight from a TYPO3 Form.
Mautic Form Content Element
If you wish to use Mautic forms directly, you can now add them with the Mautic Form content element that comes shipped with this extension.
Tracking Script Integration
Integrate the Mautic tracking script into your frontend with one click of a button!
OAuth 2.0 support
All requests made by this extension are secured using OAuth (with Mautic only supping OAuth2 in recent versions). You can easily configure your API tokens in the extension manager of TYPO3.
Tags
Set tags for users when they are visiting a page!
Assets
Link to Mautic assets directly in TYPO3 using file relations or the TYPO3 link wizard!
Language sync
(currently in flux)
API
The Mautic API https://developer.mautic.org/#rest-api is made available (see "ContactRepository")
Installation
First, install the extensions marketing_automation and mautic in your TYPO3.
Afterwards, establish the API connection:
- Go to "API Credentials" in Mautic and create a new "OAuth2" credential set (give your TYPO3 website's domain as "redirect URI")
- write down public and secret key
- go to the "API Connection" backend module in TYPO3, select "OAuth2", and enter the keys from above
- Now hit "Authorize with Mautic"
- A Mautic login windows comes up. Log in, and click "Accept"
Documentation
Documentation and a getting started guide can be found here.
Known Issues & Ideas for the Future
TYPO3 Form Builder
- "Mautic Property Type" currently not working: Mautic field mappings are currently not possible through the TYPO3 UI, only for the pre-defined fields in template "Simple Contact Form"
Form Framework: Currently limited support
- Make sure to use Predefined Form from Prototype "Mautic Form"
- Recommended: Use template "Simple Contact Form"
- Mautic-side changes in form are NOT sync'd back to TYPO3
- TYPO3-side changes (fields, field properties, form type, ...) after creation are NOT sync'd to Mautic
- Make sure to use finisher "Create Mautic Contact"
- Use "Send to Mautic form" only if you wish to send to a different form ID
- Idea: Move "updating" of forms (normally by the form's Javascriupt snippets) to TYPO3 so that we can always deliver static HTML (which works even in restricted environments)
Tags
On the very first page visit, setting tags can not work reliably. (We are considering using mpixel in addition to API for that reason...)
Language Sync, Assets
On the very first page visit, setting tags can not work reliably. (We are considering using mpixel in addition to API for that reason...)
Packaging for use in the Extension Manager
Clone the repository and run the following in the extension root directory:
composer package
Contributing Partners
Contributing
You can contribute by making a pull request to the master branch of this repository.
Questions or Suggestions?
You can always open an issue in this repository if you find a bug or have a feature request. Next to that you can
also come visit us on Slack (Mautic or TYPO3) in the channel #typo3-mautic.
mautic/mautic-typo3 适用场景与选型建议
mautic/mautic-typo3 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 6.35k 次下载、GitHub Stars 达 23, 最近一次更新时间为 2018 年 01 月 17 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「automation」 「marketing」 「TYPO3 CMS」 「Mautic」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 mautic/mautic-typo3 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 mautic/mautic-typo3 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 mautic/mautic-typo3 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Set Links with a specific language parameter
TYPO3 CMS extension to create gallery content element with preset crop ratios and pagination
Command-line utility for Vtiger CRM.
Historical accounting for contacts
An interactive tour through the TYPO3 backend.
Extends Mautic Lead Bundle's Lead List (Segment) functionality.
统计信息
- 总下载量: 6.35k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 23
- 点击次数: 27
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2018-01-17