qwaszx000 / liqpay_form
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/qwaszx000/liqpay_form
This package is not auto-updated.
Last update: 2025-12-22 06:14:41 UTC
README
Adds widget LiqPayForm
How to add to project:
- open composer.json
- add
"qwaszx000/liqpay_form": "*"in"require": {... - execute
composer update
How to use widget:
- open
./vendor/qwaszx000/liqpay_form/src/LiqPay/config.phpand configurate it with your data - create widget by
<?= LiqPay\LiqPayForm::widget(['amount' => '***', 'description' => '***', 'order_id' => '***']) ?>
Optional param: action (will be got from config file if not selected in LiqPay\LiqPayForm::widget([...]))
Example of usage:
<?= LiqPay\LiqPayForm::widget(['amount' => '123', 'description' => 'description', 'order_id' => '0050']) ?>