Libraries tagged by fail
ralkage/flarum-ext-account-lockout
174 Downloads
Lock user accounts after too many failed login attempts.
pushinbr/laravel-rabbit
58 Downloads
RabbitMQ client library for Laravel with publishing, consuming, topology, TLS, confirms, failover, and security guards.
ovidentia/mailspooler
6069 Downloads
Ovidentia addon, queue for failed mail dispatch
nemesislabs/sentinel
4 Downloads
Nemesis Shield - Sentinel SDK for PHP & Laravel. Positive-security runtime protection: learns your app's normal behavior and blocks off-baseline requests (auth bypass, path traversal, scanners, unusual methods). Fail-open, privacy-preserving. Works on Laravel 6+ / PHP 7.2+.
naumov-adata/health-notify
2291 Downloads
HealthNotifier is a library for performing system health checks and sending notifications upon issue detection. Easily configurable to fit your project's needs, it ensures continuous monitoring of your applications and prompts quick responses to failures, enhancing the reliability and stability of your infrastructure.
muyki-labs/laravel-resumable-jobs
1 Downloads
Resumable, checkpointed Laravel queue jobs that survive failures and resume from the last checkpoint, with built-in progress tracking.
mrsleeps/vexim-web-core-eximfail
32 Downloads
Email address fail management for VExim Web UI
mnb/mnb-phpexcel-database
6 Downloads
PDO imports, domain presets, validation, resumable manifests, and failed-row reporting for MNB PHPExcel.
mkleine/magento-customer-helper
59 Downloads
Sends an email after a given time range to customers which failed to login
mahdi-mh/fallback-chain
29 Downloads
A lightweight PHP package for building fallback chains with callable handlers and failure callbacks.
magenizr/magento2-adminuser
2626 Downloads
Identify rarely used admin accounts. It shows you the date and time of the last login as well as failed login attempts.
lockally/sdk
5 Downloads
The lockally control plane lets integrators and direct customers manage everything except actual mail data flow (which uses standard JMAP / IMAP / SMTP-submission against the data plane endpoints). **Authentication.** All `/v1/_*` endpoints require a Bearer API key in the `Authorization` header. Keys are formatted `lk_live__`. Generate the first key for a tenant via `cmd/seed`; subsequent keys via `POST /v1/api-keys`. **Errors.** Failures return [RFC 9457](https://www.rfc-editor.org/rfc/rfc9457) `application/problem+json` documents. **Scopes.** Each endpoint requires a specific scope on the presented key. Insufficient scope returns `403` with the required scope name in `detail`.
laraveljutsu/bazooka
208 Downloads
Bazooka is a Laravel package that allows developers to simulate controlled failures (like API timeouts) inside their application for resilience testing.
jeffersongoncalves/laravel-webhook-signatures
42 Downloads
Verificação centralizada e fail-closed de assinaturas de webhooks de provedores de email/serviços (Mailgun, SendGrid, Postmark, Resend e AWS SNS/SES) para aplicações Laravel.
jeffersongoncalves/laravel-favicon-proxy
28 Downloads
A Laravel package that proxies and server-side caches website favicons (Google S2 by default) behind a same-origin route, so visitors' browsers never hit the third-party favicon service. Validates the upstream content-type, sends nosniff, negative-caches failures and falls back to a transparent pixel.