Libraries tagged by json5_decode
yunchuang/php-jwt
463 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.
tungltdev/laravel-php-jwt
131 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP.
phalapi/jwt
2719 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.
lishaoen/think-jwt
34 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP, for thinkphp5.1
heptagon-firebase/php-jwt
256 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.
henryeticom/php-jwt
12 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP
gozoro/jwt
6 Downloads
A simple PHP class to encode and decode JSON Web Tokens (JWT), conforming to RFC 7519.
baophong09/php-jwt
84 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.
supermetrics/jsonpath
0 Downloads
Extract data from a decoded JSON document using the versatile JSONPath query language
davidfricker/cleanjson
53 Downloads
A simple wrapper around PHP's Json functions giving a simple approach to error checking on decode.
thetribe/json
4457 Downloads
json_encode/json_decode wrapper
jpirnat/json
1 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
63 Downloads
This is to do json_decode operation only on valid json string and in a highly performing way.