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

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

darksidepro/sylius-facebook-feed-plugin
=======================================

Facebook Product Feed generator for Sylius 2.x

1.0.6(1y ago)17MITPHPPHP ^8.2

Since Jul 5Pushed 1y agoCompare

[ Source](https://github.com/DarkSidePro/sylius-facebook-feed-plugin)[ Packagist](https://packagist.org/packages/darksidepro/sylius-facebook-feed-plugin)[ RSS](/packages/darksidepro-sylius-facebook-feed-plugin/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (1)Dependencies (3)Versions (8)Used By (0)

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

[](#sylius-facebook-feed-plugin)

Plugin do Sylius 2.x generujący feed produktowy w formacie XML zgodnym z wymaganiami Facebook Catalog.

Wymagania
---------

[](#wymagania)

- PHP 8.2+
- Sylius 2.x

Instalacja
----------

[](#instalacja)

1. Zainstaluj plugin przez Composer:

```
composer require darksidepro/sylius-facebook-feed-plugin
```

2. Dodaj plugin do pliku `config/bundles.php`:

```
return [
    // ...
    DarkSidePro\FacebookFeed\FacebookFeedPlugin::class => ['all' => true],
];
```

3. Załaduj routing w pliku `config/routes.yaml`:

```
facebook_feed:
    resource: "@FacebookFeedPlugin/Resources/routes/facebook_feed.yaml"
```

4. (Opcjonalnie) Skonfiguruj serwisy w `config/services.yaml` jeśli chcesz nadpisać domyślne zachowanie.

Użycie
------

[](#użycie)

- Feed produktowy dostępny jest pod adresem:

    `https://twoja-domena/facebook-feed.xml`
- Możesz wygenerować feed do pliku przez CLI:

```
php bin/console app:facebook-feed:generate /ścieżka/do/feed.xml
```

Testy
-----

[](#testy)

Uruchom testy jednostkowe:

```
vendor/bin/phpunit
```

Rozszerzanie
------------

[](#rozszerzanie)

Możesz nadpisać:

- Fabrykę `ProductFeedItemFactory` (np. aby dodać własne pola)
- Eksporter XML (`XmlFacebookFeedExporter`)
- Generator feeda (`ProductFeedGenerator`)

Licencja
--------

[](#licencja)

MIT

###  Health Score

31

—

LowBetter than 65% of packages

Maintenance48

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~7 days

Total

5

Last Release

380d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/181851517?v=4)[Patryk Tchórzewski](/maintainers/kurama195pl)[@kurama195pl](https://github.com/kurama195pl)

---

Top Contributors

[![kurama195pl](https://avatars.githubusercontent.com/u/181851517?v=4)](https://github.com/kurama195pl "kurama195pl (19 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/darksidepro-sylius-facebook-feed-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/darksidepro-sylius-facebook-feed-plugin/health.svg)](https://phpackages.com/packages/darksidepro-sylius-facebook-feed-plugin)
```

###  Alternatives

[sylius/refund-plugin

Plugin provides basic refunds functionality for Sylius application.

721.8M22](/packages/sylius-refund-plugin)[odiseoteam/sylius-vendor-plugin

Vendor plugin for Sylius. Add Vendor (Brand) to your products

6269.0k1](/packages/odiseoteam-sylius-vendor-plugin)[webgriffe/sylius-table-rate-shipping-plugin

Provides table rate shipping calculator.

1494.8k](/packages/webgriffe-sylius-table-rate-shipping-plugin)[monsieurbiz/sylius-menu-plugin

This plugins allows you to manage menus.

1583.1k1](/packages/monsieurbiz-sylius-menu-plugin)

PHPackages © 2026

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