Questions tagged [respect-validation]

A validation engine created for PHP, by Alexandre Gomes Gaigalas ( Copyright (c) 2009-2015). PHP 5.4+ or HHVM 3.3+ are required for using it.

The creators call it "The most awesome validation engine ever created for PHP."

  • Fluent/Chained builders like:

    v::numeric()->positive()->between(1, 256)->validate($myNumber) 
    
  • Informative, awesome exceptions;

  • More than 30 fully tested validators.

Source:http://documentup.com/Respect/Validation/#

61 questions
-2
votes
1 answer

Respect Validation Rule email() Validates an email address ne fonctionne pas

j'utilise la librairie respect\validation pour checker l'email() https://respect-validation.readthedocs.io/en/latest/rules/Email/ v::email()->validate('alexandre@gaigalas.net'); // true mais seulement si on ne précise pas le .net ça fonctionne…
Dyyyy
  • 17
  • 1
1 2 3 4
5