sya / yii2-payment
Module manager payment, upload payment
Installs: 53
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- php: >=5.4.0
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2024-11-03 07:42:22 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.