composer require yii-extension/simple-model
You can create two types of classes, they are Model::class
and FormModel::class
through inheritance.
Model::class is the base class for all models.
FormModel::class is the base class for all form models, defined methods are:
The package is tested with PHPUnit. To run tests:
./vendor/bin/phpunit
The package tests are checked with Infection mutation framework. To run it:
./vendor/bin/roave-infection-static-analysis-plugin -j2 --ignore-msi-with-no-mutations --only-covered
The code is statically analyzed with Psalm. To run static analysis:
./vendor/bin/psalm
The yii-extension/simple-model
is free software. It is released under the terms of the BSD License.
Please see LICENSE
for more information.
Maintained by Yii Extension.