PHPackages                             bitbag/sylius-feed-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. bitbag/sylius-feed-plugin

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

bitbag/sylius-feed-plugin
=========================

Plugin to generate feeds within the Sylius ecommerce platform, developed by Setono - forked by BitBag

v0.2(1y ago)03071[1 PRs](https://github.com/BitBagCommerce/SyliusFeedPlugin/pulls)MITPHPPHP &gt;=8.1

Since Mar 21Pushed 9mo agoCompare

[ Source](https://github.com/BitBagCommerce/SyliusFeedPlugin)[ Packagist](https://packagist.org/packages/bitbag/sylius-feed-plugin)[ GitHub Sponsors](https://github.com/Setono)[ RSS](/packages/bitbag-sylius-feed-plugin/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (50)Versions (8)Used By (0)

Sylius Feed Plugin
==================

[](#sylius-feed-plugin)

[![Latest Version](https://camo.githubusercontent.com/9aa1a8c769738e2e99680e09dd9f358f89f1aa9638c108dddec41cf02dc02746/68747470733a2f2f706f7365722e707567782e6f72672f7365746f6e6f2f73796c6975732d666565642d706c7567696e2f762f737461626c65)](https://packagist.org/packages/setono/sylius-feed-plugin)[![Latest Unstable Version](https://camo.githubusercontent.com/e1ff0ca87ffdcdb766af30d070dc916888b4b1ba7b45de296010a351fb1cfc4e/68747470733a2f2f706f7365722e707567782e6f72672f7365746f6e6f2f73796c6975732d666565642d706c7567696e2f762f756e737461626c65)](https://packagist.org/packages/setono/sylius-feed-plugin)[![Software License](https://camo.githubusercontent.com/e17e9b044f19fd3ae9f25242b7ba723df90061b28ebf335ccdedcd0dc0f7498e/68747470733a2f2f706f7365722e707567782e6f72672f7365746f6e6f2f73796c6975732d666565642d706c7567696e2f6c6963656e7365)](LICENSE)[![Build Status](https://github.com/Setono/SyliusFeedPlugin/workflows/build/badge.svg)](https://github.com/Setono/SyliusFeedPlugin/actions)

A plugin for creating all kinds of feeds to any given service. Do you want to create product feeds for your Google Merchant center? Then this is the right plugin for you.

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:

```
$ composer require setono/sylius-feed-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 the following to the list of registered plugins/bundles in the `config/bundles.php` file of your project:

```
