PHPackages                             dayploy/entity-does-not-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. dayploy/entity-does-not-exists-validation-constraint

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

dayploy/entity-does-not-exists-validation-constraint
====================================================

Verify that your entity does not exists

1.0.0(8mo ago)085MITPHPPHP ^8.1

Since Oct 17Pushed 8mo agoCompare

[ Source](https://github.com/dayploy/entity-does-not-exist-validation-constraint)[ Packagist](https://packagist.org/packages/dayploy/entity-does-not-exists-validation-constraint)[ RSS](/packages/dayploy-entity-does-not-exists-validation-constraint/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (4)Versions (2)Used By (0)

Symfony validator for Entity Does Not Exist
===========================================

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

A validator that verifies that an Entity actually does not exists. This is useful if the client of your api provides the ID to create an entity. You do not want an ID collision.

```
namespace App\Message\Command;

use Dayploy\Validator\Constraint\EntityDoesNotExist;
use Symfony\Component\Validator\Constraints as Assert;

final class CreateUser
{
    #[EntityDoesNotExist(entity: User::class, property: 'id')]
    private Uuid $id;
    // ...
```

Install
-------

[](#install)

```
composer require dayploy/entity-does-not-exists-validation-constraint
```

Then register the services with:

```
# config/packages/dayploy_entity_does_not_exists_validator.yaml
services:
  Dayploy\Validator\Constraint\EntityDoesNotExistValidator:
    arguments: ['@doctrine.orm.entity_manager']
    tags: [ 'validator.constraint_validator' ]
```

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance59

Moderate activity, may be stable

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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

Unknown

Total

1

Last Release

260d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7ea8a2617988a793aef214fa41de59c562bd141343046102e6bf87d6db4cc354?d=identicon)[thomasbeaujean](/maintainers/thomasbeaujean)

---

Top Contributors

[![thomasbeaujean](https://avatars.githubusercontent.com/u/5817919?v=4)](https://github.com/thomasbeaujean "thomasbeaujean (2 commits)")

### Embed Badge

![Health badge](/badges/dayploy-entity-does-not-exists-validation-constraint/health.svg)

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

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1189.8k](/packages/rcsofttech-audit-trail-bundle)[kimai/kimai

Kimai - Time Tracking

4.8k9.0k1](/packages/kimai-kimai)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9421.6k61](/packages/open-dxp-opendxp)

PHPackages © 2026

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