Libraries tagged by json encoder
swaggest/json
3720 Downloads
JSON encoder with RAW support
phputil/json
6315 Downloads
A JSON encoder and decoder that can also convert PHP objects with private or protected attributes.
suin/json
27580 Downloads
A Simple wrapper of json_decode() and json_encode(). This provides object-oriented interface and exception-based error handing.
paranoiq/xmlon-encoder
45998 Downloads
Serialize variables to simple XML format, just like JSON
amashukov/eth-php
364 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
1730 Downloads
A PHP encoder and decoder for Rison, the compact JSON-like data format optimized for URIs.
orisai/nette-data-sources
1972 Downloads
Orisai Data Sources integration for Nette
manoj/toon-php-lite
165 Downloads
Lite PHP implementation of TOON (Token-Oriented Object Notation)
widi/json-encode
2742 Downloads
A light weight deep json encoder which avoids recursive encoding.
seekerliu/laravel-another-json
976 Downloads
Yet Another JSON encoder for Laravel.
docteurklein/json-chunks
12 Downloads
JSON encoder using generators to stream
argo-php/json-encoder
322 Downloads
Serializer extension for encoding and decoding JSON
mtarld/json-encoder-bundle
37 Downloads
A Symfony Bundle that provides powerful methods to encode/decode data structures into/from JSON.
zegl/dson-php
30 Downloads
DSON encoder and decoder for PHP
suin/marshaller
73 Downloads
Type-safe data mapping between JSON and a PHP class object.