lotgd-core / fund-drive-bundle
Show a Fund Drive Goal in your LoTGD server.
Fund package maintenance!
Paypal
Installs: 24
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:lotgd-bundle
Requires
- php: >=7.3
- doctrine/doctrine-bundle: ^2.4
- doctrine/orm: ^2.9
- idmarinas/lotgd-contracts: ^0.2.0
- sonata-project/block-bundle: ^4.5
- symfony/cache: ^4.4|^5.0
- symfony/dependency-injection: ^4.4|^5.0
- symfony/framework-bundle: ^4.4|^5.0
- symfony/http-kernel: ^4.4|^5.0
- symfony/yaml: ^4.4|^5.0
- twig/extra-bundle: ^2.12
- twig/intl-extra: ^3.3
- twig/twig: ^2.12|^3.0
Requires (Dev)
Conflicts
- idmarinas/lotgd: <=5.4
README
Show a Fund Drive Goal in your LoTGD server. Use sonata_block_render_event('lotgd_core.paypal')
for render Goal.
Install
composer require lotgd-core/fund-drive-bundle
Default config
lotgd_fund_drive: # Monthly cost of LoTGD Server. This adds up to the final goal. expenses: 0 # Goal amount of profit profit: 50 # Deduct fees of PayPal from Goal deduct_fees: true # Currency usage for PayPal USD, EUR ... paypal_currency: USD