Libraries tagged by json_decode
paysera/lib-object-wrapper
21126 Downloads
Wrapper around JSON-decoded data that lets easily get structured items
vfork-fproject/php-jwt
7049 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Support several key types including JWK.
fizzday/fizzjwt
444 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP, based on 'firebase/jwt', add the decode() third param default 'HS256'(JWT 无状态 restful api 认证)
supermetrics/jsonpath
6 Downloads
Extract data from a decoded JSON document using the versatile JSONPath query language
someniatko/json-decode-middleware
519 Downloads
Simple PSR-15 middleware for decoding JSON body of a server request when given respective Content-Type header
majorgrey/pretty_json
601 Downloads
JSON pretty print for PHP
lazy-json/lazy-json
26 Downloads
PHP class to parse large JSON files and provide a lazy-load interface
cse/helpers-json
951 Downloads
The helpers allows you to JSON processing. Encode, decode, check error, throw exception - all this is available in this library.
wyrihaximus/react-cache-json
2238 Downloads
JSON encode/decode decorator for react/cache
derrickleemy/jwe-decoder
53 Downloads
An simple JSON Web Token library for PHP.
bayfrontmedia/php-jwt
884 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP, conforming to RFC 7519.
zegl/dson-php
30 Downloads
DSON encoder and decoder for PHP
suin/marshaller
68 Downloads
Type-safe data mapping between JSON and a PHP class object.
awesome/simdjson_plus
10 Downloads
Parsing gigabytes of JSON per second in PHP using the simdjson library.
yunchuang/php-jwt
499 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.