illuminate/json-schema
Laravel Illuminate JSON Schema package for validating, building, and working with JSON Schema definitions. Designed to integrate with the Illuminate ecosystem, providing a clean PHP API for schema creation, checking, and tooling-friendly workflows.
The illuminate/json-schema package does not appear to be an official Laravel or Symfony component. Laravel's core validation system (via Illuminate\Validation) handles schema validation through custom rules or third-party packages like spatie/json-schema-validator, but no such package exists under illuminate/json-schema in the official repositories. The low stars (25) and score (0.155) suggest minimal adoption, potential abandonment, or a non-public/unmaintained project. Key risks include:
Validator and rule-based checks; this package would require a custom wrapper or replacement of core validation logic, creating technical debt.spatie/json-schema-validator) before considering this.How can I help you explore Laravel packages today?