mukadi / wallet-bundle
managing a simple electronic wallet platform
Installs: 102
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^7.1.3
- doctrine/doctrine-bundle: ^1.0||^2.0
- doctrine/orm: ^2.2
- mukadi/core-wallet-manager: ^1.0
- symfony/framework-bundle: ^5.0
Suggests
- doctrine/doctrine-migrations-bundle: For a best management of your database schema
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.