Libraries tagged by jsonp encode
fizzday/fizzjwt
1118 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 认证)
wyrihaximus/json-psr7
67730 Downloads
JSON encode and decode PSR-7 requests and responses
suin/json
27580 Downloads
A Simple wrapper of json_decode() and json_encode(). This provides object-oriented interface and exception-based error handing.
phputil/json
6313 Downloads
A JSON encoder and decoder that can also convert PHP objects with private or protected attributes.
goma/goma-json-lib
1715 Downloads
Goma JSON Lib provides Exception handling for JSON encode and decode. It has a workaround for non-utf8 values.
api-clients/middleware-json
76676 Downloads
JSON encode/decode middleware
swaggest/json
3719 Downloads
JSON encoder with RAW support
estaheri/json
1274 Downloads
An easy way for using json encoded strings in php
phpcomposer/json
7251 Downloads
php library to encode and decode json
kfreiman/yii2-json-attribute-behavior
12783 Downloads
Yii2 Behavior for encode and decode json stored attributes
paranoiq/xmlon-encoder
45998 Downloads
Serialize variables to simple XML format, just like JSON
iliaal/fastjson
24 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.
silinternational/yii2-jsonsyslog
5138 Downloads
Yii2 log target for sending data to Syslog as a JSON encoded string
amashukov/eth-php
342 Downloads
Standalone Ethereum / EVM SDK for PHP — Keccak-256, secp256k1 + ECDSA (RFC 6979), RLP, EIP-1559 offline signing, ABI calldata encoder, and an ethers.js-style JSON-RPC client. Umbrella package pulling the full pure-PHP EVM stack.
piedweb/rison
1717 Downloads
A PHP encoder and decoder for Rison, the compact JSON-like data format optimized for URIs.