Libraries tagged by jsonp encode
orisai/nette-data-sources
1729 Downloads
Orisai Data Sources integration for Nette
awesome/simdjson_plus
17 Downloads
Parsing gigabytes of JSON per second in PHP using the simdjson library.
charm/util-phpencode
909 Downloads
A small function that encodes compact PHP arrays, like json_encode - but for PHP arrays.
opensoft/asterbunny
0 Downloads
This tool sends json encoded asterisk ami events to RabbitMQ
fidelize/flowchart-to-png
7419 Downloads
Convert from flowchart json encoded to png
kekos/parse-request-body-middleware
652 Downloads
PSR-15 middleware for parsing requests with JSON and URI encoded bodies regardless of HTTP method.
yunchuang/php-jwt
509 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.
tungltdev/laravel-php-jwt
205 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP.
gomee/firebase-php-jwt
15 Downloads
A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.
yetione/php-json
98 Downloads
PHP JSON encode/decode module
thetribe/json
4458 Downloads
json_encode/json_decode wrapper
tc/json
26 Downloads
A JSON encode/decode helper with easier error handling for PHP
rcs_us/php-json
64 Downloads
Wrapper for PHP's Native JSON encode/decode that provides very specific exceptions and details as to what is wrong with the JSON.
quantum13/php-json
6 Downloads
Another realization of json encode/decode
phpfacile/event-json
38 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.