PHPackages                             thelan/validator-pizza - 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. thelan/validator-pizza

Abandoned → [enricodias/email-validator](/?search=enricodias%2Femail-validator)ArchivedSymfony-bundle[Validation &amp; Sanitization](/categories/validation)

thelan/validator-pizza
======================

Integrates validator.pizza with Symfony.

v1.0.1(8y ago)033AGPL-3.0-or-laterPHPPHP &gt;=5.3.0

Since Sep 8Pushed 8y ago1 watchersCompare

[ Source](https://github.com/thelan/validator-pizza)[ Packagist](https://packagist.org/packages/thelan/validator-pizza)[ Docs](https://www.validator.pizza/)[ RSS](/packages/thelan-validator-pizza/feed)WikiDiscussions master Synced 2w ago

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

Validator Pizza
===============

[](#validator-pizza)

Symfony integration to the disposable email validator

For more info please see:

Usage
-----

[](#usage)

Use this as a simple service:

For instance inside a controller:

```
// Validate an email address :
$email = $this->get('thelan.validator_pizza')->validate('demo@example.com');

// Validate an domain:
$domain = $this->get('thelan.validator_pizza')->validate('example.com');

// check if the MX exist:
$email->isMx();

// Check if listed as disposable:
$email->isDisposable();
```

Installation
------------

[](#installation)

### For Symfony &gt;= 2.1.\*

[](#for-symfony--21)

Require the bundle in your composer.json file:

```
{
    "require": {
        "thelan/validator-pizza": "~1.0",
    }
}

```

Register the bundle:

```
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // [...]
        new thelan\ValidatorPizzaBundle\ValidatorPizzaBundle(),
        // [...]
    );
}
```

Install the bundle:

```
$ composer update thelan/validator-pizza

```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

Every ~160 days

Total

2

Last Release

3056d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/714814?v=4)[Julien Recurt](/maintainers/thelan)[@thelan](https://github.com/thelan)

---

Top Contributors

[![thelan](https://avatars.githubusercontent.com/u/714814?v=4)](https://github.com/thelan "thelan (3 commits)")

---

Tags

email-validationsymfony-bundlesymfony

### Embed Badge

![Health badge](/badges/thelan-validator-pizza/health.svg)

```
[![Health](https://phpackages.com/badges/thelan-validator-pizza/health.svg)](https://phpackages.com/packages/thelan-validator-pizza)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.5M378](/packages/easycorp-easyadmin-bundle)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M196](/packages/sulu-sulu)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.4M524](/packages/shopware-core)[web-auth/webauthn-framework

FIDO2/Webauthn library for PHP and Symfony Bundle.

51390.8k3](/packages/web-auth-webauthn-framework)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1615.6k12](/packages/2lenet-crudit-bundle)[open-dxp/opendxp

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

9317.2k55](/packages/open-dxp-opendxp)

PHPackages © 2026

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