sya / yii2-payment
Module manager payment, upload payment
dev-master
2018-07-09 06:43 UTC
Requires
- php: >=5.4.0
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-03-08 13:51:21 UTC
README
yii2 payment
Installation
Add
"sya/yii2-payment": "dev-master"
to the require section of your composer.json file.
Use
use sya\payment\Payment; $form->field($model, 'payment')->widget(Payment::className(), []); OR Payment::widget();
License
yii2-payment is released under the MIT License. See the bundled LICENSE.md for details.