Libraries tagged by json5_decode
wyrihaximus/react-cache-json
2237 Downloads
JSON encode/decode decorator for react/cache
wyrihaximus/json-psr7
66861 Downloads
JSON encode and decode PSR-7 requests and responses
mtarld/json-encoder-bundle
26 Downloads
A Symfony Bundle that provides powerful methods to encode/decode data structures into/from JSON.
imxfly/jwt
14 Downloads
A basic library to encode and decode JSON Web Tokens (JWT) in PHP, conforming to RFC 7519.
bayfrontmedia/php-jwt
848 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP, conforming to RFC 7519.
piedweb/rison
38 Downloads
A PHP encoder and decoder for Rison, the compact JSON-like data format optimized for URIs.
zegl/dson-php
29 Downloads
DSON encoder and decoder for PHP
suin/marshaller
67 Downloads
Type-safe data mapping between JSON and a PHP class object.
orisai/data-sources
23343 Downloads
Load and save data from and to various data formats
oktopost/jsonencode
1094 Downloads
Fix the behavior of json_encode and json_decode
paysera/lib-object-wrapper
21047 Downloads
Wrapper around JSON-decoded data that lets easily get structured items
yunchuang/php-jwt
488 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.
tungltdev/laravel-php-jwt
178 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP.
phalapi/jwt
2760 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.
fizzday/fizzjwt
405 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 认证)