mukadi/wallet-bundle

managing a simple electronic wallet platform

2.0.0 2020-07-30 20:07 UTC

This package is auto-updated.

Last update: 2024-04-29 04:39:57 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.