Skip to content

Releases: pdscopes/php-form-validator

Release v2.9.0

09 Jul 12:11
d41665a

Choose a tag to compare

Improvements:

  • New method to check if value isFilled - with that to @mintalicious

v2.8.0

20 Apr 09:16

Choose a tag to compare

Features added:

v2.7.0

25 Feb 16:16
460d248

Choose a tag to compare

Features added:

Changes:

  • Minimum PHP requirement now 7.1
  • Uses GitHub Actions to run tests

v2.2.5

06 Dec 08:29

Choose a tag to compare

Features added:

  • New rules:
    • required-with-all
    • required-with-any
    • required-without
  • Validator prefix can be extended recursively

Bug Fixes:

  • Fixes bug where recursive validate calls would clear the prefix
  • Adds is_countable check before calling count

v2.1.2

24 May 10:58

Choose a tag to compare

Issues Resolved:

  • Required-If: Incorrectly reported an error if validated was not present but the required-if field was b856d2c

PHP Form Validator v2

14 May 14:14
faf0acb

Choose a tag to compare

PHP form validator is powerful and simple to use form. It uses to "dot" notation to assign rules to fields in the input array.

PHP Form Validator

30 Aug 11:03

Choose a tag to compare

PHP form validator is powerful and simple to use form. It uses to "dot" notation to assign rules to fields in the input array.