Libraries tagged by data validation
moh4mmad/request-validation-generator
38 Downloads
A package to generate request validation files based on migration column data types, column lengths, uniqueness, and foreign keys.
juniora/laravel-persian-validation
940 Downloads
A comprehensive Laravel validation package for Persian text, numbers, dates, and Iranian national identifiers
vairogs/functions-date
0 Downloads
A PHP library providing enhanced date and time manipulation functions with improved validation and formatting capabilities
pdffiller/public-rest-api-validation-rules
222 Downloads
Validation rules for PDFfiller API endpoints data.
zvps/phalcon-validation
197 Downloads
Additional form and data validators extending the inbuilt phalcon validate interface.
yuliusardian/validation
402 Downloads
Use Laravel Validation outside of Laravel, This can be useful and helpful for validate any data for our projects.
vancodx/php-data-assertion
0 Downloads
VanCodX PHP Data Assertion
tobento/service-validation
155 Downloads
Easily validating data.
riosis/php-auto-validation
12 Downloads
This PHP class validate different data type automatically.
rentalhost/vanilla-validation
161 Downloads
The vanilla-validation will help you to validate your data.
rawveg/model-validation
56 Downloads
Laravel Model Validation - Uses validation rules at the model level to ensure that all data being saved in a model is valid. Just as you would use Request Validation in your Controllers, Model-Level validation allows you to be ensure that even code within your application that manually creates a model, cannot do so using invalid data.
rapidwebltd/no-post-data-laravel-middleware
78 Downloads
Under certain conditions, when posting data from a form, the web server may lose the post data. This commonly happens if a user is uploading a large file beyond the size limits set in the web server's configuration. Laravel does not handle this situation and may end up throwing a somewhat confusing `TokenMismatchException in VerifyCsrfToken` due to CSRF protection. The 'No Post Data Laravel Middleware' handles situations in which a post request has been submitted and contains no post data - a situation which should not occur under normal usage. By default, the middleware will redirect back to the previous page with an error message flashed to the session. This can then be output on your view as you would normally handle validation errors. If needed, you can also modify this default behaviour and allow any code to run when the 'post request with no post data' situation is encountered.
qlimix/validation
6 Downloads
Validate data individually or by set
pyncer/validation
351 Downloads
Pyncer library for validating data and values.
pedrohenriques/data-validator
19 Downloads
Easy to use and highly customizable PHP data validator.