dataclass
dataclass copied to clipboard
PHP Library for fast building data structures from arrays using type-hinted classes
Results
2
dataclass issues
Sort by
recently updated
recently updated
newest added
Say I have input data: ```json { "name": "boo", "full name": "baz" } ``` I would need to store "full name" in a valid property name, $fullName or $full_name, hence...
First of all, thank you @rutek for an absolutely amazing library! I've used pydantic a lot and I was looking for a php equivalent - this very much fits the...