Libraries tagged by json_decode
wyrihaximus/react-cache-json
2377 Downloads
JSON encode/decode decorator for react/cache
eluhr/yii2-json-attribute-behavior
1738 Downloads
This behavior automatically decodes attributes from JSON to arrays before validation, handling errors and re-encoding if validation fails.
cloud-castle/parser-json
60 Downloads
Безопасный разбор и сериализация JSON для PHP 8.1+: исключения вместо тихого null, лимит глубины, безопасные дефолты кодирования и типизированные помощники. Единственная зависимость — ext-json.
piedweb/rison
2017 Downloads
A PHP encoder and decoder for Rison, the compact JSON-like data format optimized for URIs.
perfilov/php-dto-packer
2915 Downloads
Blazing-fast PHP library to convert arrays, JSON & objects into strongly typed DTOs (and back)
orisai/nette-data-sources
2239 Downloads
Orisai Data Sources integration for Nette
digitalcorehub/laravel-toon
472 Downloads
TOON (Token-Oriented Object Notation) encoder and decoder for Laravel — a spec-compliant, token-efficient alternative to JSON for LLM prompts.
awesome/simdjson_plus
9358 Downloads
Parsing gigabytes of JSON per second in PHP using the simdjson library.
paysera/lib-object-wrapper
21977 Downloads
Wrapper around JSON-decoded data that lets easily get structured items
vfork-fproject/php-jwt
9772 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Support several key types including JWK.
jwt/php-jwt
10098 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.
gitsindonesia/php-jwt
566 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Forked from firebase/php-jwt to include patches for version 5.5.1.
invenso/microsoft-jwt
5844 Downloads
A simple library to validate and decode Microsoft Azure Active Directory (Azure AD), Microsoft Active Directory Federation Services (ADFS) JSON Web Tokens (JWT) in PHP, conforming to RFC 7519
michaelalexeevweb/php-json-chunk
18 Downloads
Read large JSON files in PHP one item at a time — arrays or objects, in chunks, iterators or generators, without loading the file into memory.
lazy-json/lazy-json
27 Downloads
PHP class to parse large JSON files and provide a lazy-load interface