Libraries tagged by json_decode
dv-team/json
1535 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
cse/helpers-json
951 Downloads
The helpers allows you to JSON processing. Encode, decode, check error, throw exception - all this is available in this library.
codekandis/json-codec
688 Downloads
With the JSON codec you will be able to encode into and decode from JSON data in an object oriented way. It wraps PHP's functions `json_encode()` and `json_decode()`.
eugene-melbourne/json-encoder-decoder
2340 Downloads
Encodes and Decodes JSON strings
mtarld/json-encoder-bundle
37 Downloads
A Symfony Bundle that provides powerful methods to encode/decode data structures into/from JSON.
muensmedia/sentry-http-context
5 Downloads
Sentry breadcrumbs for Laravel's HTTP client: method, URL, masked headers, JSON request payload and decoded response body for every outgoing call. No call-site changes.
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
16 Downloads
TOON for TYPO3 — Spec-compliant TOON for TYPO3: token-efficient AI data format with JSON ⇄ TOON conversion for LLMs and AI agents.
php-lsp/rpc-codec-jsonrpc
3512 Downloads
An implementation of the JSON-RPC codec
manoj/toon-php-lite
191 Downloads
Lite PHP implementation of TOON (Token-Oriented Object Notation)
tungltdev/laravel-php-jwt
413 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP.
phalapi/jwt
2853 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.
fizzday/fizzjwt
1156 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 认证)
thetribe/json
4458 Downloads
json_encode/json_decode wrapper