PHPackages                             workouse/popup-sylius - 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. workouse/popup-sylius

AbandonedArchivedSylius-plugin

workouse/popup-sylius
=====================

Popup plugin Bundle for Sylius E-Commerce.

11.2k4PHP

Since Sep 17Pushed 2y ago2 watchersCompare

[ Source](https://github.com/workouse/popup-sylius)[ Packagist](https://packagist.org/packages/workouse/popup-sylius)[ RSS](/packages/workouse-popup-sylius/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

popup-sylius
------------

[](#popup-sylius)

Popup Bundle for Sylius E-Commerce. Allows you to create simple popups.

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

[](#installation)

```
$ composer require workouse/popup-sylius
```

Add plugin dependencies to your `config/bundles.php` file:

```
return [
    ...

    FOS\CKEditorBundle\FOSCKEditorBundle::class => ['all' => true], // WYSIWYG editor
    Workouse\PopupPlugin\WorkousePopupPlugin::class => ['all' => true],
];
```

The first line above (FOSCKEditorBundle) might have been already added during composer require command.

Install WYSIWYG editor ([FOS CKEditor](https://symfony.com/doc/master/bundles/FOSCKEditorBundle/usage/ckeditor.html))

```
$ bin/console ckeditor:install
```

Since FOSCKEditorBundle 2.0, to make Twig render the WYSIWYG editor, you must add some configuration under the `twig.form_themes` config key:

```
# Symfony 2/3: app/config/config.yml
# Symfony 4: config/packages/twig.yaml

twig:
    form_themes:
        - '@FOSCKEditor/Form/ckeditor_widget.html.twig'
```

Import required config in your `config/packages/_sylius.yaml` file:

```
# config/packages/_sylius.yaml

imports:
    ...

    - { resource: "@WorkousePopupPlugin/Resources/config/config.yml" }
```

Import routing in your `config/routes.yaml` file:

```
# config/routes.yaml
...

workouse_popup_plugin:
    resource: "@WorkousePopupPlugin/Resources/config/routing.yml"
```

Finish the installation by updating the database schema and installing assets:

```
$ bin/console doctrine:migrations:diff
$ bin/console doctrine:migrations:migrate
$ bin/console assets:install --symlink
$ bin/console sylius:theme:assets:install --symlink
$ bin/console cache:clear

```

Testing &amp; running the plugin
--------------------------------

[](#testing--running-the-plugin)

```
$ composer install
$ cd tests/Application
$ yarn
$ yarn build
$ bin/console assets:install public -e test
$ bin/console doctrine:database:create -e test
$ bin/console doctrine:schema:create -e test
$ bin/console server:run 127.0.0.1:8080 -d public -e test
$ open http://localhost:8080
$ vendor/bin/behat
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity32

Early-stage or recently created project

 Bus Factor1

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

### Community

Maintainers

![](https://www.gravatar.com/avatar/41a38f57dd7761f20b08fede145a46265cbd296d0f4b155aec8ffb299ae14d69?d=identicon)[delirehberi](/maintainers/delirehberi)

---

Top Contributors

[![bykclk](https://avatars.githubusercontent.com/u/15069983?v=4)](https://github.com/bykclk "bykclk (25 commits)")[![delirehberi](https://avatars.githubusercontent.com/u/803964?v=4)](https://github.com/delirehberi "delirehberi (3 commits)")[![htaoufikallah](https://avatars.githubusercontent.com/u/250642?v=4)](https://github.com/htaoufikallah "htaoufikallah (1 commits)")

### Embed Badge

![Health badge](/badges/workouse-popup-sylius/health.svg)

```
[![Health](https://phpackages.com/badges/workouse-popup-sylius/health.svg)](https://phpackages.com/packages/workouse-popup-sylius)
```

PHPackages © 2026

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