Libraries tagged by json encoder
gitsindonesia/php-jwt
402 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Forked from firebase/php-jwt to include patches for version 5.5.1.
fizzday/fizzjwt
1121 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 认证)
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.
tjdraper/json-eencoder
181 Downloads
JSON encode content.
philiprehberger/php-safe-json
68 Downloads
Safe JSON parsing with exceptions, schema validation, and typed getters
masnathan/parser
13018 Downloads
Global data type parser
yaroslavpopovic/laravel-policy-soft-cache
26 Downloads
Fork of innoge/laravel-policy-soft-cache that keys cache entries by spl_object_id, removing the json_encode + sha512 overhead for high-volume policy checks.
opensoft/asterbunny
0 Downloads
This tool sends json encoded asterisk ami events to RabbitMQ
charm/util-phpencode
941 Downloads
A small function that encodes compact PHP arrays, like json_encode - but for PHP arrays.
kekos/parse-request-body-middleware
678 Downloads
PSR-15 middleware for parsing requests with JSON and URI encoded bodies regardless of HTTP method.
yunchuang/php-jwt
542 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.
phalapi/jwt
2837 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.
yetione/php-json
98 Downloads
PHP JSON encode/decode module
thetribe/json
4458 Downloads
json_encode/json_decode wrapper
tc/json
26 Downloads
A JSON encode/decode helper with easier error handling for PHP