Libraries tagged by jsonp decode
zegl/dson-php
30 Downloads
DSON encoder and decoder for PHP
orisai/nette-data-sources
1729 Downloads
Orisai Data Sources integration for Nette
awesome/simdjson_plus
17 Downloads
Parsing gigabytes of JSON per second in PHP using the simdjson library.
yunchuang/php-jwt
509 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.
tungltdev/laravel-php-jwt
205 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP.
gomee/firebase-php-jwt
15 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.
dmitriypodoplelov/php-jwt
4 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.
supermetrics/jsonpath
7 Downloads
Extract data from a decoded JSON document using the versatile JSONPath query language
thetribe/json
4458 Downloads
json_encode/json_decode wrapper
schnittstabil/json-decode-file
1372 Downloads
Read and decode JSON files
jpirnat/json
3 Downloads
A wrapper around the global json_encode and json_decode functions, with more convenient default values.
greeny/json-parser
1 Downloads
A JSON parser that doesn't use native json_decode function.
etconsilium/php-json-fix
17 Downloads
Proxy json_decode() and Fix invalid JSON (via runkit)
easeappphp/json-decode
65 Downloads
This is to do json_decode operation only on valid json string and in a highly performing way.
dnonov/json-parser
14 Downloads
Thin wrapper around `json_decode` and `json_encode` with exceptions and some handy methods.