Skip to content

PHP Text Validator Lib - v1

Latest

Choose a tag to compare

@a19836 a19836 released this 17 Dec 10:16
· 4 commits to main since this release

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.