PHPackages                             nfq/sylius-omnisend-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. [API Development](/categories/api)
4. /
5. nfq/sylius-omnisend-plugin

ActiveSylius-plugin[API Development](/categories/api)

nfq/sylius-omnisend-plugin
==========================

Omnisend plugin for Sylius.

3.2.0(3mo ago)512.1k9[2 issues](https://github.com/nfq-technologies/sylius-omnisend-plugin/issues)[2 PRs](https://github.com/nfq-technologies/sylius-omnisend-plugin/pulls)MITPHPPHP ^8.2CI failing

Since Jan 6Pushed 3mo ago5 watchersCompare

[ Source](https://github.com/nfq-technologies/sylius-omnisend-plugin)[ Packagist](https://packagist.org/packages/nfq/sylius-omnisend-plugin)[ RSS](/packages/nfq-sylius-omnisend-plugin/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (10)Dependencies (31)Versions (42)Used By (0)

 [ ![sylius logo](https://camo.githubusercontent.com/4c2086ca56818f456f42660ed45c82f5ab4dc4500111977a4a9b29f0b1deb93a/68747470733a2f2f73796c6975732e636f6d2f77702d636f6e74656e742f75706c6f6164732f323032312f30332f73796c6975732d6c6f676f5f73796c6975732d6c6f676f2d6c696768742d373638783331372e6a7067) ](https://sylius.com)

Omnisend Plugin
===============

[](#omnisend-plugin)

Documentation
-------------

[](#documentation)

This plugin implements Omnisend API and all required tracking scripts.

- [Instalation](docs/instalation.md)
- [Configuration](docs/configuration.md)
- [Fixtures](docs/fixtures.md)
- [Omnisend tracking scripts](docs/async.md)
- [Omnisend API](docs/api/client.md)
- [Batch commands](docs/commands.md)
- [Async implementation](docs/async.md)

Tests
-----

[](#tests)

### Running plugin tests

[](#running-plugin-tests)

- PHPUnit

    ```
    composer test
    ```
- Behat (non-JS scenarios)

    ```
    bin/behat --strict --tags="~@javascript"
    ```
- Behat (JS scenarios)

    1. [Install Symfony CLI command](https://symfony.com/download).
    2. Start Headless Chrome:

    ```
    google-chrome-stable --enable-automation --disable-background-networking --no-default-browser-check --no-first-run --disable-popup-blocking --disable-default-apps --allow-insecure-localhost --disable-translate --disable-extensions --no-sandbox --enable-features=Metal --headless --remote-debugging-port=9222 --window-size=2880,1800 --proxy-server='direct://' --proxy-bypass-list='*' http://127.0.0.1
    ```

    3. Install SSL certificates (only once needed) and run test application's webserver on `127.0.0.1:8080`:

    ```
    wget https://get.symfony.com/cli/installer -O - | bash
    symfony server:ca:install
    APP_ENV=test symfony server:start --port=8080 --dir=tests/Application/public --daemon
    ```

    4. Run Behat:

    ```
    bin/behat --strict --tags="@javascript"
    ```
- Static Analysis

    - Psalm

        ```
        bin/psalm
        ```
    - PHPStan

        ```
        composer phpstan
        ```

### Opening Sylius with your plugin

[](#opening-sylius-with-your-plugin)

- Using `test` environment:

    ```
    (cd tests/Application && APP_ENV=test bin/console sylius:fixtures:load)
    (cd tests/Application && APP_ENV=test bin/console server:run -d public)
    ```
- Using `dev` environment:

    ```
    (cd tests/Application && APP_ENV=dev bin/console sylius:fixtures:load)
    (cd tests/Application && APP_ENV=dev bin/console server:run -d public)
    ```

###  Health Score

54

—

FairBetter than 97% of packages

Maintenance73

Regular maintenance activity

Popularity31

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity78

Established project with proven stability

 Bus Factor1

Top contributor holds 88.4% 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 ~50 days

Recently: every ~40 days

Total

38

Last Release

103d ago

Major Versions

1.2.11 → 2.0.02025-07-16

2.0.0 → 3.0.02025-07-28

PHP version history (5 changes)v1.0.0PHP ^7.3

v1.1.0PHP ^7.4|^8.0

v1.2.0PHP ^7.4 || ^8.0

2.0.0PHP ^8.1

3.0.0PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/97fb228c6d90d5f4f4f4b9e019fc59b697e99c7b1306270c62b766d7bd9e5150?d=identicon)[EgidijusL](/maintainers/EgidijusL)

---

Top Contributors

[![aurimas0219](https://avatars.githubusercontent.com/u/33134325?v=4)](https://github.com/aurimas0219 "aurimas0219 (168 commits)")[![jusurb](https://avatars.githubusercontent.com/u/171747?v=4)](https://github.com/jusurb "jusurb (10 commits)")[![pauliusjanc](https://avatars.githubusercontent.com/u/134375399?v=4)](https://github.com/pauliusjanc "pauliusjanc (6 commits)")[![egils](https://avatars.githubusercontent.com/u/399994?v=4)](https://github.com/egils "egils (2 commits)")[![ignaszdanavicius](https://avatars.githubusercontent.com/u/149070749?v=4)](https://github.com/ignaszdanavicius "ignaszdanavicius (2 commits)")[![tdominauskas](https://avatars.githubusercontent.com/u/146317189?v=4)](https://github.com/tdominauskas "tdominauskas (2 commits)")

---

Tags

syliussylius-plugin

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Psalm

Type Coverage Yes

### Embed Badge

![Health badge](/badges/nfq-sylius-omnisend-plugin/health.svg)

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

###  Alternatives

[sylius/sylius

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

8.5k5.8M712](/packages/sylius-sylius)[sulu/sulu

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

1.3k1.4M196](/packages/sulu-sulu)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.4M519](/packages/shopware-core)[prestashop/prestashop

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

9.1k16.8k](/packages/prestashop-prestashop)[oro/platform

Business Application Platform (BAP)

642140.7k104](/packages/oro-platform)

PHPackages © 2026

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