Libraries tagged by json encoder
goma/goma-json-lib
1743 Downloads
Goma JSON Lib provides Exception handling for JSON encode and decode. It has a workaround for non-utf8 values.
estaheri/json
1323 Downloads
An easy way for using json encoded strings in php
dv-team/json
1447 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
api-clients/middleware-json
76732 Downloads
JSON encode/decode middleware
phpcomposer/json
7337 Downloads
php library to encode and decode json
kfreiman/yii2-json-attribute-behavior
12793 Downloads
Yii2 Behavior for encode and decode json stored attributes
iliaal/fastjson
27 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
5146 Downloads
Yii2 log target for sending data to Syslog as a JSON encoded string
perfilov/php-dto-packer
2794 Downloads
Blazing-fast PHP library to convert arrays, JSON & objects into strongly typed DTOs (and back)
oktopost/jsonencode
1367 Downloads
Fix the behavior of json_encode and json_decode
fidelize/flowchart-to-png
7946 Downloads
Convert from flowchart json encoded to png
1msg/one_msg_waba_sdk
4331 Downloads
[1MSG.IO](https://1msg.io/) is the perfect WhatsApp management tool for your business. With us you get full access to the official Whatsapp API/webhooks. Every API request must contain an Authorize HTTP header with a token. This is your channel token, which can be found in your channel project on your profile page. Please do not give the token to anyone or post it publicly. The authorization token must be added to each request in the GET parameter 'token' and always passed to query string (?token={your_token}). Parameters in GET queries pass query string. Parameters in POST requests — through the JSON-encoded request body. All 'send' methods (except /sendTemplate) will only work when the dialog session with the user is open. Some of our solutions simplify and avoid such limitations, but we urge you to pay more attention to this detail
vfork-fproject/php-jwt
9222 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Support several key types including JWK.
tungltdev/laravel-php-jwt
372 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP.
jwt/php-jwt
9570 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.