Libraries tagged by json to object
2befound/json-resolver
13 Downloads
A simple tool to resolve objects / trees of objects when encoding / decoding json
ivankff/yii2-value-objects
29 Downloads
Easy to store nested objects and typed collections in AR
equicolor/yii2-value-objects
51 Downloads
Easy to store nested objects and typed collections in AR
easeappphp/json-decode
65 Downloads
This is to do json_decode operation only on valid json string and in a highly performing way.
andrewsauder/json-deserialize
433 Downloads
PHP Utility to add automated json deserialize into typed objects
sarelvdwalt/response-json-envelope
13 Downloads
A simple object that can be used to put a response (in JSON, given as an array) inside a standard envelope, giving you a place to put certain meta-data, including the response-code.
42sol/json-decoder
12 Downloads
JsonDecoder implementation that allows you to convert your JSON data into PHP class objects
codekandis/json-codec
655 Downloads
With the JSON codec you will be able to encode into and decode from JSON data in an object oriented way. It wraps PHP's functions `json_encode()` and `json_decode()`.
crystalgorithm/php-json-iterator
164 Downloads
PHP package to iterate through large collections of JSON objects
enlumop/json2obj
7 Downloads
Easy to use json to object conversion with target class support
yonchando/laravel-cast-attributes
71 Downloads
Laravel model cast json columns to class object
prowebcraft/yii2-model-params
439 Downloads
Add a flexible JSON object to any ActiveRecord model with easy dot-notation access
lifeeka/jsql
456 Downloads
Convert Json Object to SQL.
harm-less/php-encoder
38 Downloads
Encoder to intelligently convert an entire PHP object to Json or XML e.g.
phpone/json2dto
9 Downloads
Convert JSON files to Spatie DTO objects