Libraries tagged by decode json
oktopost/jsonencode
1482 Downloads
Fix the behavior of json_encode and json_decode
hershel-theodore-layton/json-post-deserialize
251 Downloads
A fast to run verification to run after json_decode()
dv-team/json
1459 Downloads
A wrapper-class for json_encode and json_decode to automatically set some constants like JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE | JSON_THROW_ON_ERROR
eluhr/yii2-json-attribute-behavior
1713 Downloads
This behavior automatically decodes attributes from JSON to arrays before validation, handling errors and re-encoding if validation fails.
wyrihaximus/react-cache-json
2281 Downloads
JSON encode/decode decorator for react/cache
goma/goma-json-lib
1743 Downloads
Goma JSON Lib provides Exception handling for JSON encode and decode. It has a workaround for non-utf8 values.
api-clients/middleware-json
76754 Downloads
JSON encode/decode middleware
phputil/json
6338 Downloads
A JSON encoder and decoder that can also convert PHP objects with private or protected attributes.
piedweb/rison
1787 Downloads
A PHP encoder and decoder for Rison, the compact JSON-like data format optimized for URIs.
perfilov/php-dto-packer
2802 Downloads
Blazing-fast PHP library to convert arrays, JSON & objects into strongly typed DTOs (and back)
vfork-fproject/php-jwt
9229 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Support several key types including JWK.
tungltdev/laravel-php-jwt
394 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP.
jwt/php-jwt
9587 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.
gitsindonesia/php-jwt
408 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Forked from firebase/php-jwt to include patches for version 5.5.1.
fizzday/fizzjwt
1128 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 认证)