Download the PHP package michael-orenda/logging without Composer
On this page you can find all versions of the php package michael-orenda/logging. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download michael-orenda/logging
More information about michael-orenda/logging
Files in michael-orenda/logging
Download michael-orenda/logging
More information about michael-orenda/logging
Files in michael-orenda/logging
Vendor michael-orenda
Package logging
Short Description Unified hybrid logging package (activity, security, and error logs) for Laravel applications.
License MIT
Homepage https://github.com/michael-orenda/logging
Package logging
Short Description Unified hybrid logging package (activity, security, and error logs) for Laravel applications.
License MIT
Homepage https://github.com/michael-orenda/logging
Please rate this library. Is it a good library?
Informations about the package logging
Michael Orenda Logging Package
Overview
michael-orenda/logging is a robust logging package for Laravel applications. It supports:
- Activity Logs
- Security Logs
- Error Logs
- Facade API
- Helper functions
- Loggable Trait for automatic logging
- Pruning & archiving logs
- Event dispatching for log-related events
Features
- Unified logging API for Activity, Security, and Error Logs.
- Automatic logging of model CRUD actions with
Loggabletrait. - Prune old logs with the
logging:prunecommand. - Provides endpoints for admin access to logs.
Installation
Install using Composer:
Publish the configuration:
Run migrations:
Configuration
The configuration is located in config/logging.php. You can set log retention policies, default severities, and other parameters.
Usage
You can log events using the facade:
API Endpoints
/orenda/logs/activity/orenda/logs/security/orenda/logs/error
These endpoints return the logs in JSON format and support pagination.
Loggable Trait
To log model CRUD events, add the Loggable trait:
License
MIT License
All versions of logging with dependencies
PHP Build Version
Package Version
The package michael-orenda/logging contains the following files
Loading the files please wait ...