Libraries tagged by php validate
maatify/post-validator-v2
141 Downloads
maatify.dev post validator handler, known by our team
longdinhh/validation
8013 Downloads
A re-write of rakit/validation providing Laravel like validation as a standalone library
krn/krn-auth-php
7905 Downloads
SDK for validating KRN passports
kovey/validator
7490 Downloads
Validator Of The Kovey Framework
jojo1981/php-types
9580 Downloads
PHP types library which contains value classes which represent the php types
jbboehr/phpstan-laravel-validation
8895 Downloads
Laravel Validation extension for PHPStan
hichemtab-tech/tokens-validation
38 Downloads
TokensValidation is a PHP library for secure authentication and authorization in web applications. It generates dynamic tokens for user login, password reset, and email confirmation. The library is ideal for software that requires secure user authentication and authorization.
fi1a/validation
1923 Downloads
PHP валидация (проверка) значений формы и данных
divineomega/php-postcodes
8859 Downloads
This library handles various UK postcode related tasks such as address lookup by postcode, postcode validation, generation of valid UK postcodes and getting a postcode's outward and inward codes.
district5/validators
98 Downloads
District5 Validators Library
district5/validatorgroup
77 Downloads
District5 Validator Group Library
district5/validator
139 Downloads
District5 Validator Library
checkmobi/checkmobi-php
19856 Downloads
CheckMobi SDK for PHP
borsodigerii/php-xml-chunker
80 Downloads
A lightweight, fast, and optimized XML file splitter with build in tag data validation, written with the XMLParser library. The main goal of this is to split an XML file into multiple small chunks (hence the name), then save it into multiple different little XML files.
ryanhs/chess.php
7538 Downloads
chess.php is a PHP chess library that is used for chess move generation/validation, piece placement/movement, and check/checkmate/stalemate detection - basically everything but the AI. NOTE: this is a port of chess.js for php