Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)