semyon-san / yii2-model-wrapper-form
Model wrapper form for to make saving ActiveRecord easy, extendable and safe
Installs: 39
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Forks: 0
Type:yii2-extension
pkg:composer/semyon-san/yii2-model-wrapper-form
Requires
- php: >=7.1
- yiisoft/yii2: *
Requires (Dev)
README
This extension provides a package that implements a form model that saves ActiveRecord model that it wraps.
$ composer require semyon-san/yii2-model-wrapper-form
or add
"semyon-san/yii2-model-wrapper-form": "^<latest version>"
to the require section of your composer.json file.
Configuration
To use the model, just extend in your own form models.
Credits
License
The MIT License (MIT). Please see LICENSE for more information.