mukadi/wallet-bundle

managing a simple electronic wallet platform

Maintainers

Package info

github.com/mbo2olivier/mukadi-wallet-bundle

Type:symfony-bundle

pkg:composer/mukadi/wallet-bundle

Statistics

Installs: 103

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

2.0.0 2020-07-30 20:07 UTC

This package is auto-updated.

Last update: 2026-03-01 00:30:20 UTC


README

This is a symfony wrapper for the mbo2olivier/core-wallet-manager library, the bundle provide a storage layer implementation for Doctrine ORM support.

Installation

Before install the bundle, edit your composer.json file and specify the following options:

"extra": {
    ...
    "symfony": {
        ...
        "allow-contrib": "true" # allow symfony flex to install recipe (if your are using symfony flex)
    }
    ...
},

Run php composer.phar require mukadi/wallet-bundle and let Symfony Flex configure the bundle.