Libraries tagged by json to object
php-extended/php-json-object
11748 Downloads
A php helper to manipulate json objects
diverproject/diamond-json
5 Downloads
Base library to parse objects into JSON and JSON into objects advanced mode.
romanko/object-graph
6 Downloads
A data mapper to be used with JSON objects, which allows to shape different versions of the payload to a value object with predefined set of properties
ronappleton/php-to-xml
1 Downloads
Convert Json String, Object or Array to Simple XML
raheelarifkhans/json-to-html-converter
2 Downloads
This PHP function takes a JSON object and converts it into a structured HTML detail page. The function handles nested objects and arrays, displaying them appropriately in a user-friendly format.
nuad/graph-objects
187 Downloads
An array to object map php library. Useful when mapping from incoming json or database results
klebk/json-to-popo
71 Downloads
Fill Plain Old PHP Object with JSON content. Fork of abgeo/json-to-popo.
inquid/json-to-popo
1 Downloads
Fill Plain Old PHP Object with JSON content. Fork of abgeo/json-to-popo.
codekandis/json-error-handler
672 Downloads
`codekandis/json-error-handler` is a library to handle JSON errors in an object oriented way.
gries/json-resolver
6664 Downloads
A simple tool to resolve objects / trees of objects when encoding / decoding json
2befound/json-resolver
11 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
63 Downloads
This is to do json_decode operation only on valid json string and in a highly performing way.
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.