Libraries tagged by json decode
vfork-fproject/php-jwt
7141 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Support several key types including JWK.
phalapi/jwt
2788 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.
fizzday/fizzjwt
457 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
4798 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
527 Downloads
Simple PSR-15 middleware for decoding JSON body of a server request when given respective Content-Type header
majorgrey/pretty_json
604 Downloads
JSON pretty print for PHP
lazy-json/lazy-json
26 Downloads
PHP class to parse large JSON files and provide a lazy-load interface
cse/helpers-json
951 Downloads
The helpers allows you to JSON processing. Encode, decode, check error, throw exception - all this is available in this library.
codekandis/json-codec
669 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()`.
wyrihaximus/react-cache-json
2238 Downloads
JSON encode/decode decorator for react/cache
eluhr/yii2-json-attribute-behavior
1324 Downloads
This behavior automatically decodes attributes from JSON to arrays before validation, handling errors and re-encoding if validation fails.
derrickleemy/jwe-decoder
64 Downloads
An simple JSON Web Token library for PHP.
bayfrontmedia/php-jwt
898 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP, conforming to RFC 7519.
yocto/yoclib-oembed
21 Downloads
This yocLibrary enables your project to encode and decode OEmbed data in PHP.
zegl/dson-php
30 Downloads
DSON encoder and decoder for PHP