Libraries tagged by php database queue
anilcancakir/laravel-agent-mcp
31371 Downloads
Read-only MCP (Model Context Protocol) server for Laravel. Give Claude Code, Cursor, and AI coding agents safe live access to your database, logs, queue, cache, routes, and config. No Sanctum, no user table, no write access.
romalytar/yammi-jobs-monitoring-laravel
1639 Downloads
Queue monitoring and observability for Laravel. Tracks job lifecycle, retries, failures and a dead-letter queue across all queue drivers (Redis, SQS, database, sync), with failure fingerprinting, scheduled-task monitoring, worker heartbeats, duration-anomaly detection and alerts (Slack, mail, PagerDuty, Opsgenie, webhook).
fordnox/php-queue-manager
5309 Downloads
PHP Queue with database backend. Use sqlite, mysql, postgres database
oeltimacreation/php-simplequeue
364 Downloads
A lightweight, framework-agnostic background job queue system for PHP with Redis and database drivers
iamfarhad/laravel-prometheus
2213 Downloads
Production-ready Laravel Prometheus metrics package with built-in collectors for HTTP, database, cache, queue, events, errors, filesystem, and mail monitoring
glueful/framework
755 Downloads
Glueful API Framework - High-performance PHP API framework
nepster-web/php-simple-queue
3084 Downloads
Simple queues implementation in PHP through database.
laikait/laika-queue
149 Downloads
Queue package for the Laika PHP MVC Framework — database, Redis, and JSON drivers with a signal-aware worker.
bylexus/php-tr
217 Downloads
Queued Task worker library for PHP backed by a relational database
kode/queue
54 Downloads
现代化 PHP 8.3+ 队列组件:不可变消息对象、可见性超时与至少一次投递、内建 Worker 与死信存储,支持 Redis / 数据库 / Beanstalkd / AMQP / Kafka 等多种后端
yii2-extensions/debug
4539 Downloads
Debug toolbar and debugger panels for Yii2: requests, logs, queries, profiling, timeline, queue, mail, events, asset bundles, and user switching with a Vite-built dependency-free UI.
igne-agency/laravel-boot-up
33 Downloads
Boot a Laravel project on any machine with one command: app:serve installs missing tools (PHP, Node, Composer, Herd, Docker), creates .env, sets up the database, runs migrations, builds assets, starts a queue worker and serves via Herd, Sail or artisan serve; app:down cleanly stops everything it started. Also exports deployment scripts for Laravel Forge and fortrabbit (app:deploy-script) and generates CI/CD pipelines with linting, tests and webhook deploys for GitHub Actions and Bitbucket Pipelines (app:pipeline). Development only - not for production use.
php-mqdb/php-mqdb
22 Downloads
PHP Message Queue with database. Provide some interface, trait & client to manage message queue in php.
arthurhoaro/simple-php-messaging-service
2103 Downloads
SimplePMS is a PHP message service with database backend using SQLite, PostgreSQL or MySQL
jardisadapter/messaging
8 Downloads
Multi-transport messaging for Redis, Kafka, RabbitMQ, and Database with automatic serialization and consumer groups; a building block of the open-source foundation that Jardis-generated DDD code runs on