Libraries tagged by json encoder
dmytryho/streaming-json-response-symfony-bridge
139 Downloads
Streamable JSON response for Symfony based on violet/streaming-json-encoder
ritalin/php-json-subset-encoder
21 Downloads
parsidev/json
86 Downloads
JSON decoder/encoder for Laravel 5
crossjoin/json
180 Downloads
JSON decoder and encoder for PHP with full Unicode support following RFC 7159. Besides UTF-8 it also supports JSON in UTF-16BE, UTF-16LE, UTF-32BE and UTF-32LE encoding. And, as suggested by the RFC for better interoperability, it can also ignore byte order marks (BOMs) when parsing JSON.
slick/json-api-bundle
63 Downloads
Adds JSONAPI.org encoders and decoders to an Symfony apps
harm-less/php-encoder
35 Downloads
Encoder to intelligently convert an entire PHP object to Json or XML e.g.
codekandis/json-codec
642 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()`.
fefas/jsoncoder
1397 Downloads
Json encoder and decoder as a class
bobbysciacchitano/manuel
311 Downloads
A simple object serializer for PHP which supports flexible document structures.
alchemist/alchemist
2525 Downloads
Serialization library
redcatphp/json5
69 Downloads
JSON5 parser/encoder for PHP
wyrihaximus/react-stream-structured-utilities
1 Downloads
Incremental JSON encoder writing to a react/stream
ehough/jameson
97 Downloads
JSON encoder/decoder compatible with PHP 5.1 and above.
mateodioev/jsondecoder
18 Downloads
Json decoder, encoder
firebase/php-jwt
326546828 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.