Download the PHP package evotodi/ip-field-type-bundle without Composer
On this page you can find all versions of the php package evotodi/ip-field-type-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package ip-field-type-bundle
Ip Field Type Symfony Bundle
Provide an ip field for symfony forms.
Requirements
- Symfony >= 5.4
- PHP >= 7.4
Installation
Composer
Usage
Create your form:
Examples:
Options:
Type | Option | Values (defaults are bold) | Description |
---|---|---|---|
string | version | ipv4, ipv6, mac | Sets the layout and type of input |
bool | disabled | true, false | Disables the input |
bool | readonly | true, false | Makes the input readonly |
bool | required | true, false | Makes the input required |
bool | clear | true, false | Display a clear input link |
View:
Value validity:
The submitted values are not validated. You need to validate them.
Javascript tries to ensure that the values typed are valid but this is not guaranteed.
Licence
This bundle is under the MIT Licence.
All versions of ip-field-type-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
symfony/framework-bundle Version ^5.4|^6.0
symfony/form Version ^5.4|^6.0
ext-json Version *
symfony/framework-bundle Version ^5.4|^6.0
symfony/form Version ^5.4|^6.0
ext-json Version *
The package evotodi/ip-field-type-bundle contains the following files
Loading the files please wait ....