Libraries tagged by json_decode
dv-team/json
478 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
phpcomposer/json
5189 Downloads
php library to encode and decode json
kfreiman/yii2-json-attribute-behavior
11719 Downloads
Yii2 Behavior for encode and decode json stored attributes
phputil/json
5619 Downloads
A JSON encoder and decoder that can also convert PHP objects with private or protected attributes.
api-clients/middleware-json
75170 Downloads
JSON encode/decode middleware
serafim/json5
122 Downloads
JSON5 parser
php-lsp/rpc-codec-jsonrpc
153 Downloads
An implementation of the JSON-RPC codec
orisai/data-sources
22878 Downloads
Load and save data from and to various data formats
vfork-fproject/php-jwt
5459 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Support several key types including JWK.
jwt/php-jwt
2666 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.
fizzday/fizzjwt
335 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 认证)
invenso/microsoft-jwt
3901 Downloads
A simple library to validate and decode Microsoft Azure Active Directory (Azure AD), Microsoft Active Directory Federation Services (ADFS) JSON Web Tokens (JWT) in PHP, conforming to RFC 7519
someniatko/json-decode-middleware
426 Downloads
Simple PSR-15 middleware for decoding JSON body of a server request when given respective Content-Type header
majorgrey/pretty_json
551 Downloads
JSON pretty print for PHP
cse/helpers-json
946 Downloads
The helpers allows you to JSON processing. Encode, decode, check error, throw exception - all this is available in this library.