roadrunner-php/app-logger
Middleware-style PSR-3 logger for RoadRunner PHP apps. Captures request/worker lifecycle events and forwards them to your logger of choice, helping you standardize structured logs and simplify debugging in long-running workers.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| spiral/roadrunner-worker | 0.81 | PHP worker library for running apps on RoadRunner with the Spiral ecosystem. Provides a Worker API to handle incoming requests/jobs and communicate with the RoadRunner server, enabling high-performance, long-running PHP processes for HTTP and background tasks. | 21 | 21 | 5 | 542K | 0 | 26.6 | 65.0 | MIT | 1 year ago | |
| the-caretakers/laravel-request-logger | 0.81 | — | 0 | 0 | 0 | 7 | 0 | 0.0 | 12.5 | — | — | |
| fadiramzi99/hr-logger | 0.81 | Laravel HR Logger package for tracking HR-related actions and events in your app. Provides structured logging of employee activities, audit-friendly records, and configurable logging channels to help monitor changes, approvals, and operational history. | 0 | 0 | 0 | 0 | 0 | 0.0 | — | NOASSERTION | — | |
| bilfeldt/laravel-request-logger | 0.81 | Log incoming HTTP requests in Laravel with a simple middleware. Capture method, URL, headers, payload, response status and timing, then store to database or logs for debugging, auditing and performance insights. Configurable, lightweight, easy to add to routes or globally. | 122 | 123 | 11 | 6K | 1 | 26.4 | 27.6 | MIT | 3 weeks ago | |
| spatie/laravel-http-logger | 0.78 | Laravel middleware that logs incoming HTTP requests (payload, headers, etc.) to your configured log/channel, creating a safety net for critical form submissions and debugging. Includes toggleable enable flag plus customizable log profile and writer. | 674 | 679 | 59 | 104K | 0 | 26.3 | 34.1 | MIT | 3 months ago | |
| phrity/logger-console | 0.78 | PSR-3 compatible console logger for local tests and CLI apps. Configure verbosity levels (quiet to debug), customize output format with placeholders (datetime, level, message, context), and optionally read verbosity from CLI flags like -q/-v/-vv/-vvv. | 0 | 0 | 0 | 181 | 0 | 11.1 | 33.6 | MIT | 6 months ago | |
| spiral/roadrunner-http | 0.78 | HTTP plugin for the RoadRunner PHP application server. Provides PSR-7/PSR-17 based request/response handling, middleware support, and integration helpers to run high-performance PHP apps with persistent workers and fast HTTP serving. | 80 | 81 | 9 | 465K | 0 | 21.8 | 58.6 | MIT | 3 months ago | |
| spiral/logger | 0.78 | Spiral Logger provides a LogFactory and global log listeners for building and wiring PSR-3 compatible loggers in Spiral apps. Lightweight package with strong static analysis, tests, and CI support. | 14 | 14 | 0 | 394K | 0 | 4.3 | 55.3 | MIT | 5 years ago | |
| pear/log | 0.78 | PEAR Log provides a simple, standardized logging system for PHP. It supports multiple backends (file, console, syslog, database, mail, etc.), configurable priorities and formatting, and a consistent API to route application messages wherever you need. | 51 | 54 | 19 | 38K | 1 | 7.7 | 40.3 | MIT | 10 months ago | |
| spiral/roadrunner | 0.78 | RoadRunner is a high-performance PHP application server and process manager written in Go. Runs long-lived PHP workers and replaces Nginx+FPM setups. Extensible via plugins (HTTP/2/3, HTTPS, FastCGI), PSR-7/17 compatible, service-friendly. | 8,464 | 8,466 | 424 | 574K | 81 | 85.0 | 59.2 | MIT | 3 weeks ago | |
| psr/log | 0.78 | PSR-3 logging interfaces for PHP. Provides LoggerInterface, traits, and related classes to standardize how libraries accept and emit log messages. Not a logger implementation—use it to type-hint a logger or build your own PSR-3 compliant logger. | 10,440 | 10,622 | 189 | 18M | 0 | 34.4 | 44.6 | MIT | 1 year ago | |
| averor/simple-logger | 0.77 | Simple, lightweight logger for PHP/Laravel apps. Provides an easy API to write log messages with minimal setup, useful for small projects, debugging, or when you want straightforward logging without extra configuration. | 0 | 0 | — | 0 | — | 0.0 | — | — | — | |
| adheart/logging | 0.77 | — | 0 | 0 | 0 | 8 | 1 | 0.1 | 13.2 | — | — | |
| php-http/logger-plugin | 0.77 | PSR-3 logger plugin for HTTPlug (php-http). Logs HTTP requests/responses made through your HTTPlug client, helping you debug and monitor outgoing traffic. Install via Composer and configure with your preferred PSR-3 logger implementation. | 290 | 291 | 8 | 325K | 1 | 16.2 | 46.4 | MIT | 5 months ago | |
| andrey_mireichyk/roadrunner-bundle | 0.77 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| srmilon/log-viewer | 0.76 | — | 0 | 0 | 0 | 10 | 1 | 1.9 | 14.4 | — | 8 years ago | |
| phploc/phploc | 0.76 | phploc is a command-line tool for quickly measuring the size of a PHP project, reporting LOC/NCLOC/CLOC, LLOC, and counts of classes, traits, methods, functions, and cyclomatic complexity. Archived: no longer maintained. | 2,347 | 2,378 | 163 | 108K | 0 | 8.3 | 16.3 | BSD-3-Clause | — | |
| spiral/roadrunner-cli | 0.76 | RoadRunner CLI provides handy commands for managing the RoadRunner PHP application server. Install the right rr binary for your OS/CPU, generate example .rr.yaml configs with plugins/presets, and streamline local and CI setup. | 30 | 30 | 16 | 508K | 0 | 18.4 | 60.4 | MIT | 5 months ago | |
| wilderborn/partyline | 0.76 | Partyline adds lightweight, terminal-style feedback to your Laravel app. It helps you print and update messages, show progress, and display clean, interactive CLI output—handy for Artisan commands, long-running jobs, and scripts. | 193 | 193 | 12 | 149K | 1 | 2.3 | 39.8 | — | 3 years ago | |
| amphp/log | 0.76 | Amp’s minimal PSR-3 compatible logging library with a simple Logger interface and built-in handlers. Designed for async apps, it integrates cleanly with the amphp ecosystem while remaining lightweight and easy to extend with custom log targets and formatters. | 40 | 40 | 5 | 72K | 3 | 2.9 | 45.0 | MIT | 2 years ago |
How can I help you explore Laravel packages today?