Libraries tagged by failer
softlab/messenger-monitor-bundle
83 Downloads
Symfony Messenger monitoring bundle with Supervisor integration, queue stats, and failed message management
shipsaas/safe-dispatcher
17 Downloads
Ensure your Queue msg is tracked and retryable when failed to dispatch.
sharadkashyap/php-api-authentication-debugger
4 Downloads
A framework-independent PHP tool for diagnosing API authentication failures.
sampoyigi/ti-ext-horizon
688 Downloads
Horizon allows you to easily monitor key metrics of your queue system such as job throughput, runtime, and job failures.
ralkage/flarum-ext-account-lockout
174 Downloads
Lock user accounts after too many failed login attempts.
ovidentia/mailspooler
6069 Downloads
Ovidentia addon, queue for failed mail dispatch
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.
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.
lucamauri/wiki2ban
91 Downloads
Log failed MediaWiki login attempts to a file consumable by Fail2Ban
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.