nette/schema
nette/schema is a small PHP library for validating and normalizing structured data. Define schemas for arrays, configuration, and user input with type checks, defaults, required fields, ranges, and clear error messages—ideal for safe config loading.
Architecture fit: Excellent for complex nested data validation scenarios where Laravel's built-in Validator falls short (e.g., deeply nested config structures, API payloads requiring precise path-based errors). Complements Laravel's validation with declarative schema definitions and automatic normalization but overlaps with basic form validation use cases.
Integration feasibility: High via Composer; PHP
How can I help you explore Laravel packages today?