Libraries tagged by response errors
danjamesmills/laravel-response
3801 Downloads
A Laravel package to standardise and simplify API responses, providing consistent structure and helper utilities for success, error, and data responses.
ymigval/laravel-sl-response
257 Downloads
A Laravel package for streamlined API response formatting and management, ensuring consistency and adherence to API standards. Simplify error handling and customize response formats with ease.
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.
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
198 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.
mg-techlegend/laravel-beem-africa
54 Downloads
A comprehensive Laravel package for integrating with Beem Africa's API services including SMS, OTP, Airtime, USSD, Voice, and Insights. Provides a clean, expressive interface with Laravel Notifications support, typed responses, and robust error handling.
los/api-problem
18010 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
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/