PHPackages                             webanyone/mautic-ecommerce-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. webanyone/mautic-ecommerce-bundle

ActiveMautic-plugin[Utility &amp; Helpers](/categories/utility)

webanyone/mautic-ecommerce-bundle
=================================

MauticEcommerceBundle

v0.0.2(3y ago)11312[1 issues](https://github.com/WebAnyOne/MauticEcommerceBundle/issues)PHPPHP &gt;=7.4.0 &lt;8.1

Since Jul 13Pushed 2y ago3 watchersCompare

[ Source](https://github.com/WebAnyOne/MauticEcommerceBundle)[ Packagist](https://packagist.org/packages/webanyone/mautic-ecommerce-bundle)[ RSS](/packages/webanyone-mautic-ecommerce-bundle/feed)WikiDiscussions main Synced today

READMEChangelog (2)Dependencies (10)Versions (4)Used By (0)

Mautic EcommerceBundle
======================

[](#mautic-ecommercebundle)

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

[](#installation)

- require it via composer

```
composer require 'webanyone/mautic-ecommerce-bundle:*'

```

Configuration
-------------

[](#configuration)

Open the plugin page, and you must saw 2 plugins, prestashop &amp; woocommerce

### Prestashop

[](#prestashop)

Enabled

- url (must end with /api)
- token (readonly for now) Feature
- check everything Field mapping
- choose each field (not sure if we need this)

TODO: How to create a token in prestashop ?

### WooCommerce

[](#woocommerce)

Enabled

- url (must end with /wp-json/wc/v3)
- consumer key
- consumer secret Feature
- check everything Field mapping
- choose each field (not sure if we need this)

TODO: How to create a token in woocommerce ?

Sync
----

[](#sync)

Customer &amp; Product of ecommerce solution are sync using sync engine of Mautic, to retrieve theme add the following cron to your server

```
bin/console mautic:integrations:sync -f -vvv -- WooCommerce
# or
bin/console mautic:integrations:sync -f -vvv -- Prestashop

```

Transaction are sync using a different command which must run after

```
bin/console ecommerce:transaction:import WooCommerce
# or
bin/console ecommerce:transaction:import Prestashop

```

Segments
--------

[](#segments)

TODO: list &amp; explain each of the filter choice provided

Emails
------

[](#emails)

You have access to information about the last transaction made by a lead inside the mails:

```
{last_transaction}

    {transaction:date}
    {transaction:price}
    {transaction:nb_products}

        {transaction_products}

                {product:name}
                {product:unit_price}
                {product:quantity}

        {/transaction_products}

{/last_transaction}

```

### The following tags can be used in the {last\_transaction} block:

[](#the-following-tags-can-be-used-in-the-last_transaction-block)

- `{transaction:date}`
    Returns: the date the transaction was made.
    Optional param: format {transaction:date format="d-m-Y H:i"}
- `{transaction:price}`
    Returns: the total price, including taxes
- `{transaction:nb_products}`
    Returns: how many different product is present inside the transaction

### The following tags can be used in the {transaction\_products} block:

[](#the-following-tags-can-be-used-in-the-transaction_products-block)

#### Merge tags

[](#merge-tags)

- `{product:name}`
    Returns: the name of the product
- `{product:unit_price}`
    Returns: the total price, including taxes
- `{product:quantity}`
    Returns: how many item of this product is present inside the transaction

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 97.9% 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 ~218 days

Total

2

Last Release

1232d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/623877?v=4)[Elao](/maintainers/Elao)[@Elao](https://github.com/Elao)

![](https://www.gravatar.com/avatar/3170f3a28ef1dee3281fbfc56ee9cb0aab224b93a3b6673cebb717fbe7ba5fea?d=identicon)[PierreAmmeloot](/maintainers/PierreAmmeloot)

---

Top Contributors

[![benji07](https://avatars.githubusercontent.com/u/166890?v=4)](https://github.com/benji07 "benji07 (46 commits)")[![ogizanagi](https://avatars.githubusercontent.com/u/2211145?v=4)](https://github.com/ogizanagi "ogizanagi (1 commits)")

---

Tags

pluginMauticecommerceintegration

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/webanyone-mautic-ecommerce-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/webanyone-mautic-ecommerce-bundle/health.svg)](https://phpackages.com/packages/webanyone-mautic-ecommerce-bundle)
```

###  Alternatives

[mautic/grapes-js-builder-bundle

GrapesJS Builder with MJML support for Mautic

5691.8k12](/packages/mautic-grapes-js-builder-bundle)[etailors/mautic-amazon-ses

Amazon SES Mailer Plugin for Mautic

574.2k](/packages/etailors-mautic-amazon-ses)

PHPackages © 2026

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