Download the PHP package laxcorp/fqdn-validator-bundle without Composer
On this page you can find all versions of the php package laxcorp/fqdn-validator-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download laxcorp/fqdn-validator-bundle
More information about laxcorp/fqdn-validator-bundle
Files in laxcorp/fqdn-validator-bundle
Download laxcorp/fqdn-validator-bundle
More information about laxcorp/fqdn-validator-bundle
Files in laxcorp/fqdn-validator-bundle
Vendor laxcorp
Package fqdn-validator-bundle
Short Description For Symfony's validator Fully Qualified Domain Name.
License MIT
Homepage https://github.com/LaxCorp/FqdnValidatorBundle
Package fqdn-validator-bundle
Short Description For Symfony's validator Fully Qualified Domain Name.
License MIT
Homepage https://github.com/LaxCorp/FqdnValidatorBundle
Please rate this library. Is it a good library?
Informations about the package fqdn-validator-bundle
Fully Qualified Domain Name validator
For Symfony's Validator component to test if a value is a valid Fully Qualified Domain Name.
Install
composer require laxcorp/fqdn-validator-bundle
Add in app/AppKernel.php
Use in Entity
/**
*
* @ORM\Entity
*
* @FqdnEntity(
* fieldFqdn="domain",
* ignoreNull=true
* )
*/
class ...
All versions of fqdn-validator-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2
The package laxcorp/fqdn-validator-bundle contains the following files
Loading the files please wait ....