Libraries tagged by json exception
dnonov/json-parser
11 Downloads
Thin wrapper around `json_decode` and `json_encode` with exceptions and some handy methods.
dmavrin/laravel-api-exceptions
60 Downloads
All in one solution for exception for JSON REST APIs on Laravel and Lumen.
wizaplace/json-decoder
185 Downloads
Throw an exception when json_decode() fails to decode a JSON and validate decoded data.
paulgessinger/json
28 Downloads
wrapper for json_encode and json_decode with exceptions
finagin/json
10 Downloads
JSON class with throw exception
wol-soft/php-json-schema-model-generator-exception
243 Downloads
Provides the production code required to use php-json-schema-model-generator as dev dependency
hgg/json
92 Downloads
Encode, decode, validate, handle errors (exceptions) and pretty print JSON
phore/service-exception
17 Downloads
Transform json/xml service responds to exceptions
tymo49/api-exception-bundle
22 Downloads
catch all Symfony 3.3 or newer errors and convert it to problem json RFC7807 response
soft-passio/api-exception-bundle
1117 Downloads
catch all Symfony errors and convert it to problem json RFC7807 response
siestacat/symfony-json-error-response
119 Downloads
Return a JsonResponse with error message or exception
sator1/catch-exception
227 Downloads
Catch exception
rcs_us/php-json
61 Downloads
Wrapper for PHP's Native JSON encode/decode that provides very specific exceptions and details as to what is wrong with the JSON.
jonathan-martz/lumen-exeception-to-json
287 Downloads
Php Lumen handle api exception.
furiosojack/lara-exception
295 Downloads
Es un generador de excepciones, su fin es lanzar excepciones controladas al usuario con la posibilidad de generar log detallados al desarollador. El paquete es capaz de detectar una application/json de una peticion http por defecto. Este paquete entrega al usuario una vista en caso de ser http normal en donde se vera mensaje del error y un codigo de error, si la peticion es JSON el error sera devuelto en un resonse en formato JSON.