yii-extension / simple-forms
Simple Forms for Yii Packages
Installs: 2 688
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 0
Open Issues: 3
Requires
- php: >=8.0
- composer/composer: ^2.1.3
- yii-extension/simple-model: ^1.0
- yii-extension/simple-widget: ^1.0
- yiisoft/html: ^2.0
- yiisoft/http: ^1.0
- yiisoft/validator: ^3.0@dev
Requires (Dev)
This package is auto-updated.
Last update: 2024-10-17 22:32:10 UTC
README
Simple Forms
Installation
composer require yii-extension/simple-forms
Support css framework
Widgets usage
The following documentation describes how to use widgets with PHP:
- Checkbox
- CheckboxList
- Date
- DateTime
- DateTimeLocal
- Error
- ErrorSummary
- File
- Hint
- Label
- Number
- Password
- Radio
- RadioList
- Range
- ResetButton
- Select
- SubmitButton
- Telephone
- Text
- Url
Unit testing
The package is tested with PHPUnit. To run tests:
./vendor/bin/phpunit
Mutation testing
The package tests are checked with Infection mutation framework. To run it:
./vendor/bin/infection
Static analysis
The code is statically analyzed with Psalm. To run static analysis:
./vendor/bin/psalm
License
The yii-extension/simple-forms
is free software. It is released under the terms of the BSD License.
Please see LICENSE
for more information.
Maintained by Yii Extension.