1 个仓库
Chainable APIs for transforming and filtering complex data structures.
Distinct from Complex Data Modeling: The candidates focus on serialization, views, and modeling; this is about the functional API for manipulating data arrays.
Explore 1 awesome GitHub repository matching data & databases · Fluent Data Manipulation. Refine with filters or upvote what's useful.
This library provides a framework for defining typed, immutable data structures in PHP. It enables developers to construct structured objects from raw input arrays, ensuring consistent data shapes and schema integrity across different layers of an application. By enforcing strict property types and validation rules during instantiation, the library prevents invalid data states and simplifies the handling of complex information. The project distinguishes itself through its use of attribute-driven metadata, which allows for property renaming, custom validation, and serialization logic directly
Provides chainable, immutable methods for filtering and extracting subsets of object data.