Download the PHP package yiisoft/form without Composer
On this page you can find all versions of the php package yiisoft/form. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Package form
Short Description The package helps with implementing data entry forms.
License BSD-3-Clause
Homepage https://www.yiiframework.com/
Informations about the package form
Yii Form
The package provides a set of widgets to help with dynamic server-side generation of HTML forms. The following widgets are available out of the box:
- input fields:
Checkbox
,CheckboxList
,Date
,DateTimeLocal
,Email
,File
,Hidden
,Image
,Number
,Password
,RadioList
,Range
,Select
,Telephone
,Text
,Textarea
,Time
,Url
; - buttons:
Button
,ResetButton
,SubmitButton
; - group widgets:
ButtonGroup
,Fieldset
. - other:
ErrorSummary
.
These themes are available out of the box:
- Bootstrap 5 Horizontal,
- Bootstrap 5 Vertical.
Requirements
- PHP 8.1 or higher.
Installation
The package could be installed with composer:
General usage
Configure themes (optional):
... and use Field
helper to create widgets:
The result of executing the code above will be:
Documentation
- Guide
- Internals
If you need help or have a question, the Yii Forum is a good place for that. You may also check out other Yii Community Resources.
Support the project
Follow updates
License
The Yii Form is free software. It is released under the terms of the BSD License.
Please see LICENSE
for more information.
Maintained by Yii Software.
All versions of form with dependencies
yiisoft/friendly-exception Version ^1.0
yiisoft/html Version ^3.8
yiisoft/widget Version ^2.2