Download the PHP package phenaproxima/domain-constraint without Composer
On this page you can find all versions of the php package phenaproxima/domain-constraint. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download phenaproxima/domain-constraint
More information about phenaproxima/domain-constraint
Files in phenaproxima/domain-constraint
Download phenaproxima/domain-constraint
More information about phenaproxima/domain-constraint
Files in phenaproxima/domain-constraint
Vendor phenaproxima
Package domain-constraint
Short Description A constraint for Symfony's Validator which tests if a value is a valid domain name.
License MIT
Package domain-constraint
Short Description A constraint for Symfony's Validator which tests if a value is a valid domain name.
License MIT
Please rate this library. Is it a good library?
Informations about the package domain-constraint
DomainConstraint
A constraint for Symfony's Validator component to test if a value is a valid domain name.
The value is tested against the rules at http://en.wikipedia.org/wiki/Hostname#Restrictions_on_valid_host_names
- At least two period-delimited segments
- Cannot start or end with a period
- Each segment must be between 1 and 63 characters
- The entire thing is no greater than 255 characters
- Valid characters are 'a' to 'z', 'A' to 'Z', '0' to '9', and hyphen (-)
- Labels cannot start or end with a hyphen
- The last segment must be a support top-level domains (and there are a LOT of strange ones)
All versions of domain-constraint with dependencies
PHP Build Version
Package Version
Requires
symfony/validator Version
~2.6
The package phenaproxima/domain-constraint contains the following files
Loading the files please wait ....