Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sven-ve/svc-log-bundle
Package to log events and statistics in a database table
https://github.com/sven-ve/svc-log-bundle
Last synced: 30 days ago
JSON representation
Package to log events and statistics in a database table
- Host: GitHub
- URL: https://github.com/sven-ve/svc-log-bundle
- Owner: Sven-Ve
- License: mit
- Created: 2021-07-15T08:13:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-24T21:03:27.000Z (about 2 months ago)
- Last Synced: 2024-11-24T21:57:50.925Z (about 2 months ago)
- Language: PHP
- Homepage:
- Size: 475 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# SvcLogBundle
[![CI](https://github.com/Sven-Ve/svc-log-bundle/actions/workflows/php.yml/badge.svg)](https://github.com/Sven-Ve/svc-log-bundle/actions/workflows/php.yml)
[![Latest Stable Version](https://poser.pugx.org/svc/log-bundle/v)](https://packagist.org/packages/svc/log-bundle)
[![License](https://poser.pugx.org/svc/log-bundle/license)](https://packagist.org/packages/svc/log-bundle)
[![Total Downloads](https://poser.pugx.org/svc/log-bundle/downloads)](https://packagist.org/packages/svc/log-bundle)
[![PHP Version Require](http://poser.pugx.org/svc/log-bundle/require/php)](https://packagist.org/packages/svc/log-bundle):warning: **Attention:**
From version 6.0 the bundle use jbtronics/settings-bundle. Please see [Usage](docs/usage.md) for configuration.
From version 4.0 the bundle works only with Symfony >=6.1, because the new Bundle Configuration System is used.
Please use version 3.x for older Symfony installations.## Package to log events and statistics in a database table
* [installation](docs/installation.md)
* [Usage](docs/usage.md)
* [Kernel exception logger](docs/kernel_logger.md)
* [Reports](docs/report.md)
* [Statistics](docs/statistics.md)
* [DataProvider](docs/data_provider.md)
* [Daily summary](docs/daily_summary.md)
* [Changelog](CHANGELOG.md)