yii-tools / form-awesome
Awesome Forms for PHP.
Installs: 4 900
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 2
Open Issues: 0
Requires
- php: ^8.1
- ext-mbstring: *
- yii-tools/awesome-widget: ^1.0@dev
- yii-tools/form-model: ^1.0@dev
- yii-tools/html: ^1.0@dev
- yiisoft/http: ^1.2
- yiisoft/strings: ^2.1
Requires (Dev)
- infection/infection: ^0.27
- maglnet/composer-require-checker: ^4.3
- phpunit/phpunit: ^10.1
- rector/rector: ^0.17
- roave/infection-static-analysis-plugin: ^1.31
- vimeo/psalm: ^5.8
- yii-tools/support: ^1.0@dev
- yii-tools/yii-validator: ^1.0@dev
- yiisoft/test-support: ^3.0
This package is auto-updated.
Last update: 2023-07-02 12:05:33 UTC
README
FormAwesome 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-awesome
Usage
Check the documentation docs to learn about usage.
Checking dependencies
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:
composer run check-dependencies
Mutation testing
Mutation testing is checked with Infection. To run it:
composer run mutation
Static analysis
The code is statically analyzed with Psalm. To run static analysis:
composer run psalm
Testing
The code is tested with PHPUnit. To run tests:
composer run test
CI status
License
The MIT License (MIT). Please see License File for more information.