Libraries tagged by jsonp decode
eluhr/yii2-json-attribute-behavior
1713 Downloads
This behavior automatically decodes attributes from JSON to arrays before validation, handling errors and re-encoding if validation fails.
iliaal/fastjson
28 Downloads
Fast JSON encode/decode/validate for PHP 8.1+, backed by yyjson. Drop-in alternative to ext/json with namespaced fastjson_* functions and json_last_error-compatible error reporting.
piedweb/rison
1786 Downloads
A PHP encoder and decoder for Rison, the compact JSON-like data format optimized for URIs.
perfilov/php-dto-packer
2798 Downloads
Blazing-fast PHP library to convert arrays, JSON & objects into strongly typed DTOs (and back)
sunrise/coder
3078 Downloads
A flexible data coder for encoding and decoding formats like JSON, YAML, and more.
orisai/nette-data-sources
1992 Downloads
Orisai Data Sources integration for Nette
orisai/data-sources
24030 Downloads
Load and save data from and to various data formats
awesome/simdjson_plus
9220 Downloads
Parsing gigabytes of JSON per second in PHP using the simdjson library.
oktopost/jsonencode
1439 Downloads
Fix the behavior of json_encode and json_decode
paysera/lib-object-wrapper
21746 Downloads
Wrapper around JSON-decoded data that lets easily get structured items
vfork-fproject/php-jwt
9226 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Support several key types including JWK.
tungltdev/laravel-php-jwt
391 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP.
jwt/php-jwt
9570 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.
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 认证)