Donate demo
This is a donate-module for sites built with the Yii2 PHP framework. It uses tht Mollie payment service provider, which is mainly active in Western European countries.
You'll need a (free) account with Mollie.
The DonateWidget comes in two sizes, and is trivial to place.
Note: if you use this demo, you may end up donating to my site!
PHP view
use sjaakp\donate\DonateWidget; <?php DonateWidget::widget() ?>
Donate!
PHP view
use sjaakp\donate\DonateWidget; <?php DonateWidget::widget([ 'small'=> true ]) ?>