illuminate/validation
Core Laravel validation component providing a fluent, rule-based validator for arrays and request input. Supports built-in and custom rules, conditional validation, messages and attributes, error bags, and translation-ready output for consistent data validation across apps.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| aaronadal/validator | 0.87 | Lightweight PHP/Laravel validation package providing a simple API to validate data against rules, collect errors, and customize messages. Useful for quick input checking in apps, forms, and APIs without heavy setup. | 0 | 0 | 0 | 2 | 0 | 3.0 | 6.6 | MIT | 5 years ago | |
| intervention/validation | 0.86 | — | 677 | 682 | 69 | 147K | 2 | 21.9 | 36.3 | MIT | 3 months ago | |
| draw/validator | 0.86 | PHP validation library providing a fluent API to define rules, validate arrays/inputs, and collect errors. Lightweight and framework-agnostic, suitable for Laravel or standalone apps. | 0 | 0 | 0 | 247 | 0 | 0.0 | 33.1 | MIT | — | |
| prettus/laravel-validation | 0.86 | Laravel package providing a reusable validation service via LaravelValidator classes. Define rules for create/update, customize error messages and attribute names, and throw ValidatorException when validation fails—handy for keeping validation logic organized outside controllers. | 406 | 420 | 89 | 173K | 21 | 34.3 | 52.1 | MIT | 1 week ago | |
| symfony/validator | 0.85 | Symfony Validator component validates values and object graphs using JSR-303 Bean Validation rules. Includes rich constraints, constraint validators, groups, custom constraints, and internationalized error messages. Integrates with forms and frameworks. | 2,689 | 2,744 | 106 | 6M | 0 | 51.4 | 55.2 | MIT | 1 week ago | |
| respect/validation | 0.85 | Powerful PHP validation engine with 150+ tested validators. Build readable, chainable rules like numeric()->positive()->between(). Includes advanced exception handling and thorough docs. Great for complex input validation in any PHP app. | 6,017 | 6,142 | 775 | 806K | 5 | 67.3 | 36.8 | MIT | 3 days ago | |
| cakephp/validation | 0.85 | Lightweight validation library from the CakePHP ecosystem. Define rules and validators for arrays and data objects, run checks, and collect readable error messages. Useful standalone or within CakePHP apps for consistent input validation. | 42 | 44 | 8 | 6K | 0 | 0.5 | 29.5 | NOASSERTION | — | |
| watson/validating | 0.85 | — | 974 | 979 | 78 | 68K | 12 | 10.9 | 29.7 | MIT | — | |
| spiral/validation | 0.85 | Spiral Validation is a lightweight PHP validation component for defining rules, validating arrays/DTOs, and collecting readable error messages. Integrates with Spiral Framework but can be used standalone for input validation in APIs and forms. | 0 | 3 | — | 164 | — | 4.3 | 22.3 | — | — | |
| ashallendesign/laravel-config-validator | 0.85 | Validate your Laravel config at runtime or via Artisan. Define rulesets for config files with custom messages and environment targeting, generate rulesets quickly, and optionally publish defaults. Catch missing/invalid config early in local, CI, or production. | 217 | 218 | 11 | 97K | 1 | 22.2 | 41.6 | MIT | 2 months ago | |
| vlucas/valitron | 0.84 | Valitron is a lightweight, dependency-free PHP validation library with simple, readable rules. Validate arrays like $_POST in one call, get structured errors, and extend with custom rules and callbacks—minimal code, well tested, and framework-agnostic. | 1,602 | 1,650 | 250 | 61K | 42 | 34.0 | 40.4 | BSD-3-Clause | 3 years ago | |
| spiral/validator | 0.84 | Spiral Validator is a lightweight PHP validation component for the Spiral Framework. Define rules, validate arrays and DTOs, collect detailed error messages, and integrate cleanly with requests, forms, and domain services for consistent input validation. | 4 | 4 | 3 | 122K | 1 | 16.1 | 60.5 | MIT | 5 months ago | |
| sofa/eloquence-validable | 0.84 | — | 23 | 23 | 17 | 5K | 2 | 3.2 | 33.4 | MIT | 5 years ago | |
| splash/validator | 0.84 | Laravel validation helper that streamlines building and running validators with a simple, fluent API. Designed to reduce boilerplate around rules, messages, and attribute names, making request/data validation easier to reuse across controllers, services, and jobs. | 0 | 0 | — | 336 | — | 0.0 | 34.9 | — | — | |
| campanda/commons-ensure-bundle | 0.84 | — | 0 | 0 | 0 | 0 | 0 | 0.3 | — | LGPL-3.0 | 7 years ago | |
| illuminate/log | 0.84 | Illuminate Log provides Laravel’s logging layer, built on Monolog. It lets you write messages to configurable channels and stacks, including single files, daily rotation, syslog, errorlog, and external services, with context data, processors, and runtime channel selection. | 62 | 64 | 9 | 322K | 0 | 0.6 | 51.2 | MIT | — | |
| illuminate/auth | 0.84 | Laravel’s authentication component providing guards, user providers, password hashing, “remember me” services, and authorization gates. Powers login/session auth and integrates with HTTP middleware and the framework’s auth configuration. | 93 | 104 | 42 | 268K | 0 | 1.7 | 48.0 | MIT | — | |
| illuminate/view | 0.83 | Illuminate View is Laravel’s templating and view rendering component. It compiles and renders Blade templates, manages view composers and shared data, supports view discovery, caching, and engines, and integrates cleanly with the rest of the Illuminate framework. | 130 | 140 | 50 | 684K | 0 | 2.2 | 51.4 | MIT | — | |
| illuminate/mail | 0.82 | Illuminate Mail is Laravel’s email component for composing and sending messages via drivers like SMTP, Mailgun, Postmark, and SES. Supports templated views, attachments, queues, markdown mailables, and configurable transports for reliable delivery. | 59 | 64 | 26 | 126K | 0 | 1.1 | 45.9 | MIT | — | |
| illuminate/config | 0.82 | Illuminate Config is Laravel’s configuration repository. It loads and merges config files, lets you read and set values at runtime, supports environment-based defaults, and provides a consistent API for accessing app settings across services and packages. | 109 | 117 | 11 | 590K | 0 | 0.9 | 51.5 | MIT | — |
How can I help you explore Laravel packages today?