Libraries tagged by validation core
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.
originphp/validation
10076 Downloads
OriginPHP Validation
notch/credit-card
65 Downloads
Validate credit card number, expiration date, cvc
nickyeoman/php-validation-class
135 Downloads
Validate, email, postal code, zipcode and phone numbers
netkod-bilisim/tr-tax-number-validation
96 Downloads
It checks that the TR Tax Number is in the correct format.
netkod-bilisim/tr-identity-number-validation
110 Downloads
It checks that the TR Identity Number is in the correct format.
mmrtonmoybd/credit-card
1996 Downloads
Validate credit card number, expiration date, cvc
masterskill/validation-error-trait
95 Downloads
This package is a trait to validate input and return directly error with status code 400 to FormRequest in laravel
lucasborges01/credit-card
2763 Downloads
Validate credit card number, expiration date, cvc
larautils/credit-card
10 Downloads
Validate credit card number, expiration date, cvc
jberall/yii2-postal-code-validator
63 Downloads
Using Server side validation based on https://github.com/sirprize/postal-code-validator
iipokypatop/laravel-code-generator
40 Downloads
A clean code generator for Laravel framework that will save you time! This awesome tool will help you generate resources like views, controllers, routes, migrations, languages or request-forms! It is extremely flexible and customizable to cover many use cases. It is shipped with cross-browsers compatible template, along with a client-side validation to modernize your application.
ichie-benjamin/laravel-code-generator
24 Downloads
An intelligent code generator for Laravel framework that will save you time! This awesome tool will help you generate resources like views, controllers, routes, migrations, languages and/or form-requests! It is extremely flexible and customizable to cover many on the use cases. It is shipped with cross-browsers compatible template, along with a client-side validation to modernize your application.
fxmonster/validation
237 Downloads
Additional Validator Functions for the Laravel Framework
emma/validation
34 Downloads
A PHP 8.0+ Attribute Based Validation For Properties of Object/Entity/DTO. Comes with in-built data-type converter that can be implemented to make validation easy without compromising your object. You can create your own custom Validators and/or Converter by implementing a simple interface.