PHPackages                             setono/sylius-criteo-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. setono/sylius-criteo-plugin

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

setono/sylius-criteo-plugin
===========================

Sylius plugin integrating Criteo tracking scripts

v1.5.0(1y ago)016.6k[2 issues](https://github.com/Setono/SyliusCriteoPlugin/issues)MITPHPPHP &gt;=8.1CI failing

Since Apr 23Pushed 1y ago2 watchersCompare

[ Source](https://github.com/Setono/SyliusCriteoPlugin)[ Packagist](https://packagist.org/packages/setono/sylius-criteo-plugin)[ RSS](/packages/setono-sylius-criteo-plugin/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (10)Dependencies (44)Versions (20)Used By (0)

Sylius Criteo Plugin
====================

[](#sylius-criteo-plugin)

[![Latest Version on Packagist](https://camo.githubusercontent.com/554a0884f0cad74f650a948a0884cf2f004a0cf2ae112dd4bbc38b312d266efe/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7365746f6e6f2f73796c6975732d63726974656f2d706c7567696e2e737667)](https://packagist.org/packages/setono/sylius-criteo-plugin)[![Software License](https://camo.githubusercontent.com/074b89bca64d3edc93a1db6c7e3b1636b874540ba91d66367c0e5e354c56d0ea/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e737667)](LICENSE)[![Build Status](https://github.com/Setono/SyliusCriteoPlugin/workflows/build/badge.svg)](https://github.com/Setono/SyliusCriteoPlugin/actions)

Sylius plugin that integrates Criteo tracking scripts

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

[](#installation)

### Step 1: Download the plugin

[](#step-1-download-the-plugin)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this plugin:

```
# Omit setono/sylius-tag-bag-plugin if you want to
# override layout.html.twig as described at https://github.com/Setono/TagBagBundle#usage
$ composer require setono/sylius-criteo-plugin setono/sylius-tag-bag-plugin
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md) of the Composer documentation.

### Step 2: Enable the plugin

[](#step-2-enable-the-plugin)

Then, enable the plugin by adding it to the list of registered plugins/bundles in the `config/bundles.php` file of your project:

```
