Libraries tagged by jsonp encode
serafim/json5
123 Downloads
JSON5 parser
ropendev/phptojs
4711 Downloads
PHPToJS's class convert php variable's content to js variable's content preserving javascript expression (like function)
php-lsp/rpc-codec-jsonrpc
229 Downloads
An implementation of the JSON-RPC codec
orisai/data-sources
22878 Downloads
Load and save data from and to various data formats
1msg/one_msg_waba_sdk
1039 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
5492 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Support several key types including JWK.
jwt/php-jwt
2668 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.
fizzday/fizzjwt
336 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
66653 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
158 Downloads
JSON encode content.
phpfacile/event-json
33 Downloads
This service basically perform a mapping between an event retrieved from a database as an array to an event as an array that will be easily transformed (using json_encode()) in a target JSON string formatted as expected.
mtarld/json-encoder-bundle
22 Downloads
A Symfony Bundle that provides powerful methods to encode/decode data structures into/from JSON.
majorgrey/pretty_json
551 Downloads
JSON pretty print for PHP