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

dev-master 2018-07-09 06:43 UTC

This package is not auto-updated.

Last update: 2024-05-05 05:20:33 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.