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

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

elnur/validator-bundle
======================

Common validators

0.1.0(13y ago)335MITPHPPHP &gt;=5.3.2

Since Aug 9Pushed 13y ago1 watchersCompare

[ Source](https://github.com/elnur/ElnurValidatorBundle)[ Packagist](https://packagist.org/packages/elnur/validator-bundle)[ RSS](/packages/elnur-validator-bundle/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

ElnurValidatorBundle
====================

[](#elnurvalidatorbundle)

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

[](#installation)

1. Add this to the `deps` file:

    ```
    [ElnurValidatorBundle]
        git=http://github.com/elnur/ElnurValidatorBundle.git
        target=/bundles/Elnur/ValidatorBundle

    ```

    And run `bin/vendors install`.
2. Register the `Elnur` namespace in the `app/autoload.php` file:

    ```
    $loader->registerNamespaces(array(
        // ...
        'Elnur'            => __DIR__.'/../vendor/bundles',
    ));

    ```
3. Register the bundle in the `app/AppKernel.php` file:

    ```
    public function registerBundles()
    {
        $bundles = array(
            // ...
            new Elnur\ValidatorBundle\ElnurValidatorBundle(),
        );
    }

    ```

License
-------

[](#license)

This bundle is under the MIT license. See the complete license in the bundle:

```
Resources/meta/LICENSE

```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

5074d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/821060?v=4)[Elnur Abdurrakhimov](/maintainers/elnur)[@elnur](https://github.com/elnur)

---

Top Contributors

[![elnur](https://avatars.githubusercontent.com/u/821060?v=4)](https://github.com/elnur "elnur (8 commits)")

---

Tags

validatorvalidation

### Embed Badge

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

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

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M379](/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.

1175.2k](/packages/rcsofttech-audit-trail-bundle)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

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

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

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

PHPackages © 2026

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