PHPackages                             panix/mod-google-shopping - 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. panix/mod-google-shopping

ActiveYii2-extension

panix/mod-google-shopping
=========================

PIXELION CMS module google shopping

07PHP

Since Sep 30Pushed 5y ago1 watchersCompare

[ Source](https://github.com/andrtechno/mod-google-shopping)[ Packagist](https://packagist.org/packages/panix/mod-google-shopping)[ RSS](/packages/panix-mod-google-shopping/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

mod-google-shopping
===================

[](#mod-google-shopping)

Guys, we definetly need to do something with this repo. I see several ways:

[![Latest Stable Version](https://camo.githubusercontent.com/a83ffd77059eeba2905048ffadb424694012d4ab6a4000ee7cda6e74d7cd4986/68747470733a2f2f706f7365722e707567782e6f72672f70616e69782f6d6f642d676f6f676c652d73686f7070696e672f762f737461626c65)](https://packagist.org/packages/panix/mod-google-shopping)[![Latest Unstable Version](https://camo.githubusercontent.com/c61ddb4123097bcf315a5d7e7544e772e203d8887bd3b8f3051881597823aae7/68747470733a2f2f706f7365722e707567782e6f72672f70616e69782f6d6f642d676f6f676c652d73686f7070696e672f762f756e737461626c65)](https://packagist.org/packages/panix/mod-google-shopping)[![Total Downloads](https://camo.githubusercontent.com/30ec9f148b83e5d753b357cd88fa1ed5d104010b683984dd2642c470158dec10/68747470733a2f2f706f7365722e707567782e6f72672f70616e69782f6d6f642d676f6f676c652d73686f7070696e672f646f776e6c6f616473)](https://packagist.org/packages/panix/mod-google-shopping)[![Monthly Downloads](https://camo.githubusercontent.com/6b8e826e0524e76ae6507ed2679f796b76595889a04191a59075abf67a559ae2/68747470733a2f2f706f7365722e707567782e6f72672f70616e69782f6d6f642d676f6f676c652d73686f7070696e672f642f6d6f6e74686c79)](https://packagist.org/packages/panix/mod-google-shopping)[![Daily Downloads](https://camo.githubusercontent.com/ede2529dfaa9a018a056ff659fcd62cbf11279add8a16a21777da77de55c67bb/68747470733a2f2f706f7365722e707567782e6f72672f70616e69782f6d6f642d676f6f676c652d73686f7070696e672f642f6461696c79)](https://packagist.org/packages/panix/mod-google-shopping)[![License](https://camo.githubusercontent.com/f63a9f10977933759204bce6ab2254be5be730b2a8af3f308f4a289402513c43/68747470733a2f2f706f7365722e707567782e6f72672f70616e69782f6d6f642d676f6f676c652d73686f7070696e672f6c6963656e7365)](https://packagist.org/packages/panix/mod-google-shopping)

#### Either run

[](#either-run)

```
php composer require --prefer-dist panix/mod-google-shopping "*"

```

or add

```
"panix/mod-google-shopping": "*"

```

to the require section of your `composer.json` file.

#### Add to web config.

[](#add-to-web-config)

```
'modules' => [
    'shop' => ['class' => 'panix\mod\google\shopping\Module'],
],

```

#### Migrate

[](#migrate)

```
php yii migrate --migrationPath=vendor/panix/mod-google-shopping/migrations

```

1. Add the component configuration in your `main.php` config file:

```
'components' => [
    'ga' => [
        'class' => 'panix\mod\google\shopping\components\MeasurementProtocol',
        'tracking_id' => 'UA-XXXX-Y', // Put your real tracking ID here

        // These parameters are optional:
        'use_ssl' => true, // If you’d like to use a secure connection to Google servers
        'override_ip' => false, // By default, IP is overridden by the user’s one, but you can disable this
        'anonymize_ip' => true, // If you want to anonymize the sender’s IP address
        'async_mode' => true, // Enables the asynchronous mode (see below)
        'autoset_client_id' => true, // Try to set ClientId automatically from the “_ga” cookie (disabled by default)
    ],
],
```

Thats all!

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity32

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/f081670109ead0bd6a80aa3af5e9ef9fdcacecdaa3d5a9c1281eed523d09e455?d=identicon)[andrtechno](/maintainers/andrtechno)

---

Top Contributors

[![andrtechno](https://avatars.githubusercontent.com/u/6948026?v=4)](https://github.com/andrtechno "andrtechno (13 commits)")

### Embed Badge

![Health badge](/badges/panix-mod-google-shopping/health.svg)

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

PHPackages © 2026

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