Libraries tagged by Error Responses
php-dev-umesh/laravel-api-response
4 Downloads
Comprehensive API response builder for Laravel with success, error, pagination, streaming, download responses, auto-translation, and exception handling.
vandet/laravel-api-response
14 Downloads
Laravel package that enforces a consistent API response envelope — success, paginated, error, and bulk partial failure — across all services.
sm-sandy/api-response
117 Downloads
The ApiResponse package is a simple yet powerful Laravel package designed to streamline the process of formatting API responses. It provides a convenient way to structure and return JSON responses in a consistent format for both success and error scenarios.
ap-lib/error-node
50 Downloads
A simple and lightweight PHP library for handling structured error messages, useful for validation, data processing, and API responses
jenky/hades
96 Downloads
Error response formatter for Laravel app
aslnbxrz/simple-exception
206 Downloads
A comprehensive exception handling package for Laravel with custom error responses and enum-based error codes
a-h-abid/laravalerors
6 Downloads
Laravel API Validator Error Response with Validation Rule name.
andrewdyer/shutdown-handler
87 Downloads
A shutdown handler for Slim Framework applications that converts fatal errors into consistent HTTP responses
nimaamiri92/guzzper
51 Downloads
Use Guzzle to call Api and return response(better error response)
gilsegura/psr-messages-bundle
6 Downloads
Symfony integration for gilsegura/psr-messages: registers the parsers, schema resolver, response factories and PSR-15 middlewares as services, wires the SymfonyPSR bridge, and adds a #[Pipeline] attribute plus an exception subscriber for JSON:API error responses.
rami/problem-detail-bundle
562 Downloads
A Symfony bundle that implements application/problem+json to give meaning to api response errors
los/api-problem
18012 Downloads
PHP middleware that returns a json formatted response in case of error
owenmelbz/illumipress
257 Downloads
Simple wrapper for the illuminate support, http response, request, validation, zttp, cache, encryption, blade templating and whoops error handler for WordPress
net-code/laravel-kit
5 Downloads
Small, reusable conventions for building Laravel REST APIs: a Clock port, sort direction, paginated-response envelope, ISO country-code rule, an OpenAPI error-status attribute, and a base context service provider.
invoicetronic/php-sdk
46 Downloads
The [Invoicetronic API][2] is a RESTful service that allows you to send and receive invoices through the Italian [Servizio di Interscambio (SDI)][1], or Interchange Service. The API is designed to be simple and easy to use, abstracting away SDI complexity while providing complete control over the invoice send/receive process. It provides advanced features as encryption at rest, multi-language pre-flight invoice validation, multiple upload formats, webhooks, event logging, client SDKs, and CLI tools. For more information, see [Invoicetronic website][2] ## Before you start For the full integration guide, tutorials, SDKs and quickstarts, see the **[Documentation](https://invoicetronic.com/en/docs/)**. A few cross-cutting topics worth knowing before integrating: - **[Prerequisites](https://invoicetronic.com/en/docs/prerequisites/)** — what you need to start in Sandbox and what's required to move to production. - **[API Keys](https://invoicetronic.com/en/docs/apikeys/)** — how `ik_live_` and `ik_test_` keys select the environment. - **[Sandbox](https://invoicetronic.com/en/docs/sandbox/)** — free test environment that mirrors the live workflow, with no credits consumed. - **[Rate Limiting](https://invoicetronic.com/en/docs/ratelimiting/)** — per-second, per-minute and per-day limits; how to handle `429 Too Many Requests`. - **[Pagination](https://invoicetronic.com/en/docs/pagination/)** — `page` and `page_size` parameters and the `Invoicetronic-Total-Count` response header. - **[CORS](https://invoicetronic.com/en/docs/cors/)** — calling the API from the browser; allowed origins are configured per key. - **[Webhooks](https://invoicetronic.com/en/docs/webhooks/)** — real-time event notifications with HMAC-SHA256 signature validation. - **[Localization](https://invoicetronic.com/en/docs/accept-language/)** — use the `Accept-Language` header to receive error messages in Italian, English or German. [1]: https://www.fatturapa.gov.it/it/sistemainterscambio/cose-il-sdi/ [2]: https://invoicetronic.com/