Libraries tagged by jsonp encode
api-clients/middleware-json
75821 Downloads
JSON encode/decode middleware
mtarld/json-encoder-bundle
36 Downloads
A Symfony Bundle that provides powerful methods to encode/decode data structures into/from JSON.
swaggest/json
2769 Downloads
JSON encoder with RAW support
phpcomposer/json
6316 Downloads
php library to encode and decode json
bayfrontmedia/php-jwt
921 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP, conforming to RFC 7519.
piedweb/rison
712 Downloads
A PHP encoder and decoder for Rison, the compact JSON-like data format optimized for URIs.
perfilov/php-dto-packer
2078 Downloads
Blazing-fast PHP library to convert arrays, JSON & objects into strongly typed DTOs (and back)
sunrise/coder
1397 Downloads
A flexible data coder for encoding and decoding formats like JSON, YAML, and more.
suin/marshaller
72 Downloads
Type-safe data mapping between JSON and a PHP class object.
orisai/data-sources
23724 Downloads
Load and save data from and to various data formats
php-xapi/symfony-serializer
37105 Downloads
transform Experience API model objects to JSON encoded strings and vice versa using the Symfony Serializer component
1msg/one_msg_waba_sdk
2817 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
7267 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Support several key types including JWK.
phalapi/jwt
2803 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.
fizzday/fizzjwt
467 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 认证)