PHPackages                             arad021/entity-already-exists-validation-constraint - 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. arad021/entity-already-exists-validation-constraint

ActiveLibrary[Validation &amp; Sanitization](/categories/validation)

arad021/entity-already-exists-validation-constraint
===================================================

Verify that your entity does not exists

1.0.1(2y ago)210MITPHPPHP ^8.1

Since Nov 15Pushed 2y agoCompare

[ Source](https://github.com/arad021/entity-already-exists-validation-constraint)[ Packagist](https://packagist.org/packages/arad021/entity-already-exists-validation-constraint)[ GitHub Sponsors](https://github.com/arad021)[ RSS](/packages/arad021-entity-already-exists-validation-constraint/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (3)Versions (3)Used By (0)

Symfony validator for entity not exist
======================================

[](#symfony-validator-for-entity-not-exist)

A small validator that verifies that an entity actually does not exist.

Install
-------

[](#install)

```
composer require arad021/entity-already-exists-validation-constraint
```

Then register the services with:

```
# config/packages/arad021_entity_already_exists_validator.yaml
services:
  Arad021\Validator\Constraint\EntityNotExistValidator:
    arguments: ['@doctrine.orm.entity_manager']
    tags: [ 'validator.constraint_validator' ]
```

Note
----

[](#note)

The validator will not produce a violation when value is empty. This means that you should most likely use it in combination with `NotBlank`.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~0 days

Total

2

Last Release

908d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/64608ff68f61855ae404f9e510388dd5e03f6c2492c9e2955a0b8e6e7c3724db?d=identicon)[arad021](/maintainers/arad021)

---

Top Contributors

[![arad021](https://avatars.githubusercontent.com/u/89515590?v=4)](https://github.com/arad021 "arad021 (4 commits)")[![Nyholm](https://avatars.githubusercontent.com/u/1275206?v=4)](https://github.com/Nyholm "Nyholm (4 commits)")[![aradoje](https://avatars.githubusercontent.com/u/30075502?v=4)](https://github.com/aradoje "aradoje (2 commits)")[![AxaliaN](https://avatars.githubusercontent.com/u/724353?v=4)](https://github.com/AxaliaN "AxaliaN (1 commits)")[![louisezetterlund](https://avatars.githubusercontent.com/u/51154961?v=4)](https://github.com/louisezetterlund "louisezetterlund (1 commits)")

### Embed Badge

![Health badge](/badges/arad021-entity-already-exists-validation-constraint/health.svg)

```
[![Health](https://phpackages.com/badges/arad021-entity-already-exists-validation-constraint/health.svg)](https://phpackages.com/packages/arad021-entity-already-exists-validation-constraint)
```

###  Alternatives

[happyr/entity-exists-validation-constraint

Verify that your entity exists

31180.4k](/packages/happyr-entity-exists-validation-constraint)[digitalrevolution/symfony-validation-shorthand

Validation shorthand for symfony

12108.5k2](/packages/digitalrevolution-symfony-validation-shorthand)[digitalrevolution/symfony-request-validation

Automatic request validation for symfony

1296.0k](/packages/digitalrevolution-symfony-request-validation)

PHPackages © 2026

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