Libraries tagged by jsonp decode
jwt/php-jwt
7757 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.
jesseschalken/pure-json
40230 Downloads
json_encode/json_decode wrapper with error checking and one-to-one mapping between PHP and JSON values
dv-team/json
989 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
6316 Downloads
php library to encode and decode json
wyrihaximus/json-psr7
66906 Downloads
JSON encode and decode PSR-7 requests and responses
phputil/json
5823 Downloads
A JSON encoder and decoder that can also convert PHP objects with private or protected attributes.
otaavioo/json
17490 Downloads
A light package for json encode/decode functions
api-clients/middleware-json
75821 Downloads
JSON encode/decode middleware
eluhr/yii2-json-attribute-behavior
1363 Downloads
This behavior automatically decodes attributes from JSON to arrays before validation, handling errors and re-encoding if validation fails.
mtarld/json-encoder-bundle
36 Downloads
A Symfony Bundle that provides powerful methods to encode/decode data structures into/from JSON.
derrickleemy/jwe-decoder
109 Downloads
An simple JSON Web Token library for PHP.
bayfrontmedia/php-jwt
919 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP, conforming to RFC 7519.
piedweb/rison
710 Downloads
A PHP encoder and decoder for Rison, the compact JSON-like data format optimized for URIs.
perfilov/php-dto-packer
2078 Downloads
Blazing-fast PHP library to convert arrays, JSON & objects into strongly typed DTOs (and back)
sunrise/coder
1397 Downloads
A flexible data coder for encoding and decoding formats like JSON, YAML, and more.