Libraries tagged by json decoder
webmozart/json
822528 Downloads
A robust JSON decoder/encoder with support for schema validation.
karriere/json-decoder
393401 Downloads
JsonDecoder implementation that allows you to convert your JSON data into PHP class objects
miladrahimi/php-jwt
230969 Downloads
A PHP implementation of JWT (JSON Web Token) generator, parser, verifier, and validator
innmind/json
248096 Downloads
Type safe json encoder/decoder
danog/libdns-json
624617 Downloads
Encoder/decoder for google's JSON DNS message format based on libdns
kunststube/rison
57258 Downloads
A PHP encoder and decoder for Rison, the compact JSON-like data format optimized for URIs.
networkteam/json-seq
25387 Downloads
JSON Text Sequences (RFC7464) encoder and decoder
suin/json
27356 Downloads
A Simple wrapper of json_decode() and json_encode(). This provides object-oriented interface and exception-based error handing.
orisai/data-sources
23724 Downloads
Load and save data from and to various data formats
phputil/json
5778 Downloads
A JSON encoder and decoder that can also convert PHP objects with private or protected attributes.
piedweb/rison
540 Downloads
A PHP encoder and decoder for Rison, the compact JSON-like data format optimized for URIs.
sunrise/coder
1242 Downloads
A flexible data coder for encoding and decoding formats like JSON, YAML, and more.
orisai/nette-data-sources
1729 Downloads
Orisai Data Sources integration for Nette
derrickleemy/jwe-decoder
64 Downloads
An simple JSON Web Token library for PHP.
codekandis/json-codec
662 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()`.