Libraries tagged by data validation
juniora/laravel-persian-validation
15 Downloads
A comprehensive Laravel validation package for Persian text, numbers, dates, and Iranian national identifiers
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
400 Downloads
Use Laravel Validation outside of Laravel, This can be useful and helpful for validate any data for our projects.
riosis/php-auto-validation
12 Downloads
This PHP class validate different data type automatically.
rentalhost/vanilla-validation
160 Downloads
The vanilla-validation will help you to validate your data.
rawveg/model-validation
49 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
pedrohenriques/data-validator
19 Downloads
Easy to use and highly customizable PHP data validator.
mysaaspackage/validation
82 Downloads
Provides an chaianable API for validate data
luppakorva/laravel-password-exposed-validation-rule
15 Downloads
Laravel validation rule that checks if a password has been exposed in a data breach
hunomina/data-validator
949 Downloads
Library for json schemas validation
horizom/validation
53 Downloads
A fast, extensible & stand-alone PHP input validation class that allows you to validate any data.
guyliangilsing/php-validation
246 Downloads
A simple validation library that allows you to write custom validators for your data.