PHP Package: vlucas/valitron

Valitron is a PHP validation library that provides easy and powerful data validation capabilities for your applications.

Current Version: 1.4.11
Last Updated: 2022-10-14
PHP Requirement: >=5.3.2
Dependencies: None

Package Description

Valitron is a robust PHP validation library that simplifies the process of validating user input. It offers a wide range of validation rules, custom messages, and extensibility options to ensure data integrity and security in your projects.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.4.11

Download Download v1.4.11

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com

require_once 'libs/vlucas/valitron/1.4.11/loader.php';
use Valitron\Validator;

$obj = new Validator();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.