yii-tools / form-model
Awesome FormModel for PHP.
Installs: 17 062
Dependents: 3
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: ^8.1
- ext-mbstring: *
- yii-tools/model: ^1.0@dev
- yiisoft/strings: ^2.1
Requires (Dev)
- infection/infection: ^0.27.0
- maglnet/composer-require-checker: ^4.3
- phpunit/phpunit: ^10.1
- roave/infection-static-analysis-plugin: ^1.31
- vimeo/psalm: ^5.8
This package is auto-updated.
Last update: 2023-07-02 12:04:28 UTC
README
Awesome FormModel for PHP.
Requirements
The minimun version of PHP required by this package is PHP 8.1.
For install this package, you need composer and mbstring
extension for PHP.
Install
composer require yii-tools/form-model
Composer require checker
This package uses composer-require-checker to check if all dependencies are correctly defined in composer.json
.
To run the checker, execute the following command:
./vendor/bin/composer-require-checker
Mutation testing
Mutation testing is checked with Infection. To run it:
./vendor/bin/roave-infection-static-analysis-plugin
Unit testing
Unit testing is checked with PHPUnit. To run it:
./vendor/bin/phpunit
Static analysis
Static analysis is checked with Psalm. To run it:
./vendor/bin/psalm
CI status
License
The MIT License (MIT). Please see License File for more information.