Skip to content

Releases: a19836/php-text-validator-lib

PHP Text Validator Lib - v1

17 Dec 10:16

Choose a tag to compare

PHP Text Validator Lib is a PHP library designed to validate input values in a consistent and reliable way.
It allows you to verify whether a given string represents a valid email address, phone number, domain, IP address, numeric value, decimal number, binary content, date, or datetime...

In addition to format validation, the library supports value and length constraints, enabling checks for minimum and maximum values, string length, number of words, and numeric ranges.
It also provides date and datetime comparisons, allowing validation of earlier or later dates, as well as date intervals.

This library is ideal for input validation, form processing, API request validation, and enforcing data integrity across PHP applications.