PHPackages                             pixelavengers/extra-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. pixelavengers/extra-validator-bundle

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

pixelavengers/extra-validator-bundle
====================================

This bundle provides some useful extra validators

1551PHP

Since Mar 22Pushed 14y ago2 watchersCompare

[ Source](https://github.com/ricardclau/PixelavengersExtraValidatorBundle)[ Packagist](https://packagist.org/packages/pixelavengers/extra-validator-bundle)[ RSS](/packages/pixelavengers-extra-validator-bundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

PixelavengersExtraValidatorBundle
=================================

[](#pixelavengersextravalidatorbundle)

Welcome to Pixelavengers Extra Validator Bundle. This bundle provides some useful validators for common website cases.

Current validators:

WorldWide
---------

[](#worldwide)

- **CreditCard**, both generic and specific validators for: **Visa**, **Mastercard**, **American Express**, **Discover**, **JCB**, **Diners**
- **CVV**

Spain
-----

[](#spain)

- **ESSeguridadSocial** identifiers for public health system
- **ESPhoneNumber**, both mobile and fixed

France
------

[](#france)

- **FRSocialSecurity** identifiers for public health system (thx to [npotier](https://github.com/npotier))

[![Build Status](https://camo.githubusercontent.com/acfc110d1a8a452516956ad602d4bff950fdf380397ab40568646b14ab01804e/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f726963617264636c61752f506978656c6176656e67657273457874726156616c696461746f7242756e646c652e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/ricardclau/PixelavengersExtraValidatorBundle)

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

[](#installation)

### Download via git submodule

[](#download-via-git-submodule)

```
git submodule add git://github.com/ricardclau/PixelavengersExtraValidatorBundle.git vendor/bundles/Pixelavengers/Bundle/ExtraValidatorBundle

```

### Download by editing deps file

[](#download-by-editing-deps-file)

```
[PixelavengersExtraValidatorBundle]
    git=http://github.com/ricardclau/PixelavengersExtraValidatorBundle.git
    target=/bundles/Pixelavengers/Bundle/ExtraValidatorBundle
    version=origin/master

```

### Modify autoload.php and instantiate bundle in AppKernel.php

[](#modify-autoloadphp-and-instantiate-bundle-in-appkernelphp)

```
// app/autoload.php
$loader->registerNamespaces(array(
    // ...
    'Pixelavengers'                       => __DIR__.'/../vendor/bundles',
));

public function registerBundles()
{
    $bundles = array(
        // ...
        new Pixelavengers\Bundle\ExtraValidatorBundle\PixelavengersExtraValidatorBundle(),
    );
}

```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/390e7f3ab386154b00ac3631f7b22eca811bfce09011031d031b32c0a67f4424?d=identicon)[ricardclau](/maintainers/ricardclau)

### Embed Badge

![Health badge](/badges/pixelavengers-extra-validator-bundle/health.svg)

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

###  Alternatives

[marcosh/php-validation-dsl

A DSL for validating data in a functional fashion

483.9k](/packages/marcosh-php-validation-dsl)

PHPackages © 2026

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