PHPackages                             thelia/google-shopping-xml-module - 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. thelia/google-shopping-xml-module

ActiveThelia-module

thelia/google-shopping-xml-module
=================================

3.0.8(5mo ago)11.1k9[2 issues](https://github.com/thelia-modules/GoogleShoppingXml/issues)[1 PRs](https://github.com/thelia-modules/GoogleShoppingXml/pulls)LGPL-3.0+PHPCI passing

Since Oct 24Pushed 4mo ago4 watchersCompare

[ Source](https://github.com/thelia-modules/GoogleShoppingXml)[ Packagist](https://packagist.org/packages/thelia/google-shopping-xml-module)[ RSS](/packages/thelia-google-shopping-xml-module/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (1)Versions (30)Used By (0)

Google Shopping Xml
===================

[](#google-shopping-xml)

This module allows you to export your catalog to Google Shopping through XML feeds.

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

[](#installation)

### Manually

[](#manually)

- Copy the module into `/local/modules/` directory and be sure that the name of the module is GoogleShoppingXml.
- Activate it in your thelia administration panel

### Composer

[](#composer)

Add it in your main thelia composer.json file

```
composer require thelia/google-shopping-xml-module ~1.2.0

```

Usage
-----

[](#usage)

See the module configuration in the back-office for explanations about how to use it.

Events
------

[](#events)

NEW ! (&gt;1.2.0)

You can now add your own fields by events like this :

```
class GoogleShoppingXmlListener extends BaseAction implements EventSubscriberInterface
{
    public static function getSubscribedEvents()
    {
        return array(
            AdditionalFieldEvent::ADD_FIELD_EVENT => ['addMyField', 64]
        );
    }

    public function addMyField(AdditionalFieldEvent $event)
    {
        $pseId = $event->getProductSaleElementsId();

        $event->addField('custom_label_0', "MY VALUE");
    }

}

```

###  Health Score

46

—

FairBetter than 93% of packages

Maintenance57

Moderate activity, may be stable

Popularity22

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity74

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~118 days

Recently: every ~76 days

Total

26

Last Release

159d ago

Major Versions

1.2.3 → 2.0.02022-11-03

1.2.4 → 2.0.12023-02-27

2.0.2 → 3.0.02023-03-23

1.3.4 → 3.0.12024-09-25

### Community

Maintainers

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

---

Top Contributors

[![lopes-vincent](https://avatars.githubusercontent.com/u/6057206?v=4)](https://github.com/lopes-vincent "lopes-vincent (14 commits)")[![zawaze](https://avatars.githubusercontent.com/u/37273643?v=4)](https://github.com/zawaze "zawaze (6 commits)")[![julescournut](https://avatars.githubusercontent.com/u/26310511?v=4)](https://github.com/julescournut "julescournut (6 commits)")[![NicolasBarbey](https://avatars.githubusercontent.com/u/26166378?v=4)](https://github.com/NicolasBarbey "NicolasBarbey (5 commits)")[![niotna](https://avatars.githubusercontent.com/u/50440323?v=4)](https://github.com/niotna "niotna (1 commits)")[![ThomasDaSilva](https://avatars.githubusercontent.com/u/97163246?v=4)](https://github.com/ThomasDaSilva "ThomasDaSilva (1 commits)")[![ArthurLashermes](https://avatars.githubusercontent.com/u/76913541?v=4)](https://github.com/ArthurLashermes "ArthurLashermes (1 commits)")

---

Tags

fluxgoogle-shopping

### Embed Badge

![Health badge](/badges/thelia-google-shopping-xml-module/health.svg)

```
[![Health](https://phpackages.com/badges/thelia-google-shopping-xml-module/health.svg)](https://phpackages.com/packages/thelia-google-shopping-xml-module)
```

PHPackages © 2026

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