rubricate / logger
PHP Component for general purpose logging
Package info
pkg:composer/rubricate/logger
v4.1.0
2026-07-09 23:02 UTC
Requires
- php: >=7.2
This package is not auto-updated.
Last update: 2026-08-06 02:07:29 UTC
README
A lightweight activity logger to monitor user actions across your website or application
Last Version
$ composer require rubricate/logger
About RubricatePHP Logger
RubricatePHP Logger is an architectural foundation for tracking and monitoring user activity within your web applications. Built with extensibility and clean code principles in mind, it provides an abstract backbone that allows developers to seamlessly implement custom logging drivers—whether you need to store logs in local files, relational databases, or external monitoring systems.
Key Features
- Architectural Freedom: Powered by a clean
AbstractLoggerbase class, enforcing robust design patterns across your logging infrastructure. - Zero Bloat: Extremely lightweight with zero external dependencies, keeping your application fast and unburdened.
- Extensible Drivers: Easily build or swap concrete loggers to monitor page views, user actions, or critical system events based on your project's needs.
- Ecosystem Ready: Fully compatible and optimized to integrate smoothly with other Rubricate components.
- Documentation is at https://rubricate.github.io/components/logger
- issues: https://github.com/rubricate/logger/issues
Credits
- All Contributors (Let's program)
License
The MIT License (MIT). Please see License File for more information.