Libraries tagged by no validation
vlucas/valitron
3621189 Downloads
Simple, elegant, stand-alone validation library with NO dependencies
particle/validator
1261778 Downloads
Flexible and highly usable validation library with no dependencies.
karser/karser-recaptcha3-bundle
1491898 Downloads
Google ReCAPTCHA v3 for Symfony
amerald/laravel-validation-testkit
23854 Downloads
Test form requests in no time
martian/laracaptcha
206 Downloads
A Laravel package to seamlessly use hCapthca or reCaptcha on your forms or RESTful APIs
x-adam/tr-citizen-number-validation
841 Downloads
Turkey citizen number (TC No) validation class.
lxberlin/netefx-validator
8672 Downloads
NetefxValidator is a class for form validation, so it replaces the RequiredFields() validator. Features: A lot of build in validationrules - logical rule combination - validationrule for unique database fields - custom validation functions - works in getCMSValidator() in Modeladmin - There is no javascript validation at all. So you can disable js-validation in your _config.php
nietonfir/google-recaptcha-bundle
8471 Downloads
Symfony2 bundle for integrating nietonfir/google-recaptcha (simplifying the server-side validation of Google's 'No CAPTCHA reCAPTCHA')
tamedevelopers/validator
77 Downloads
PHP Form Validator is a small no-depencies library for PHP codes.
njuhel/swagger-validator
1901 Downloads
A Swagger Validation and Parser as lib for PHP to secure and helpful application for request / response validating, security stage, testunit skeleton, testauto generation, ... This lib can be used into any existing application who's having a swagger definition file for request/response (no framework dependancies or included).
x-laravel/validation-tr-citizen-number-extend
197 Downloads
Turkey citizen number (TC No) validation extend package for Laravel.
yandjin/custom-validation
3 Downloads
small and simple validation package inspired by laravel validation, no dependencies
illum/validation
5 Downloads
Validador baseado no illuminate/validation
wterberg/laravel-no-common-passwords
2 Downloads
Provides validation rules to check passwords against a list of commonly used passwords.
rapidwebltd/no-post-data-laravel-middleware
77 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.