Download the PHP package fhteam/laravel-validator without Composer
On this page you can find all versions of the php package fhteam/laravel-validator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download fhteam/laravel-validator
More information about fhteam/laravel-validator
Files in fhteam/laravel-validator
Download fhteam/laravel-validator
More information about fhteam/laravel-validator
Files in fhteam/laravel-validator
Vendor fhteam
Package laravel-validator
Short Description A bunch of Laravel validators
License GPL-2.0-only
Package laravel-validator
Short Description A bunch of Laravel validators
License GPL-2.0-only
Please rate this library. Is it a good library?
Informations about the package laravel-validator
Laravel validation package
Metrics | _ |
---|---|
Version | |
Compatibility | |
Quality |
Features:
- Validation logic is completely separate from objects being validated
- Validation rules and validation failure behaviour can be written in a declarative way in 90% of cases
- Uses Laravel validator core and rules
- Stateful model validation
- Provides OOP way to write and register new validation rules
- Serves as a replacer to a Input::get() to prevent unvalidated data from sneaking into your application
- Rule-based data transformations of validated data before it reaches your application logic (in progress)
- Provides unified way to write rules for controllers and models
- Can validate and aggregate many types of input: $_GET/$_POST, $_FILES, HTTP headers, Session data, Cookies (both PHP native and Laravel's encrypted ones)
- Two types of input validators: middleware (to be manually registered) and validate-when-resolved (just inject and you are done)
Documentation
- Documentation is available here
Quick example:
All versions of laravel-validator with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
The package fhteam/laravel-validator contains the following files
Loading the files please wait ....