Libraries tagged by object validation
wendelladriel/laravel-validated-dto
645792 Downloads
Data Transfer Objects with validation for Laravel applications
siriusphp/validation
771685 Downloads
Data validation library. Validate arrays, array objects, domain models etc using a simple API. Easily add your own validators on top of the already dozens built-in validation rules
aura/filter
575942 Downloads
Filters to validate and sanitize objects and arrays.
runz0rd/mapper-php
473545 Downloads
Model mapping, unmapping and validation
event4u/data-helpers
30680 Downloads
Framework-agnostic PHP library for data mapping, DTOs and utilities. Includes DataMapper, SimpleDto/LiteDto, DataAccessor/Mutator/Filter and helper classes (MathHelper, EnvHelper, etc.). Works with Laravel, Symfony/Doctrine or standalone PHP.
basillangevin/laravel-data-json-schemas
35011 Downloads
Transforms Spatie Data objects into JSON Schemas with built-in validation
jasny/validation-result
248836 Downloads
A result object for validation
umbrellio/laravel-common-objects
119634 Downloads
Common objects for extending base Laravel functionality.
craftcms/laravel-ruleset-validation
16460 Downloads
Validate requests and objects with reusable Laravel rulesets.
friendsofhyperf/validated-dto
14718 Downloads
The Data Transfer Objects with validation for Hyperf.
aura/filter-interface
4364 Downloads
Interfaces and shared value objects for validation and sanitization libraries
fluoresce/validate-embedded
141580 Downloads
Constraint enabling group-based validation of embedded objects with the Symfony Validator Component.
yorcreative/laravel-argonaut-dto
3424 Downloads
Argonaut is a lightweight Data Transfer Object (DTO) package for Laravel that supports nested casting, recursive serialization, and validation out of the box. Ideal for service layers, APIs, and clean architecture workflows.
czim/laravel-dataobject
142732 Downloads
Basic validatable standardized data object.
chubbyphp/chubbyphp-parsing
90854 Downloads
Allows parsing data of various structures, meaning the population and validation of data into a defined structure. For example, converting an API request into a Data Transfer Object (DTO).