PHP Package: respect/validation

Powerful PHP validation library for input data validation in web applications.

Current Version: 2.4.2
Last Updated: 2025-05-14
PHP Requirement: >=8.1
Dependencies: None

Package Description

The Respect Validation library provides a comprehensive set of validation rules to ensure reliable input handling. With a focus on simplicity and extensibility, it offers a wide range of validators for various data types and structures, making it an essential tool for robust form validation in PHP projects.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 2.4.2

Download Download v2.4.2

Previous Versions

Code Integration Example

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

<?php
// Example from PHPlibraries.com

require_once 'libs/respect/validation/2.4.2/loader.php';
use Respect\Validation\Validator;
use Respect\Validation\Rules\Alpha;
use Respect\Validation\Rules\Email;

$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.