PHPackages                             ezsystems/marketing-automation-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. ezsystems/marketing-automation-bundle

ActiveEzplatform-bundle[Utility &amp; Helpers](/categories/utility)

ezsystems/marketing-automation-bundle
=====================================

eZ Platform Marketing Automation

v1.0.0-alpha6(9y ago)042GPL-2.0PHP

Since Jan 5Pushed 9y ago24 watchersCompare

[ Source](https://github.com/ezsystems/MarketingAutomationBundle)[ Packagist](https://packagist.org/packages/ezsystems/marketing-automation-bundle)[ RSS](/packages/ezsystems-marketing-automation-bundle/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (2)Versions (11)Used By (0)

eZ Platform Marketing Automation Bundle
=======================================

[](#ez-platform-marketing-automation-bundle)

[![SensioLabsInsight](https://camo.githubusercontent.com/658bb7564d560b2b391250bc832287539894886e6f8ceab58a8f40a251e14841/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f35333165383364362d636564322d343561332d386162622d3835373464613461346534342f6269672e706e67)](https://insight.sensiolabs.com/projects/531e83d6-ced2-45a3-8abb-8574da4a4e44)

[![Build Status](https://camo.githubusercontent.com/8419994f93096fbecaacb92458e3fe0d3702c11f7c310ec162f41ca79aaab53d/68747470733a2f2f7472617669732d63692e6f72672f657a73797374656d732f4d61726b6574696e674175746f6d6174696f6e42756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/ezsystems/MarketingAutomationBundle)

This bundle integrates [Net-Result’s marketing automation](http://www.net-results.com/) suite into the eZ Publish Platform.

License
-------

[](#license)

See the LICENSE file that ships at the root of this bundle.

Installation
------------

[](#installation)

1. add the following to your composer.json:

    ```
    {
        "require": {
            "ezsystems/marketing-automation-bundle": "^1.0.0@alpha",
        },
        "repositories": [
            {
                "type": "vcs",
                "url":  "git@github.com:ezsystems/MarketingAutomationBundle.git"
            }
        ]
    }
    ```
2. run `composer update ezsystems/marketing-automation-bundle`.
3. Add `new EzSystems\MarketingAutomationBundle\EzSystemsMarketingAutomationBundle()` to your kernel (`ezpublish/EzPublishKernel.php`).
4. Add the following in an override of your `content.ini.append.php` (it will activate `ezmaform` custom tag in a rich text / XmlText field in the Administration Interface):

    ```
    [CustomTagSettings]
    AvailableCustomTags[]=ezmaform

    [ezmaform]
    CustomAttributes[]
    CustomAttributes[]=form_id
    ```
5. Add the following to your `parameters.yml`:

    ```
    parameters:
        ezma.default.TrackingSettings.AutomaticTracking: ~
        ezma.default.TrackingSettings.InstallationId: ~

        ezma.default.FormSettings.Hostname: forms.cdnma.com
    ```
6. Update your `parameters.yml` to activate automatic tracking:

    ```
        ezma.default.TrackingSettings.AutomaticTracking: enabled
        ezma.default.TrackingSettings.InstallationId: _your_installation_id_
    ```

Features
--------

[](#features)

### Automatic tracker code integration

[](#automatic-tracker-code-integration)

The Marketing Automation tracking code will automatically be added before the closing body tag.

### XmlText custom tag

[](#xmltext-custom-tag)

Marketing Automation forms in XmlText fields will be rendered through the new stack.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community21

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 57.1% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~94 days

Recently: every ~76 days

Total

9

Last Release

3441d ago

Major Versions

v0.1.0-rc1 → v1.0.0-alpha12015-01-06

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/235928?v=4)[Bertrand Dunogier](/maintainers/bdunogier)[@bdunogier](https://github.com/bdunogier)

![](https://avatars.githubusercontent.com/u/681611?v=4)[Ibexa Bot](/maintainers/ezrobot)[@ezrobot](https://github.com/ezrobot)

![](https://avatars.githubusercontent.com/u/130489?v=4)[Łukasz Serwatka](/maintainers/lserwatka)[@lserwatka](https://github.com/lserwatka)

---

Top Contributors

[![clash82](https://avatars.githubusercontent.com/u/3033038?v=4)](https://github.com/clash82 "clash82 (12 commits)")[![andrerom](https://avatars.githubusercontent.com/u/289757?v=4)](https://github.com/andrerom "andrerom (5 commits)")[![bdunogier](https://avatars.githubusercontent.com/u/235928?v=4)](https://github.com/bdunogier "bdunogier (2 commits)")[![damianz5](https://avatars.githubusercontent.com/u/3495796?v=4)](https://github.com/damianz5 "damianz5 (1 commits)")[![SylvainGuittard](https://avatars.githubusercontent.com/u/1157233?v=4)](https://github.com/SylvainGuittard "SylvainGuittard (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ezsystems-marketing-automation-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/ezsystems-marketing-automation-bundle/health.svg)](https://phpackages.com/packages/ezsystems-marketing-automation-bundle)
```

###  Alternatives

[ezsystems/legacy-bridge

eZ Platform bridge to eZ Publish Legacy

17118.8k5](/packages/ezsystems-legacy-bridge)[netgen/information-collection-bundle

Information collection alike feature for Ibexa Platform

1945.6k11](/packages/netgen-information-collection-bundle)[netgen/remote-media-bundle

Remote media field type implementation

189.5k6](/packages/netgen-remote-media-bundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
