PHPackages                             setono/sylius-google-optimize-plugin - 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. setono/sylius-google-optimize-plugin

ActiveSylius-plugin

setono/sylius-google-optimize-plugin
====================================

Setono example plugin for Sylius.

v0.1.0-beta(3y ago)034[1 issues](https://github.com/Setono/SyliusGoogleOptimizePlugin/issues)[10 PRs](https://github.com/Setono/SyliusGoogleOptimizePlugin/pulls)MITPHPPHP &gt;=7.4

Since May 16Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Setono/SyliusGoogleOptimizePlugin)[ Packagist](https://packagist.org/packages/setono/sylius-google-optimize-plugin)[ RSS](/packages/setono-sylius-google-optimize-plugin/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (37)Versions (12)Used By (0)

Google Optimize Plugin for Sylius
=================================

[](#google-optimize-plugin-for-sylius)

[![Latest Version](https://camo.githubusercontent.com/b61b8bf8f28e84cc736dcff0f9be02e6828cbdce1e4773136289c425def001c2/68747470733a2f2f706f7365722e707567782e6f72672f7365746f6e6f2f73796c6975732d676f6f676c652d6f7074696d697a652d706c7567696e2f762f737461626c65)](https://packagist.org/packages/setono/sylius-google-optimize-plugin)[![Latest Unstable Version](https://camo.githubusercontent.com/a6ee302b634287382665e2edaf2b534f1091facf5e908dbae1ad6cfc2e7164b8/68747470733a2f2f706f7365722e707567782e6f72672f7365746f6e6f2f73796c6975732d676f6f676c652d6f7074696d697a652d706c7567696e2f762f756e737461626c65)](https://packagist.org/packages/setono/sylius-google-optimize-plugin)[![Software License](https://camo.githubusercontent.com/e1243217231772d8ebed04bb232a63727c4bbdfb5eb78dadb3bbe041ca5e8031/68747470733a2f2f706f7365722e707567782e6f72672f7365746f6e6f2f73796c6975732d676f6f676c652d6f7074696d697a652d706c7567696e2f6c6963656e7365)](LICENSE)[![Build Status](https://github.com/Setono/SyliusGoogleOptimizePlugin/workflows/build/badge.svg)](https://github.com/Setono/SyliusGoogleOptimizePlugin/actions)[![Code Coverage](https://camo.githubusercontent.com/c3ba7b8f38da117af019c82d6ae2d6f2d0ff0c0e29c8a002cabc70f4acae8249/68747470733a2f2f636f6465636f762e696f2f67682f5365746f6e6f2f53796c697573476f6f676c654f7074696d697a65506c7567696e2f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/Setono/SyliusGoogleOptimizePlugin)

Integrate [Google Optimize](https://optimize.google.com) with your Sylius store the *right* way!

Installing the plugin
---------------------

[](#installing-the-plugin)

```
composer require setono/sylius-google-optimize-plugin
```

Enabling the plugin
-------------------

[](#enabling-the-plugin)

If you have Flex enabled the `composer require` will automatically add the bundles and the plugin to `bundles.php`. If not you should manually add them:

```
    // ...

    Setono\SyliusGoogleOptimizePlugin\SetonoSyliusGoogleOptimizePlugin::class => ['all' => true],
    Sylius\Bundle\GridBundle\SyliusGridBundle::class => ['all' => true],

    // ...
```

**NOTICE:** It's important that you add the plugin *before* the `SyliusGridBundle`.

Add configuration file
----------------------

[](#add-configuration-file)

Create the file `config/packages/setono_sylius_google_optimize.yaml` and add the following:

```
# config/packages/setono_sylius_google_optimize.yaml
imports:
    - { resource: "@SetonoSyliusGoogleOptimizePlugin/Resources/config/app/config.yaml" }
```

Include routes configuration
----------------------------

[](#include-routes-configuration)

Create the file `config/routes/setono_sylius_google_optimize.yaml` and add the following:

```
# config/routes/setono_sylius_google_optimize.yaml
setono_sylius_google_optimize:
    resource: "@SetonoSyliusGoogleOptimizePlugin/Resources/config/routes.yaml"
```

The plugin also provides a routes file for non localized stores. All you do is to use `@SetonoSyliusGoogleOptimizePlugin/Resources/config/routes_no_locale.yaml` instead of `@SetonoSyliusGoogleOptimizePlugin/Resources/config/routes.yaml`

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

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

Unknown

Total

1

Last Release

1433d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2412177?v=4)[Joachim Løvgaard](/maintainers/loevgaard)[@loevgaard](https://github.com/loevgaard)

---

Top Contributors

[![loevgaard](https://avatars.githubusercontent.com/u/2412177?v=4)](https://github.com/loevgaard "loevgaard (58 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (8 commits)")

---

Tags

syliussylius-plugin

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/setono-sylius-google-optimize-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/setono-sylius-google-optimize-plugin/health.svg)](https://phpackages.com/packages/setono-sylius-google-optimize-plugin)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M648](/packages/sylius-sylius)[contao/core-bundle

Contao Open Source CMS

1231.6M2.3k](/packages/contao-core-bundle)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[netgen/layouts-core

Netgen Layouts enables you to build and manage complex web pages in a simpler way and with less coding. This is the core of Netgen Layouts, its heart and soul.

3689.4k10](/packages/netgen-layouts-core)

PHPackages © 2026

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