PHPackages                             workouse/sylius-digital-wallet-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. workouse/sylius-digital-wallet-plugin

AbandonedArchivedSylius-plugin

workouse/sylius-digital-wallet-plugin
=====================================

Digital Wallet Bundle for Sylius E-Commerce

9175PHP

Since Dec 22Pushed 6y ago1 watchersCompare

[ Source](https://github.com/workouse/SyliusDigitalWalletPlugin)[ Packagist](https://packagist.org/packages/workouse/sylius-digital-wallet-plugin)[ RSS](/packages/workouse-sylius-digital-wallet-plugin/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/bb5341178f59fdc4e88962f6c7098ad856e816ee69d491b4eeeb4c68b9007bc1/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f776f726b6f7573652f73796c6975732d6469676974616c2d77616c6c65742d706c7567696e2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/workouse/sylius-digital-wallet-plugin/?branch=master)[![Build Status](https://camo.githubusercontent.com/9e53d8828fa3825a6e1534663e8970067261c9eeae946eee614c1d9574e950e6/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f776f726b6f7573652f73796c6975732d6469676974616c2d77616c6c65742d706c7567696e2f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/workouse/sylius-digital-wallet-plugin/build-status/master)

Workouse Digital Wallet Plugin
------------------------------

[](#workouse-digital-wallet-plugin)

Digital wallet plugin for for Sylius E-Commerce. Adds a credit system feature to customers.

Screenshots: [![](https://github.com/workouse/SyliusDigitalWalletPlugin/raw/master/screenshot_1.png)](https://github.com/workouse/SyliusDigitalWalletPlugin/blob/master/screenshot_1.png)[![](https://github.com/workouse/SyliusDigitalWalletPlugin/raw/master/screenshot_2.png)](https://github.com/workouse/SyliusDigitalWalletPlugin/blob/master/screenshot_2.png)[![](https://github.com/workouse/SyliusDigitalWalletPlugin/raw/master/screenshot_3.png)](https://github.com/workouse/SyliusDigitalWalletPlugin/blob/master/screenshot_3.png)[![](https://github.com/workouse/SyliusDigitalWalletPlugin/raw/master/screenshot_4.png)](https://github.com/workouse/SyliusDigitalWalletPlugin/blob/master/screenshot_4.png)

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

[](#installation)

```
$ composer require workouse/sylius-digital-wallet-plugin
```

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

```
return [
    ...

    Workouse\SyliusDigitalWalletPlugin\WorkouseSyliusDigitalWalletPlugin::class => ['all' => true],
];
```

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

```
# config/packages/_sylius.yaml

imports:
    ...

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

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

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

workouse_digital_wallet_plugin:
    resource: "@WorkouseSyliusDigitalWalletPlugin/Resources/config/routing.yml"
```

Configuration in your `config/routes.yaml` file:

```
#config/packages/workouse_digital_wallet.yml
workouse_digital_wallet:
    referrer:
        action: 'reference'
        amount: 500 #must be calculated as amount * 100 for fits sylius money format.
        currency_code: 'USD'
    invitee:
        action: 'reference'
        amount: 100
        currency_code: 'USD'
```

if want to associate with [referral-marketing-sylius](https://github.com/workouse/referral-marketing-sylius), you need to apply the setting below

```
#config/packages/workouse_referral_marketing.ym
workouse_referral_marketing:
    service: 'workouse_digital_wallet.promotion'

    ...
```

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

```
$ bin/console doctrine:migrations:diff
$ bin/console doctrine:migrations:migrate
$ 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 23% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 Bus Factor1

Top contributor holds 92.9% 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 (39 commits)")[![delirehberi](https://avatars.githubusercontent.com/u/803964?v=4)](https://github.com/delirehberi "delirehberi (3 commits)")

---

Tags

syliussylius-pluginwallet

### Embed Badge

![Health badge](/badges/workouse-sylius-digital-wallet-plugin/health.svg)

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

PHPackages © 2026

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