Libraries tagged by decode json
vfork-fproject/php-jwt
5470 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
3903 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
yocto/yoclib-jsonrpc
4 Downloads
This yocLibrary enables your project to encode and decode JSON-RPC messages in PHP.
eugene-melbourne/json-encoder-decoder
2242 Downloads
Encodes and Decodes JSON strings
bearlikelion/twig-jsontools
3542 Downloads
A Twig extension to encode and decode json.
someniatko/json-decode-middleware
426 Downloads
Simple PSR-15 middleware for decoding JSON body of a server request when given respective Content-Type header
oktopost/jsonencode
805 Downloads
Fix the behavior of json_encode and json_decode
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.
codekandis/json-codec
642 Downloads
With the JSON codec you will be able to encode into and decode from JSON data in an object oriented way. It wraps PHP's functions `json_encode()` and `json_decode()`.
armenio/zf3-jsondecode-helper
62 Downloads
Json Decode Helper for Zend Framework 3
alexeyshockov/json-wrapper
1039 Downloads
json_encode() and json_decode() wrapper with better error handling
rmtram/jsonp-parser
1315 Downloads
processing of JSONP decoding and encoding.