A
A
Alexander Shapoval2015-12-14 03:13:52
PHP
Alexander Shapoval, 2015-12-14 03:13:52

What is a good form validator for php?

Google, of course, to help, but I want to know which form validators for php are really viable and can be used in real projects?
If it's easy, briefly indicate the pros, cons and a link to the source. If there is a Git repository, I think I can find it myself.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
M
Mikhail Osher, 2015-12-14
@miraage

Stop writing bicycles. Before, the thought often came to me, they say, "what's the point of dragging a framework, the application is the simplest." Then there are sessions, connections in the database, the need for migration .. And you think "to hell with all this, I'll take the framework."
Laravel/Symfony are your friends.)

V
Vladimir Chernyshev, 2015-12-14
@VolCh

Symfony Validator https://github.com/symfony/validator
So far I haven't been able to find conditions that it couldn't check :) But keep in mind that this is not so much a form validator as an object validator.

M
MetaDone, 2015-12-14
@MetaDone

https://github.com/auraphp/Aura.Filter

Y
yaroslavgrishajev, 2015-12-24
@yaroslavgrishajev

Used this one on many projects https://github.com/vlucas/valitron

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question