Libraries tagged by json_encode
piedweb/rison
64 Downloads
A PHP encoder and decoder for Rison, the compact JSON-like data format optimized for URIs.
perfilov/php-dto-packer
1918 Downloads
Convert array, json, objects into a strongly-typed values (and back) for transferring throw services
sunrise/coder
896 Downloads
A flexible data coder for encoding and decoding formats like JSON, YAML, and more.
shell/data-and-reporting-sdk
55 Downloads
Data And Reporting product consists of API's which provides details of transaction and invoice informations about shell cards. The Shell Card Transaction and Invoice API is REST-based and employs Basic authentication in Version 1 and Oauth authentication in Version 2 end points. The API endpoints accept JSON-encoded request bodies, return JSON-encoded responses and use standard HTTP response codes. All resources are located in the Shell Card Platform. The Shell Card Platform is the overall platform that encompasses all the internal Shell systems used to manage resources.
php-xapi/symfony-serializer
36944 Downloads
transform Experience API model objects to JSON encoded strings and vice versa using the Symfony Serializer component
1msg/one_msg_waba_sdk
2406 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
6739 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Support several key types including JWK.
fizzday/fizzjwt
416 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 认证)
wyrihaximus/react-cache-json
2237 Downloads
JSON encode/decode decorator for react/cache
wyrihaximus/json-psr7
66862 Downloads
JSON encode and decode PSR-7 requests and responses
widi/json-encode
2741 Downloads
A light weight deep json encoder which avoids recursive encoding.
tjdraper/json-eencoder
177 Downloads
JSON encode content.
oktopost/jsonencode
1105 Downloads
Fix the behavior of json_encode and json_decode
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.
mtarld/json-encoder-bundle
26 Downloads
A Symfony Bundle that provides powerful methods to encode/decode data structures into/from JSON.