Skip to content

sya0710/yii2-payment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yii2-payment

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.

About

manage payment, CRUD payment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages