उच्च गुणवत्ता वाले Laravel पैकेज खोजें जो ऑथेंटिकेशन, फाइल मैनेजमेंट और डेटा प्रोसेसिंग जैसी सामान्य एप्लिकेशन सुविधाओं को सुव्यवस्थित करते हैं।
Horizon is a background job orchestrator and worker manager for Redis queues. It provides a monitoring dashboard to track job throughput, wait times, and failure rates, alongside a system for managing job retries, execution timeouts, and worker distribution. The project distinguishes itself through a Redis-backed monitoring interface that identifies system bottlenecks and a queue alerting system that sends notifications when background job wait times exceed defined thresholds. Worker processes are managed via version-controlled configuration files to ensure consistent balancing and scaling ac
Horizon is a Laravel package dedicated to queue management and background job orchestration with a monitoring dashboard, directly covering the "Background job and queue management" feature from your list, though it does not address authentication, admin panels, or file management.
This project provides a queue driver that integrates RabbitMQ as a message broker within the Laravel framework. It acts as a bridge between the application and the broker, enabling asynchronous task offloading and distributed system integration by mapping framework-specific job dispatching commands to the native AMQP protocol. The driver is designed to be compatible with the native dashboard interface for monitoring and managing background jobs. It supports high-volume job processing through persistent connection streaming, which maintains long-lived network sockets to the broker to reduce la
This repository provides a RabbitMQ driver for Laravel queues, implementing background job/queue management — one of the common application features you're looking for — but it doesn't cover authentication, admin panels, or file management, so it's a focused package rather than a comprehensive list.