Libraries tagged by json encoder
digiaonline/json-helpers
58526 Downloads
Exception-based wrappers for json_encode and json_decode
chubbyphp/chubbyphp-decode-encode
17726 Downloads
Chubbyphp decode/encode json/jsonx/url-encoded/xml/yaml
sbwerewolf/json-serialize-trait
4184 Downloads
Library with trait of ability to output all properties of class-exemplar at call json_encode()
otaavioo/json
16276 Downloads
A light package for json encode/decode functions
mihasicehcek/json_parser
5204 Downloads
Simple wrapper over json_decode/json_encode php functions. Throws exceptions when decoding/encoding fails
jesseschalken/pure-json
37886 Downloads
json_encode/json_decode wrapper with error checking and one-to-one mapping between PHP and JSON values
dv-team/json
549 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
brunas/json
5863 Downloads
Json decode/encode library
phpcomposer/json
5374 Downloads
php library to encode and decode json
kfreiman/yii2-json-attribute-behavior
11804 Downloads
Yii2 Behavior for encode and decode json stored attributes
serafim/json5
134 Downloads
JSON5 parser
1msg/one_msg_waba_sdk
1196 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
5694 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Support several key types including JWK.
jwt/php-jwt
2893 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.
fizzday/fizzjwt
352 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 认证)