Libraries tagged by object validation
jooservices/form-builder
79 Downloads
Standalone PHP 8.5+ schema-driven form builder with DTO-backed form definitions, HTML rendering, validation, normalization, and repeater support.
hambrook/nestr
19 Downloads
Power up PHP arrays and objects and access nested data (even within functions) without worrying about validation.
gabrielberthier/pieck
1 Downloads
The PHP validation library that converts data to Plain Old PHP Objects
emirhanbalkac/utf8-supported-mapper-php
542 Downloads
Model mapping, unmapping and validation
dzentota/domain-primitives
9 Downloads
A collection of reusable domain primitives for PHP applications
daikon/validize
612 Downloads
Validation components for Daikon-CQRS projects.
coroq/form
257 Downloads
Type-safe PHP form validation library with filtering, nested forms, and typed error objects. Zero dependencies.
cline/data
73 Downloads
Extended validation attributes, casts, transformers, and type utilities for spatie/laravel-data
broeser/feeld
13 Downloads
Feeld provides typed field objects that can be used as building blocks to create CLI questionnaires, HTML forms, and much more. Includes sanitization and validation.
arraypress/wp-email-utils
0 Downloads
A lightweight immutable value object for parsing and working with email addresses in WordPress.
timacdonald/laravel-access-validated-inputs
4 Downloads
Ensures input accessed from a Laravel request object is validated
stingus/phpdt
47 Downloads
PHP data type validation: primitives (int, double, bool, array, string) and objects
monomelodies/formulaic
175 Downloads
Object oriented PHP5 form tools
fleshgrinder/constraint-violations
14 Downloads
This library provides an implementation of the Notification Pattern with additional functionality to keep code DRY and to be more useful in the context of Domain-Driven Design (DDD) and its value objects.
enm/transformer
501 Downloads
This library can be used for transforming an array, an object or a json-string into a needed array, object or json-string and validating the values and the schema against a configuration array.