Libraries tagged by jsonp decode
jesseschalken/pure-json
39860 Downloads
json_encode/json_decode wrapper with error checking and one-to-one mapping between PHP and JSON values
dv-team/json
894 Downloads
A wrapper-class for json_encode and json_decode to automatically set some constants like JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE | JSON_THROW_ON_ERROR
phpcomposer/json
6123 Downloads
php library to encode and decode json
kfreiman/yii2-json-attribute-behavior
12275 Downloads
Yii2 Behavior for encode and decode json stored attributes
dschledermann/json-coder
435 Downloads
Encode and decode JSON objects from and to custom PHP classes
phputil/json
5755 Downloads
A JSON encoder and decoder that can also convert PHP objects with private or protected attributes.
otaavioo/json
17345 Downloads
A light package for json encode/decode functions
api-clients/middleware-json
75618 Downloads
JSON encode/decode middleware
eluhr/yii2-json-attribute-behavior
1313 Downloads
This behavior automatically decodes attributes from JSON to arrays before validation, handling errors and re-encoding if validation fails.
serafim/json5
251 Downloads
JSON5 parser
piedweb/rison
312 Downloads
A PHP encoder and decoder for Rison, the compact JSON-like data format optimized for URIs.
perfilov/php-dto-packer
1980 Downloads
Convert array, json, objects into a strongly-typed values (and back) for transferring throw services
sunrise/coder
1125 Downloads
A flexible data coder for encoding and decoding formats like JSON, YAML, and more.
orisai/nette-data-sources
1674 Downloads
Orisai Data Sources integration for Nette
vfork-fproject/php-jwt
7017 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Support several key types including JWK.