PHPackages                             laxcorp/fqdn-validator-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Validation &amp; Sanitization](/categories/validation)
4. /
5. laxcorp/fqdn-validator-bundle

ActiveSymfony-bundle[Validation &amp; Sanitization](/categories/validation)

laxcorp/fqdn-validator-bundle
=============================

For Symfony's validator Fully Qualified Domain Name.

v5.0.0(6y ago)0640MITPHPPHP ^7.2

Since Feb 27Pushed 6y ago1 watchersCompare

[ Source](https://github.com/LaxCorp/FqdnValidatorBundle)[ Packagist](https://packagist.org/packages/laxcorp/fqdn-validator-bundle)[ Docs](https://github.com/LaxCorp/FqdnValidatorBundle)[ RSS](/packages/laxcorp-fqdn-validator-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (19)Used By (0)

Fully Qualified Domain Name validator
=====================================

[](#fully-qualified-domain-name-validator)

For Symfony's Validator component to test if a value is a valid Fully Qualified Domain Name.

Install
-------

[](#install)

composer require laxcorp/fqdn-validator-bundle

Add in app/AppKernel.php
------------------------

[](#add-in-appappkernelphp)

```
$bundles = [
    new LaxCorp\FqdnValidatorBundle\FqdnValidatorBundle()
]
```

```
catalog_cname: 'catalog.domain.ru'
catalog_domain_suffix: '.catalog.domain.ru'

```

Use in Entity
-------------

[](#use-in-entity)

```
use LaxCorp\FqdnValidatorBundle\Validator\Constraints\FqdnEntity;

```

```
/**
 *
 * @ORM\Entity
 *
 * @FqdnEntity(
 *     fieldFqdn="domain",
 *     ignoreNull=true
 * )
 */
 class ...
```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity67

Established project with proven stability

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~36 days

Recently: every ~134 days

Total

17

Last Release

2412d ago

Major Versions

v1.0.0 → v2.0.02018-02-27

v2.0.0 → v3.0.02018-03-29

v1.2.0 → v3.1.22018-04-06

v3.1.3 → v4.0.02018-04-10

v4.0.7 → v5.0.02019-10-01

PHP version history (2 changes)v1.0.0PHP ^7.0

v5.0.0PHP ^7.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/6587de75a218c983a4f601e6b90154bc93faceb730d9a05695383f6c15edf30c?d=identicon)[LaxCorp](/maintainers/LaxCorp)

---

Tags

phpsymfony-bundlesymfony-validatorFully Qualified Domain Name validator

### Embed Badge

![Health badge](/badges/laxcorp-fqdn-validator-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/laxcorp-fqdn-validator-bundle/health.svg)](https://phpackages.com/packages/laxcorp-fqdn-validator-bundle)
```

###  Alternatives

[webmozart/assert

Assertions to validate method input/output with nice error messages.

7.6k894.0M1.2k](/packages/webmozart-assert)[bensampo/laravel-enum

Simple, extensible and powerful enumeration implementation for Laravel.

2.0k15.9M104](/packages/bensampo-laravel-enum)[swaggest/json-schema

High definition PHP structures with JSON-schema based validation

48612.5M73](/packages/swaggest-json-schema)[stevebauman/purify

An HTML Purifier / Sanitizer for Laravel

5325.6M19](/packages/stevebauman-purify)[ashallendesign/laravel-config-validator

A package for validating your Laravel app's config.

217905.3k5](/packages/ashallendesign-laravel-config-validator)[crazybooot/base64-validation

Laravel validators for base64 encoded files

1341.9M8](/packages/crazybooot-base64-validation)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
