Libraries tagged by json5_decode
mihasicehcek/json_parser
5123 Downloads
Simple wrapper over json_decode/json_encode php functions. Throws exceptions when decoding/encoding fails
jesseschalken/pure-json
37552 Downloads
json_encode/json_decode wrapper with error checking and one-to-one mapping between PHP and JSON values
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
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
rmtram/jsonp-parser
1315 Downloads
processing of JSONP decoding and encoding.