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

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

wiedzminn/validator
===================

Integration of Symfony/Validator into Nette Framework

v0.6.1(7y ago)03BSD-3-ClausePHPPHP ^7.1

Since Jul 27Pushed 6y agoCompare

[ Source](https://github.com/wiedzminn/Validator)[ Packagist](https://packagist.org/packages/wiedzminn/validator)[ Docs](http://kdyby.org)[ RSS](/packages/wiedzminn-validator/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (29)Versions (12)Used By (0)

Kdyby/Validator
===============

[](#kdybyvalidator)

[![Build Status](https://camo.githubusercontent.com/e2015fed3ff7376eeb1d7c51a09ebdf1cf58bc74aafb7fa2fa06881a7c838200/68747470733a2f2f7472617669732d63692e6f72672f4b647962792f56616c696461746f722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Kdyby/Validator)[![Downloads this Month](https://camo.githubusercontent.com/00eecb326f6e91b768102ca7d2986cb9307b9637f07f790750e50acd111d94c2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f6b647962792f76616c696461746f722e737667)](https://packagist.org/packages/kdyby/validator)[![Latest stable](https://camo.githubusercontent.com/00884e975f34fc8ed8b4afb91310715c77ff0ab6e607556358be8c516d706282/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6b647962792f76616c696461746f722e737667)](https://packagist.org/packages/kdyby/validator)[![Coverage Status](https://camo.githubusercontent.com/19df3bb269b1b089d3bc50d41f2dabdfa6a44709f01b8d201ffb9c61e6c54511/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f4b647962792f56616c696461746f722f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/Kdyby/Validator?branch=master)[![Join the chat at https://gitter.im/Kdyby/Help](https://camo.githubusercontent.com/abe08b740a4156153736f791393ec4da6619c4be73212e75769f52edacc0e2b5/68747470733a2f2f6261646765732e6769747465722e696d2f4a6f696e253230436861742e737667)](https://gitter.im/Kdyby/Help)

Requirements
------------

[](#requirements)

Kdyby/Validator requires PHP 5.4.0 or higher.

- [Nette Framework](https://github.com/nette/nette)
- [Symfony/Validator](https://github.com/symfony/validator)
- [Kdyby/Translation](https://github.com/Kdyby/Translation)

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

[](#installation)

The best way to install Kdyby/Validator is using [Composer](http://getcomposer.org/). It is recommended to install [Kdyby/Annotations](https://github.com/Kdyby/Annotations) as well.

```
$ composer require kdyby/validator kdyby/annotations
```

Documentation
-------------

[](#documentation)

Learn more in the [documentation](https://github.com/Kdyby/Validator/blob/master/docs/en/index.md).

---

Homepage  and repository [http://github.com/kdyby/Validator](http://github.com/kdyby/validator).

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 58.5% 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 ~228 days

Recently: every ~242 days

Total

8

Last Release

2710d ago

PHP version history (2 changes)v0.1PHP &gt;=5.3.2

v0.6.0PHP ^7.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/afc86d69f520679b1da916ead50e933a8ccc1a74e75970e1e2698310c81f5602?d=identicon)[wiedzminn](/maintainers/wiedzminn)

---

Top Contributors

[![fprochazka](https://avatars.githubusercontent.com/u/158625?v=4)](https://github.com/fprochazka "fprochazka (76 commits)")[![enumag](https://avatars.githubusercontent.com/u/539462?v=4)](https://github.com/enumag "enumag (40 commits)")[![DepkaCZ](https://avatars.githubusercontent.com/u/4254146?v=4)](https://github.com/DepkaCZ "DepkaCZ (8 commits)")[![wiedzminn](https://avatars.githubusercontent.com/u/51000196?v=4)](https://github.com/wiedzminn "wiedzminn (2 commits)")[![matej21](https://avatars.githubusercontent.com/u/1276059?v=4)](https://github.com/matej21 "matej21 (2 commits)")[![janatjak](https://avatars.githubusercontent.com/u/11320085?v=4)](https://github.com/janatjak "janatjak (1 commits)")[![mishak87](https://avatars.githubusercontent.com/u/276500?v=4)](https://github.com/mishak87 "mishak87 (1 commits)")

---

Tags

validationnettekdyby

### Embed Badge

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

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

###  Alternatives

[nette/schema

📐 Nette Schema: validating data structures against a given Schema.

1.0k336.4M125](/packages/nette-schema)[nette/forms

📝 Nette Forms: generating, validating and processing secure forms in PHP. Handy API, fully customizable, server &amp; client side validation and mature design.

54013.2M450](/packages/nette-forms)[kdyby/validator

Integration of Symfony/Validator into Nette Framework

10128.1k4](/packages/kdyby-validator)[kdyby/doctrine

Doctrine integration into Nette Framework

1091.0M86](/packages/kdyby-doctrine)[karser/karser-recaptcha3-bundle

Google ReCAPTCHA v3 for Symfony

1862.4M7](/packages/karser-karser-recaptcha3-bundle)[barbieswimcrew/zip-code-validator

Constraint class for international zipcode validation

772.3M](/packages/barbieswimcrew-zip-code-validator)

PHPackages © 2026

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