Libraries tagged by json_encode
tjdraper/json-eencoder
181 Downloads
JSON encode content.
mtarld/json-encoder-bundle
37 Downloads
A Symfony Bundle that provides powerful methods to encode/decode data structures into/from JSON.
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
darling/php-json-storage-utilities
231 Downloads
This library provides classes for storing and retrieving data that was encoded as json by a \Darling\PHPJsonUtilities\classes\encoded\data\Json instance.
philiprehberger/php-safe-json
68 Downloads
Safe JSON parsing with exceptions, schema validation, and typed getters
gointegro/json
9011 Downloads
GOintegro JSON Lib
masnathan/parser
13018 Downloads
Global data type parser
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.
rrp/t3-toon
12 Downloads
TOON for TYPO3 — Spec-compliant TOON for TYPO3: token-efficient AI data format with JSON ⇄ TOON conversion for LLMs and AI agents.
awesome/simdjson_plus
9192 Downloads
Parsing gigabytes of JSON per second in PHP using the simdjson library.
yaroslavpopovic/laravel-policy-soft-cache
22 Downloads
Fork of innoge/laravel-policy-soft-cache that keys cache entries by spl_object_id, removing the json_encode + sha512 overhead for high-volume policy checks.
charm/util-phpencode
937 Downloads
A small function that encodes compact PHP arrays, like json_encode - but for PHP arrays.