rubricate/logger

PHP Component for general purpose logging

Maintainers

Package info

github.com/rubricate/logger

Documentation

pkg:composer/rubricate/logger

Transparency log

Statistics

Installs: 226

Dependents: 0

Suggesters: 0

Stars: 0

v4.1.0 2026-07-09 23:02 UTC

This package is not auto-updated.

Last update: 2026-08-06 02:07:29 UTC


README

Maintainer Source Code PHP from Packagist Latest Version Software License Total Downloads

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 AbstractLogger base 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.

Credits

License

The MIT License (MIT). Please see License File for more information.